From 6ba29bb77c221af6a7c153f6e0105d1e7946a4c4 Mon Sep 17 00:00:00 2001 From: Arne van Iterson Date: Wed, 23 Oct 2019 10:35:35 +0200 Subject: [PATCH] First commit --- README.md | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67bc1a1..2c012e7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,28 @@ -# arduboy +# 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) -Me making things for the arduboy, a small arduino based handheld \ No newline at end of file +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. + +# Getting it yourself +The game is very unfinished at this point, but you can try it anyway. You'll have to compile it yourself. +## Requirements +* Arduboy, Arduboy compatible device or emulator +* Arduino IDE +* Arduboy2 library +* Computer + Start the Arduino IDE and load up arduboyTest.ino and send the game to your device. + + ## Controls + A = Start, shoot and restart + B = Spawn enemy + D-Pad = Move + A + B = Reset game + + # TODO + * Automatic spawning of enemies + * Pauze menu + * Different stages of difficulty + * Music + * Background image + * Cleaner code \ No newline at end of file