Difference between revisions of "Main Page"

From Gamebuino Wiki
Jump to: navigation, search
m (Clearer wording)
(Start to code section have been added)
 
(2 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
== [[Getting started]] ==
 
== [[Getting started]] ==
  
You wonder how to get a Gamebuino and make it work for the first time?
+
How to go through the first setup of your Gamebuino
  
== [[Examples]] ==
+
== [[Learning]] ==
  
Examples are a good way to learn : understand how they work, tweak them, and then create you own game by reusing them.
+
If you want to create your own games, you should start here.
  
 
== [[Reference]] ==
 
== [[Reference]] ==
  
Here you will find all the documentation about the Gamebuino library.
+
All the documentation about the Gamebuino library.
 +
 
 +
== [[Troubleshooting]] ==
 +
 
 +
The display is blank, you can't upload a game? Find a fix here.
  
 
</div><div style="width:45%;min-width:20em;float:left">
 
</div><div style="width:45%;min-width:20em;float:left">
  
== [[Software]] ==
+
== [[Download]] ==
  
Everything about the programs you run on your Gamebuino is here.
+
Download the Gamebuino library, utilities, emulators & more.
  
 
== [[Hardware]] ==
 
== [[Hardware]] ==
  
Everything physical is in there. From the schematics to the layout to make your own case.
+
From the schematics to the 3D model.
 +
 
 +
== [[Emulators]] ==
 +
 
 +
Start playing and developing games without a Gamebuino.
  
== [[Modules]] ==
+
== [[Memory]] ==
  
If you want your Gamebuino to do more, just plug the module you need.
+
Learn how to load tilemap from sd card, optimize code with PROGREM, save progress using EEPROM & more.
  
== [[Emulators]] ==
+
== [[Start to code]] ==
  
If you missed the Indiegogo campaign but would like to play games and develop for Gamebuino anyway then try an emulator instead.
+
How to code; bitmap, drawing the map, collision, physics... Everything useful from the forum is there, you won't have to search anymore.
  
 
</div>
 
</div>
 
</div>
 
</div>

Latest revision as of 2016-11-27T15:15:40

Getting started

How to go through the first setup of your Gamebuino

Learning

If you want to create your own games, you should start here.

Reference

All the documentation about the Gamebuino library.

Troubleshooting

The display is blank, you can't upload a game? Find a fix here.

Download

Download the Gamebuino library, utilities, emulators & more.

Hardware

From the schematics to the 3D model.

Emulators

Start playing and developing games without a Gamebuino.

Memory

Learn how to load tilemap from sd card, optimize code with PROGREM, save progress using EEPROM & more.

Start to code

How to code; bitmap, drawing the map, collision, physics... Everything useful from the forum is there, you won't have to search anymore.