This is a Tetris clone written by Mike Szczys for the 2019 Hackaday Superconference Badge
- Clone the main badge repository
- Enter the root directory of the main badge repository
- Add this repo as a submodule:
git submodule add https://github.com/szczys/badgetris-2019supercon.git app-badgetris
cd badgetris
make
- Turn badge on and plug into USB, copy badgetris.elf file to the USB Mass Storage folder for the badge
Code is released under the MIT license. Please take it, have fun, and contribute back when you have the opportunity.