Difference between revisions of "Games"

From Gamebuino Wiki
Jump to: navigation, search
m (Games: header removed)
(instructions added)
Line 49: Line 49:
  
 
</div>
 
</div>
 +
== How to add your game ==
 +
Copy the following:
 +
<pre>
 +
{{Game
 +
|name=no name yet
 +
|author=anonymous
 +
|description=This is a sample game.
 +
|image_url=
 +
|download_url=
 +
|forum_url=
 +
|repo_url=
 +
|version=alpha
 +
|complexity=basic}}
 +
</pre>
 +
Then log in and click on "edit" on the right of the "game list" title.
 +
Paste the code there, and change the fields so they match you game.
 +
* Use only lower caps characters.
 +
* Click on the "show preview" button and check that everything looks normal before you click on "submit".
 +
* Version can be either alpha, beta or stable
 +
* Complexity can be either basic, intermediate or advanced.

Revision as of 2014-07-20T14:17:06

All
Alpha
Beta
Release
All
Basic
Intermediate
Advanced
Date Updated
Date Added
Name
Author
death maze
msevilgenius

sokobuino
martinsustek

asteroid
ripper121

breakout
ripper121

snake
ripper121

How to add your game

Copy the following:

{{Game
|name=no name yet
|author=anonymous
|description=This is a sample game.
|image_url=
|download_url=
|forum_url=
|repo_url=
|version=alpha
|complexity=basic}}

Then log in and click on "edit" on the right of the "game list" title. Paste the code there, and change the fields so they match you game.

  • Use only lower caps characters.
  • Click on the "show preview" button and check that everything looks normal before you click on "submit".
  • Version can be either alpha, beta or stable
  • Complexity can be either basic, intermediate or advanced.