Skip to content

AliElsheeikh/Pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong

Simple Pong game using Raylib

GIF


Description.

This is my first game finished with C++ language and Raylib library , is cool when you can finish a project, even small project like this. begin is easy but finishe is other thing.

My game has one main windows, Board.

Building The Game:

  • You need to have raylib installed on your system

Installing and building raylib via vcpkg

  git clone https://github.com/Microsoft/vcpkg.git
  cd vcpkg
  bootstrap-vcpkg.bat
  vcpkg integrate install
  vcpkg install raylib

Or

Get Source and Build

git clone https://github.com/AliElsheeikh/pong.git

Controls

How to play?

Player Keys Moviment
Left W Up
Left S Down
Right Up
Right Down

There's also action keys!

Key Action
ESC Exit game
Backspace start game

Screenshots

im01

im02

im03

Releases

No releases published

Packages

No packages published

Languages