Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.41 KB

README.md

File metadata and controls

60 lines (41 loc) · 1.41 KB

PiSquare

PiSquare splash screen

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.

Dependencies

Please install the following utils before building the game.

  1. make
  2. sed
  3. arm-none-eabi- toolchain

After you have installed them do make

Controller Design

Player Number Right Pin Left Pin
1 4 7
2 2 3
3 10 9
4 8 14

Circuit

GPIO Pins on Raspberry Pi 1B

Contributors

  1. Abhinav Mishra

  2. Arthur-Mihai Niculae

  3. Szilveszter Szekely

  4. Tom Bellingham

Acknowledgements

  1. Cambridge University Tutorials for Baking Pi Operating Systems Development.
  2. Valvers[dot]com for Bare Metal Programming in C.
  3. Brian Sidebotham for Raspberry Pi Baremetal Libraries.
  4. Linux Devs for checkpatch[dot]pl utility
  5. PiFox Team for imager[dot]py utility.
  6. Richard Hipp for makeheaders utility.