Arduboy2/examples/ArduBreakout
Scott Allen 5042811cec Remove logo and clean up ArduBreakout
Scroll down "Arduboy" logo was removed because the library now
provides a similar logo.

setup() and loop() moved to the beginning of the code.

Minor changes and cleanup.
2016-05-26 17:19:18 -04:00
..
ArduBreakout.ino Remove logo and clean up ArduBreakout 2016-05-26 17:19:18 -04:00
README.md Squash commits up to Arduboy V1.1 release 2016-05-26 17:18:33 -04:00
breakout_bitmaps.cpp Squash commits up to Arduboy V1.1 release 2016-05-26 17:18:33 -04:00
breakout_bitmaps.h Squash commits up to Arduboy V1.1 release 2016-05-26 17:18:33 -04:00

README.md

ArduBreakout

Brick breaking game in the vein of Atari's Breakout.

Control the paddle with the directional keys to keep a ball bouncing against a brick wall until all of the bricks are broken.

High scores are saved to EEPROM and can be saved through Arduboy restarts.