Equivalent of the classic Brick Game recreated in Python for Raspberry Pi 3
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- Raspberry Pi 3B+
- Touchscreen Waveshare A - LCD TFT 3.5"
- SNES USB gamepad
- micro SD card
- Raspbian 4.14
- Python 3.53
- PyGame 1.9.3
- (OPTIONAL) VNC Viewer
- Install Python 3.53 on any development-friendly device
- Clone this repository to your local drive
- Open and run main.py from the root/src directory
- Plug in the touchscreen and controllers
- Install Raspbian on the micro SD card like HERE
- Install drivers for the touchscreen as described HERE
- Install Python 3.53
- Clone repository to the drive
- Turn Raspberry on
- (OPTIONAL) plug in HDMI cable to a monitor or use VNC(e.g. VNC Viewer) to see the desktop on a bigger screen
- Fetch the newest code from the repository
- Run main.py with Python and enjoy!
This project is licensed under the MIT License - see the LICENSE.md file for details
- Code style guide used: PEP 8 (https://www.python.org/dev/peps/pep-0008/)