Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
/ ping_pong_cpp Public archive

Ping pong game written in CPP using RayLib

Notifications You must be signed in to change notification settings

Davenchy/ping_pong_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ping Pong CPP

  • A ping pong game written in Cpp using RayLib

In-Game screenshot

How To Play

  • Use keys K/Up and J/Down to move Up and Down
  • Use Space to reset the ball position and get the next shoot, but it costs 1 point.

Build

  • Make sure that RayLib is installed on your system then compile the project.
  1. Create directory build/
$ mkdir -p build/
  1. Compile the project by running make or make run to compile and run the project.
$ make
$ ./cping_pong
# OR
$ make run

About

Ping pong game written in CPP using RayLib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published