Difference between revisions of "Games"

From Gamebuino Wiki
Jump to: navigation, search
(How to add your game: instructions added)
(Added Coptor)
Line 47: Line 47:
 
|version=alpha
 
|version=alpha
 
|complexity=basic}}
 
|complexity=basic}}
 +
 +
{{Game
 +
|name=copter
 +
|author=annyfm
 +
|description=Port of the classic helicopter game.
 +
|image_url=http://gamebuino.com/forum/download/file.php?id=348
 +
|download_url=https://github.com/annyfm/Gamebuino-Copter/archive/master.zip
 +
|forum_url=http://gamebuino.com/forum/viewtopic.php?f=17&t=855#p3421
 +
|repo_url=https://github.com/annyfm/Gamebuino-Copter
 +
|version=stable
 +
|complexity=intermediate}}
  
 
</div>
 
</div>

Revision as of 2014-07-23T02:25:21

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

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.