Games

From Gamebuino Wiki
Revision as of 2014-07-23T02:59:13 by Inversesandwich (talk | contribs) (Added Capnam)
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
|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.

  • The image height should be 150px and the size under 500kB. Animated GIF are allowed.
  • 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 alpha, beta or stable
  • Complexity can be either basic, intermediate or advanced.
  • The download URL should link to a .zip containing at least source files, .HEX and .ELF.