-
Notifications
You must be signed in to change notification settings - Fork 3
/
development.xml
31 lines (27 loc) · 1.2 KB
/
development.xml
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
<?xml version="1.0" ?>
<page title="Development">
<section title="Enter only if you know what you are doing!">
<p>
All information concerning the development and beta testing of
Pingus is at a separate section on this webpage (which is
currently out of order), so that players don't accidentally see
stuff that wasn't yet meant for release or grab a development
snapshot, instead of a stable binary by accident. So if you are a
player don't enter this section, but instead stay on the light
site of the Pingus webpage and simply wait for the next stable
release which will contain everything in a nice packaged and
useable form, going to the development section will just spoil you
a lot.<br/><br/>
If you are or want to become a developer you are of course welcome
to the dark site of Pingus, there you will find source code
documentation, a todo with stuff that needs to be done and
unfinished game elements that might need you to finish them.
</p>
<p>
Short summary for those who just want the source:
</p>
<p>
<span class="teletype">git clone https://github.com/Pingus/pingus.git</span><br/>
</p>
</section>
</page>