Pong game that behaves like women. Two player game.
- SDL2
- Any compiler that supports at least C++20. Edit CMakeLists.txt as you need to.
- CMake
- Bash
-
Enter terminal and
cd
to the parent folder. -
Execute the following:
mkdir build cd build cmake .. make
-
This would build executable
bin/woman_pong
. Run it to play.
Read LICENSE before doing any modification.