Difference between revisions of "Main Page"

From Gamebuino Wiki
Jump to: navigation, search
m
(Start to code section have been added)
 
(17 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. If you want an overview of what is Gamebuino, go to [http://gamebuino.com/ Gamebuino home page]
+
<div style="width:45%;min-width:20em;float:left;margin-right:5%">
  
 
== [[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.
  
== [[Software]] ==
+
</div><div style="width:45%;min-width:20em;float:left">
  
Everything about the programs you run on your Gamebuino is here.
+
== [[Download]] ==
  
* [[Performance optimization]]
+
Download the Gamebuino library, utilities, emulators & more.
* [[Bootloader]]
 
  
 
== [[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]] ==
  
== [[Expansion boards]] ==
+
Learn how to load tilemap from sd card, optimize code with PROGREM, save progress using EEPROM & more.
  
If you want your Gamebuino to do more, just plug the expansion board you need.
+
== [[Start to code]] ==
  
* [[Expansion boards design]]
+
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.