Skip to content

Pong, clasic 2D game made with C++ and Raylib

Notifications You must be signed in to change notification settings

FinnTheHero/Pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong

Pong, a classic 2D game made with C++ and Raylib

Assuming you already have Raylib installed on your device (You can see this Link for instructions)

Play

From releases

Download and run the installer (Pong.msi) from the latest release, run the game.

Work on Pong

Use Visual Studio to clone and experiment with Pong, make sure to set up raylib.

About the Game

  • The maximum score is 3
  • Left side movement: W & S
  • Right side movement: Arrow Key Up & Arrow Key Down
  • Escape to return to the main menu
  • Delete to quit the game

Screenshots

You can find screenshots in /img

Screenshot 1 Screenshot 2 Screenshot 3