-
Notifications
You must be signed in to change notification settings - Fork 127
/
faq.html
69 lines (66 loc) · 2.76 KB
/
faq.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE HTML>
<html>
<head>
<title>Candy Box 2 - faq</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<style type="text/css">
body{
font-family: monospace;
font-size: 15px;
}
p{
text-indent: 2em;
}
</style>
</head>
<body>
<h3>I'm stuck :(</h3>
<p>
You can ask a friend or try the <a href="http://candybox2.gamepedia.com">wiki</a>. And if you can't find your answer anywhere, you can contact me at [email protected].
</p>
<br/>
<h3>I found a bug!</h3>
<p>
That would be very nice of you to report it by sending me a mail at [email protected]. Thanks!
</p>
<p>
Note that the following are NOT bugs :<br/>
<ul>
<li>The behaviour of octopus kings</li>
<li>Anything about the squirrel's game</li>
</ul>
</p>
<br/>
<h3>Which language did you use to make the game?</h3>
<p>
The game is written in <a href="https://en.wikipedia.org/wiki/TypeScript">TypeScript</a>, a language which compiles to javascript using tsc, the TypeScript compiler. There's also a bit of HTML and a bit of CSS. You can get more information about the source code <a href="source_code.html">here</a>.
</p>
<br/>
<h3>Where can I find more informations about the source code / ascii art?</h3>
<p>
You can check the <a href="source_code.html">source code page</a> and the <a href="ascii_art.html">ascii art page</a>.
</p>
<br/>
<h3>I'd like to make a translation! How should I proceed?</h3>
<p>
If you want to make a new translation, you can simply contact me at [email protected]. All languages are welcome!
</p>
<br/>
<h3>I'd like to donate!</h3>
<p>
Wow, that's nice! Donations will help me to cover the server costs (since there are no ads, I'm actually losing money right now ^^), and if the server costs are covered, will help me to develop other cool free games in the future :)
</p>
<p>
You can currently donate to my paypal account by clicking the button below :
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" style="text-align:center">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="4JV6J9NGQMQZY">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG_global.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypalobjects.com/fr_FR/i/scr/pixel.gif" width="1" height="1">
</form>
</p>
<p>
If you use bitcoin, you can also donate to my bitcoin address : 18mZSqnexLfbBRjox5GVPtPGc8DQmDA3bo
</p>
</body>
</html>