Bugio is a cli game written in ARM Assembly for the ARMv8 processor on the Raspberry Pi 3. And would probably work on the Raspberry Pi 2.
to install and play on your own pi.
- clone the repo to the dir of your choosing.
- cd to the newly created 'bugio' dir
- run 'make' to compile
- run './bugio.exe' to play
W, A, S, D to move up, down, left, right.
Enjoy!