Skip to content

Latest commit

 

History

History
101 lines (52 loc) · 1.73 KB

README.md

File metadata and controls

101 lines (52 loc) · 1.73 KB

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