Pong Wars

February 16, 2024 ยท View on GitHub

I found an interesting project, Pong Wars a few days ago. As a practice, I implemented it in C++ with SFML.

https://github.com/Alan-Kuan/pong-wars/assets/24734750/046f4227-b470-4831-8a9b-354ce46eb077

Requirements

Quick Start

Configure the build directory & compile the program:

make config
make

Run the program:

make run

License

The font, ComicMono, included in this repo is licensed under MIT License. See ComicMono-license.txt for more details.

The project is licensed under MIT License. See LICENSE for more details.