Difference between revisions of "Games"

From Gamebuino Wiki
Jump to: navigation, search
(dates added)
m (How to add your game: cosmetics)
Line 101: Line 101:
 
</pre>
 
</pre>
 
Then log in and click on "edit" on the right of the "game list" title.
 
Then log in and click on "edit" on the right of the "game list" title.
Paste the code '''above''' the other games, and change the fields so they match you game.
+
Paste the code '''above the other games''', and change the fields so they match you game.
 
* The image height should be 200px and the size under 500kB. Animated GIF are allowed.
 
* The image height should be 200px and the size under 500kB. Animated GIF are allowed.
 +
* Dates should be written in ISO format: YYYY-MM-DD
 
* Use only lower caps characters for name and author.
 
* Use only lower caps characters for name and author.
* Click on the "show preview" button and check that everything looks normal before you click on "submit".
 
* Version can be either <code>alpha</code>, <code>beta</code> or <code>stable</code>
 
* Complexity can be either <code>basic</code>, <code>intermediate</code> or <code>advanced</code>.
 
 
* The download URL should link to a .zip containing at least source files, .HEX and .ELF.
 
* The download URL should link to a .zip containing at least source files, .HEX and .ELF.
 +
* Version can be either
 +
** <code>alpha</code> not everything is implemented
 +
** <code>beta</code> not everything is tested and fully working
 +
** <code>stable</code> everything is implemented and working
 +
* Code complexity can be either:
 +
** <code>basic</code>
 +
** <code>intermediate</code>
 +
** <code>advanced</code>
 +
 +
'''Click on "show preview" and check that everything looks good before you click on "submit"'''

Revision as of 2014-07-24T00:22:44

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

copter
annyfm

capnam
sot0

How to add your game

Copy the following:

{{Game
|name=no name yet
|author=anonymous
|date_added=2015-01-31
|date_updated=2015-01-31
|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 above the other games, and change the fields so they match you game.

  • The image height should be 200px and the size under 500kB. Animated GIF are allowed.
  • Dates should be written in ISO format: YYYY-MM-DD
  • Use only lower caps characters for name and author.
  • The download URL should link to a .zip containing at least source files, .HEX and .ELF.
  • Version can be either
    • alpha not everything is implemented
    • beta not everything is tested and fully working
    • stable everything is implemented and working
  • Code complexity can be either:
    • basic
    • intermediate
    • advanced

Click on "show preview" and check that everything looks good before you click on "submit"