Skip to content

Equivalent of the classic Brick Game recreated in Python for Raspberry Pi 3

License

Notifications You must be signed in to change notification settings

kucharzyk-sebastian/raspgierryPi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspgierry Pi

Equivalent of the classic Brick Game recreated in Python for Raspberry Pi 3

Getting Started

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.

Prerequisites

Hardware

  • Raspberry Pi 3B+
  • Touchscreen Waveshare A - LCD TFT 3.5"
  • SNES USB gamepad
  • micro SD card

Software

  • Raspbian 4.14
  • Python 3.53
  • PyGame 1.9.3
  • (OPTIONAL) VNC Viewer

Installing

Local machine

  1. Install Python 3.53 on any development-friendly device
  2. Clone this repository to your local drive
  3. Open and run main.py from the root/src directory

Raspberry Pi

  1. Plug in the touchscreen and controllers
  2. Install Raspbian on the micro SD card like HERE
  3. Install drivers for the touchscreen as described HERE
  4. Install Python 3.53
  5. Clone repository to the drive

Deployment

  1. Turn Raspberry on
  2. (OPTIONAL) plug in HDMI cable to a monitor or use VNC(e.g. VNC Viewer) to see the desktop on a bigger screen
  3. Fetch the newest code from the repository
  4. Run main.py with Python and enjoy!

Authors

License

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

Acknowledgments

Releases

No releases published

Packages

No packages published

Languages