A rudimentary version of Pong.
A tutorial gave me the basis for this project, but I have expanded heavily upon the original material as well as ensuring it actually works.
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- macOS
brew install sfml
- Debian-based
sudo apt install sfml
- Arch-based
SFMLAUR
- Clone the repo
git clone https://github.com/ethandelany/Poing.git
- Make the project
cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" (outfile)