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

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

Awesome Lists containing this project

README

          

# Pong Wars

[Day vs Night GIF](software/)
[Pong Wars Device](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!.