Skip to content

IdanKoblik/ping-pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ping pong

This is a simple implementation of the classic Ping Pong game using the C programming language and the Raylib library. It's a beginner-friendly project aimed at helping you understand basic game development concepts in C.

Prerequisites

Before running the game, make sure you have the following installed:

  • Linux distro
  • C compiler (gcc recommended)
  • Raylib library

Running the Game

To run the Ping Pong game, follow these steps:

Clone this repository:

git clone https://github.com/IdanKoblik/ping-pong.git

Navigate to the project directory:

cd ping-pong

Compile the source code using the provided Makefile:

make

Run the compiled executable:

./ping-pong_game

Controls

Use W key to move up and S key to move down.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published