https://github.com/george-doge/pingpong
Pong like game for Raspberry Pi Pico
https://github.com/george-doge/pingpong
micropython raspberry-pi-pico waveshare
Last synced: about 2 months ago
JSON representation
Pong like game for Raspberry Pi Pico
- Host: GitHub
- URL: https://github.com/george-doge/pingpong
- Owner: George-Doge
- License: mit
- Created: 2025-01-20T18:24:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-27T18:03:09.000Z (about 1 year ago)
- Last Synced: 2025-03-27T18:48:30.542Z (about 1 year ago)
- Topics: micropython, raspberry-pi-pico, waveshare
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PIngPong
Hi, this is a repo of a pong like game for Raspberry Pi Pico with a display with two buttons and a joystick. It is just a small game to pass some time. The game utilizes [MicroPython](https://micropython.org/) and a [display library](src/README-LCD.txt) provided by the manufacturer of the LCD (included in this repo).
## Features
- **Pong Game** (singleplayer only)
- **Joystick**
- **Score Counter**
## Used hardware
- Raspberry Pi Pico (or Pico W)
- [Waveshare 1.14](https://www.waveshare.com/wiki/Pico-LCD-1.14)
## Credits
- **LCD Library** by [Waweshare](https://www.waveshare.com/)