Arduboy Tower builder game
Task: Write simple tower builder game.
Goal of game: Build high tower with moving blocks.
Every next block is the same or smaller then previous one.
Game has 10 levels.
Implementation:
This game is implemented on the Arduboy device (Arduino architecture).
Screens of this game:
Video with game process:
If you want to play game on your Arduboy device use next hex files:
gameTower.ino.leonardo.hex: https://scalan.com/dl/QubeDron/Arduboy/gameTower/gameTower.ino.leonardo.hex
gameTower.ino.with_bootloader.leonardo.hex: https://scalan.com/dl/QubeDron/Arduboy/gameTower/gameTower.ino.with_bootloader.leonardo.hex
Have a fun.
That's all.