https://github.com/kyriosaa/pong-wars
Pong... but in your pocket
https://github.com/kyriosaa/pong-wars
electronics embedded-systems esp32 games
Last synced: about 1 month ago
JSON representation
Pong... but in your pocket
- Host: GitHub
- URL: https://github.com/kyriosaa/pong-wars
- Owner: kyriosaa
- Created: 2025-06-09T14:57:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-04T22:37:09.000Z (11 months ago)
- Last Synced: 2026-03-29T20:58:49.974Z (3 months ago)
- Topics: electronics, embedded-systems, esp32, games
- Language: C++
- Homepage:
- Size: 81.6 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pong Wars
[
](software/)
[
](embedded/)
## About
- The Pong Wars project initially started as a simple weekend project that I made in C to practice creating applications with their own window to display graphics. If you'd like more information about the C program, visit the [software](https://github.com/kyriosaa/pong-wars/tree/main/software) folder!.
- From there, I decided to port the program over to an ESP32 project and made a physical device for users to play. If you'd like more information about the device & ESP32 program, visit the [embedded](https://github.com/kyriosaa/pong-wars/tree/main/embedded) folder!.