Skip to content

Raypong is a simple Pong game clone made with C and the Raylib library. It features classic paddle-and-ball gameplay and is easy to build and run on your local machine.

License

Notifications You must be signed in to change notification settings

EYazanS/Raypong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raypong

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.

Dependencies

  • Raylib: A simple and easy-to-use library to enjoy videogames programming.

Getting Started

Building the Game

To build the game, you'll need to have the Raylib library installed on your system.

  1. Clone the repository:

    git clone https://github.com/EYazanS/Raypong.git
    cd raypong
  2. Build the game:

    make build

This will compile the game and generate an executable file.

Running the Game

Once built, you can run the game with:

make run

This will start the game, and you can begin playing immediately. Cleaning Up

To clean up the build files, you can run:

make clean

This will remove all the compiled objects and the executable.

Controls

Player 1 (Left Paddle): Use the W and S keys to move up and down.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Raypong is a simple Pong game clone made with C and the Raylib library. It features classic paddle-and-ball gameplay and is easy to build and run on your local machine.

Topics

Resources

License

Stars

Watchers

Forks