Installing Games: Difference between revisions

From Arduboy Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 24: Line 24:


The Arduino IDE allows Arduboy programs to be compiled and uploaded to the unit automatically.  
The Arduino IDE allows Arduboy programs to be compiled and uploaded to the unit automatically.  
Compiling a game produces a <code>.hex</code> file and (optionally) one or more <code>.bin</code> files.
 
Detailed instructions can be found [[Installing a Single Game using the Arduino IDE|here]].


=== Installing a Single Game using the VS Code IDE ===
=== Installing a Single Game using the VS Code IDE ===


The VS Code allows Arduboy programs to be compiled and uploaded to the unit automatically.  
The VS Code allows Arduboy programs to be compiled and uploaded to the unit automatically.  
Detailed instructions can be found [[Installing a Single Game using the VS Code IDE|here]].


=== Installing a Single Game using the Arduboy Toolset ===
=== Installing a Single Game using the Arduboy Toolset ===


The Arduboy Toolset provides a convenient, GUI based tool for uploading `.hex` files and (optionally) a single `'bin` file.  
The Arduboy Toolset provides a convenient, GUI based tool for uploading `.hex` files and (optionally) a single `'bin` file.  
Detailed instructions can be found [[Installing a Single Game using the Arduboy Toolset|here]].


== Updating an Arduboy's Cart ==
== Updating an Arduboy's Cart ==


Applies to the Arduboy FX, Arduboy Mini and homegrown variants that have an FX extension.
Applies to the Arduboy FX, Arduboy Mini and homegrown variants that have an FX extension.

Revision as of 04:40, 16 June 2024

The process for installing games on your Arduboy is dependant on the variant you have. Older Arduboys can only support a single game whereas new FX and Mini variants are equipped with a flash chip that allows it to store many games at once and these are made accessible by a menu when the unit is first turned on.


Distribution Methods

Arduboy games can be distributed multiple ways and the method affects how it can be installed onto a physical unit.

Distribution methods include:


Installing a Single Game

Applies to all Arduboy variants.

There are many different ways to install a single game onto the Arduboy.

Installing a Single Game using the Arduino IDE

The Arduino IDE allows Arduboy programs to be compiled and uploaded to the unit automatically.

Detailed instructions can be found here.

Installing a Single Game using the VS Code IDE

The VS Code allows Arduboy programs to be compiled and uploaded to the unit automatically.

Detailed instructions can be found here.

Installing a Single Game using the Arduboy Toolset

The Arduboy Toolset provides a convenient, GUI based tool for uploading `.hex` files and (optionally) a single `'bin` file.

Detailed instructions can be found here.

Updating an Arduboy's Cart

Applies to the Arduboy FX, Arduboy Mini and homegrown variants that have an FX extension.