arduboy/README.md

28 lines
875 B
Markdown
Raw Normal View History

2019-10-23 10:35:35 +02:00
# Spacemania 2000
This is the shooter game from the book HTML5 Games: Novice to Ninja by Sitepoint.
[You can find the book here.](https://www.sitepoint.com/premium/books/html5-games-novice-to-ninja)
2019-10-23 10:19:32 +02:00
2019-10-23 10:35:35 +02:00
I rewrote the game in C++ because I want to learn a new programming language and this seemed to be a nice way to practice.
2019-10-23 10:37:09 +02:00
## Getting it yourself
2019-10-23 10:35:35 +02:00
The game is very unfinished at this point, but you can try it anyway. You'll have to compile it yourself.
2019-10-23 10:37:09 +02:00
### Requirements
2019-10-23 10:35:35 +02:00
* Arduboy, Arduboy compatible device or emulator
* Arduino IDE
* Arduboy2 library
* Computer
2019-10-23 10:40:51 +02:00
Start the Arduino IDE and load up arduboyTest.ino and send the game to your device.
2019-10-23 10:35:35 +02:00
2019-10-23 10:40:51 +02:00
### Controls
* A = Start, shoot and restart
* B = Spawn enemy
* D-Pad = Move
* A + B = Reset game
2019-10-23 10:35:35 +02:00
2019-10-23 10:40:51 +02:00
## TODO
* Automatic spawning of enemies
* Pauze menu
* Different stages of difficulty
* Music
* Background image
* Cleaner code