An open API service indexing awesome lists of open source software.

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

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/)