Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 2.4 KB

README.MD

File metadata and controls

38 lines (31 loc) · 2.4 KB

Real Life Mario Game

Real life Mario game with NFC & Raspberry Pi. How it works:

  1. Raspberry Pi, with PN532 NFC Board, can be kept in "bricks" in the game. The python code here will be running as a service in the raspberry pi, the latter powered by a battery or nearby power source.
  2. Players will be given wearables with NFC Tags (Type 2 typically), which they can tap on the PN532 in the "bricks" to gain "coins".
  3. Raspberry Pi can be fitted with speaker & LEDs (to provide audio/visual feedback upon player interaction).

Getting Started

Hardware Logistics

See notes/hardware.docx for hardware and Raspberry Pi setup. This needs to be done before python app can be run.

Software Installation

Running the Application

Start the Application by running python app.py (you can daemonize it with nohup python app.py &).

Resources/Acknowledgements

See also

Built With