Difference between revisions of "Games"

From Gamebuino Wiki
Jump to: navigation, search
(snake added)
Line 1: Line 1:
 
{{GameList}}
 
{{GameList}}
 +
== Games ==
 +
<div class="isotope">
  
 
{{Game
 
{{Game
Line 32: Line 34:
 
|name=breakout
 
|name=breakout
 
|author=ripper121
 
|author=ripper121
|description=A layer of bricks lines the top third of the screen. A ball travels across the screen, bouncing off the top and side walls of the screen. When a brick is hit, the ball bounces away and the brick is destroyed..
+
|description=A layer of bricks lines the top third of the screen. A ball travels across the screen, bouncing off the top and side walls of the screen. When a brick is hit, the ball bounces away and the brick is destroyed.
 
|image_url=http://gamebuino.com/forum/download/file.php?id=315
 
|image_url=http://gamebuino.com/forum/download/file.php?id=315
 
|forum_url=http://gamebuino.com/forum/viewtopic.php?f=17&t=786
 
|forum_url=http://gamebuino.com/forum/viewtopic.php?f=17&t=786
 +
|version=alpha
 +
|complexity=basic}}
 +
 +
{{Game
 +
|name=snake
 +
|author=ripper121
 +
|description=The player attempts to eat objects by running into them with the head of the snake. Each object eaten makes the snake longer, so maneuvering is progressively more difficult.
 +
|image_url=http://gamebuino.com/forum/download/file.php?id=322
 +
|forum_url=http://gamebuino.com/forum/viewtopic.php?f=17&t=792
 
|version=alpha
 
|version=alpha
 
|complexity=basic}}
 
|complexity=basic}}
  
 
</div>
 
</div>

Revision as of 2014-07-20T10:33:06

All
Alpha
Beta
Release
All
Basic
Intermediate
Advanced
Date Updated
Date Added
Name
Author

Games

death maze
msevilgenius

sokobuino
martinsustek

asteroid
ripper121

breakout
ripper121

snake
ripper121