Quick software setup

Step 2
Step completed?

Installing the Arduino IDE; software allowing you to type your code and send it to the Gamebuino via the USB cable.

You need the Arduino IDE software to type your code and send it to the Gamebuino over the USB cable.

If you already have the Arduino IDE installed in your computer, click on the button below to install the packages we will need manually

Otherwise, if you are starting from scratch, follow the next instructions!

Download and extract the pre-configured Arduino IDE

Good thing we cooked you a ready-to-use portable version! Simply download the right one according to your operating system and extract it.

If you're a Mac user, the portable installation isn't possible anymore. We recommand you to follow this tutorial instead: Arduino manual setup.

Then, decompress the file that you just downloaded. This step may take a moment or two; you can kill some time by up-voting a few creations ;)

Once the file is decompressed, open the folder and run "arduino".

And voilà! The software is ready to be used!

Compile and run your game

Steps