Difference between revisions of "Games"

From Gamebuino Wiki
Jump to: navigation, search
m (How to add your game: cosmetics)
m (How to add your game: hardware added)
Line 97: Line 97:
 
|forum_url=
 
|forum_url=
 
|repo_url=
 
|repo_url=
 +
|hardware=
 
|version=alpha
 
|version=alpha
 
|complexity=basic}}
 
|complexity=basic}}
Line 106: Line 107:
 
* Use only lower caps characters for name and author.
 
* 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.
 
* The download URL should link to a .zip containing at least source files, .HEX and .ELF.
 +
* <code>hardware</code> is any extra hardware or module required to be able to run the game
 
* Version can be either
 
* Version can be either
 
** <code>alpha</code> not everything is implemented
 
** <code>alpha</code> not everything is implemented

Revision as of 2014-07-24T00:28:17

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"