Pong Game C++
A downloadable game
Just a simple pong game.
Download
Download
pong_game_cpp-main.zip 40 kB
Install instructions
*Make sure the raylib library is installed
Once you've downloaded the game, open the terminal and navigate to your game's directory.
Once there you can run this command:
/usr/bin/clang++ -std=gnu++14 -stdlib=libc++ -L/usr/local/lib -I/usr/local/include -lraylib -fcolor-diagnostics -fansi-escape-codes -g
/Users/username/Downloads/pong_game_cpp/main.cpp -o /Users/username/Downloads/pong_game_cpp/main
/Users/username/Downloads/pong_game_cpp/main
Note that you will have to replace some of these lines with your proper directory path. Once you do that, it should run as expected. Enjoy!
Leave a comment
Log in with itch.io to leave a comment.