Difference between revisions of "Main Page"

From Gamebuino Wiki
Jump to: navigation, search
(Start to code section have been added)
 
(20 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
 
<div id="mf-home">
 
<div id="mf-home">
  
Welcome to Gamebuino Wiki ! Here you can find all kind of information about Gamebuino :
+
<div style="width:45%;min-width:20em;float:left;margin-right:5%">
  
 
== [[Getting started]] ==
 
== [[Getting started]] ==
  
Here you will find 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]] ==
  
If you want to learn how to make games, you should first go through the example games to understand how they work, tweak them, and then create you own by picking some code from the different examples and adding your own.
+
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 and how to use it.
+
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">
 +
 
 +
== [[Download]] ==
 +
 
 +
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.
 +
 
 +
== [[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.
  
 +
</div>
 
</div>
 
</div>

Latest revision as of 2016-11-27T14: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.