Games

From Gamebuino Wiki
Revision as of 2014-07-24T00:28:17 by Rodot (talk | contribs) (How to add your game: hardware added)
Jump to: navigation, search
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=
|hardware=
|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.
  • hardware is any extra hardware or module required to be able to run the game
  • 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"