Real-time multiplayer arcade mini-game. Steer to avoid moving obstacles and outlast your opponents
Written in bare metal C. Built for Raspberry Pi 1B.
Please install the following utils before building the game.
- make
- sed
- arm-none-eabi- toolchain
After you have installed them do make
Player Number | Right Pin | Left Pin |
---|---|---|
1 | 4 | 7 |
2 | 2 | 3 |
3 | 10 | 9 |
4 | 8 | 14 |
-
Abhinav Mishra
-
Arthur-Mihai Niculae
-
Szilveszter Szekely
-
Tom Bellingham
- Cambridge University Tutorials for Baking Pi Operating Systems Development.
- Valvers[dot]com for Bare Metal Programming in C.
- Brian Sidebotham for Raspberry Pi Baremetal Libraries.
- Linux Devs for checkpatch[dot]pl utility
- PiFox Team for imager[dot]py utility.
- Richard Hipp for makeheaders utility.