https://github.com/mvpee/colorgame-raspberrypi
Color game. Nice and cool project on a raspberry pi. Flask interface and game in python. Best score: 12.
https://github.com/mvpee/colorgame-raspberrypi
color-ga electronic flask linux raspberry-pi raspberry-pi-3 raspbian
Last synced: 4 months ago
JSON representation
Color game. Nice and cool project on a raspberry pi. Flask interface and game in python. Best score: 12.
- Host: GitHub
- URL: https://github.com/mvpee/colorgame-raspberrypi
- Owner: MVPee
- Created: 2023-09-27T20:15:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T07:29:26.000Z (over 2 years ago)
- Last Synced: 2025-05-21T04:39:09.690Z (about 1 year ago)
- Topics: color-ga, electronic, flask, linux, raspberry-pi, raspberry-pi-3, raspbian
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🌈 Color-Game 💥
# Simon Game with RaspberryPi
_This is a simple implementation of the classic Simon game with a web interface using Flask, designed to run on a Raspberry Pi 3B+ with electronic components. The game allows players to test their memory and pattern recognition skills while tracking their live score and best score._
## Prerequisites
*Before setting up the Simon game on your Raspberry Pi 3B+, make sure you have the following components and software installed:*
* Raspberry Pi 3B+ or newer.
* 5️⃣ colored buttons
* LEDs corresponding to each button color.
* Python 3.x installed on your Raspberry Pi.
* Flask framework installed.
* RPi.GPIO library for GPIO access.
### ⚠️ git clone on a RaspberryPi (Linux OS)
*You can use ssh*
```
git clone git@github.com:MVPee/EPHEC-GameColor-RaspberryPi.git
```
***

***