This software is for the DIY Gamer Kit.
The library is essential for using your DIY Gamer Kit to:
- Draw graphics on the screen
- Make animations
- Code apps and games
- Play sounds on the buzzer
- Scroll text across the screen
-
Install the latest version of Arduino. You can get this software here.
-
Open the Arduino software on your computer and navigate to Sketch → Include Library → Manage Libraries...
-
Type
Gamer
into the search bar. Two libraries should appear: Gamer and GamerIR. -
Click on each library to highlight it and click the Install button. Do this for both libraries!
The easiest way to test that the library has been successfully installed, is to follow these steps:
-
Go to File → Examples → Gamer and choose one of the example programs (e.g., SnakeGame)
-
Click on the Verify button to compile the example, and if it compiles correctly (it should say "Done compiling"), you're good to go!
For contributing to the library or games, first fork the master branch, modify, and open a pull request. We will evaluate end test your contributions and merge into this repo.
For anything else, write to us at [email protected]
.