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!
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/
- Raspberry Pi: https://www.raspberrypi.org/
- Python: https://www.python.org/
- Pygame: https://www.pygame.org/
- Ultrasonic sensor.
- Breadboard.
- 330Ω and 470Ω resistors.
- Jumper wires.
- Fork it (https://github.com/JPYamamoto/ultrasonic_tardis.git)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
- Juan Pablo Yamamoto - Author - Twitter
Make a contribution and your name will be listed here.
This project is licensed under the MIT License - see the LICENSE file for details.