Raypong is a classic Pong game clone built using C and the Raylib library. It's a fun, lightweight game that you can easily build and run on your machine.
- Raylib: A simple and easy-to-use library to enjoy videogames programming.
To build the game, you'll need to have the Raylib library installed on your system.
-
Clone the repository:
git clone https://github.com/EYazanS/Raypong.git cd raypong
-
Build the game:
make build
This will compile the game and generate an executable file.
Once built, you can run the game with:
make run
This will start the game, and you can begin playing immediately. Cleaning Up
make clean
This will remove all the compiled objects and the executable.
Player 1 (Left Paddle): Use the W and S keys to move up and down.
This project is licensed under the MIT License - see the LICENSE file for details.