Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Latest commit

 

History

History
44 lines (29 loc) · 1.42 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.42 KB

Ultrasonic TARDIS

Doctor Who themed game that uses an Ultrasonic sensor connected to a Raspberry Pi in order to control a TARDIS and prevent it from crashing into the Daleks!

Demo

Getting Started

To run the game:

  • Use this diagram to plug your ultrasonic sensor to your Raspberry Pi.
  • Clone the repo git clone https://github.com/JPYamamoto/ultrasonic_tardis.git && cd ultrasonic_tardis/
  • Install dependencies with pip install -r requirements.txt
  • Run the game with python3 src/

Built with

Contributing

  1. Fork it (https://github.com/JPYamamoto/ultrasonic_tardis.git)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Contributors

  • Juan Pablo Yamamoto - Author - Twitter

Make a contribution and your name will be listed here.

License

This project is licensed under the MIT License - see the LICENSE file for details.