Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.
/ ping Public archive

(eventual) pong clone made with educational purposes in mind

Notifications You must be signed in to change notification settings

mcdobr/ping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ping

This is a clone of the classic arcade game Pong. It is 100% written in C++ with the help of the SFML library(http://www.sfml-dev.org/).

Linux instructions

You need to install the SFML library to run this program. You can do this easily by running this simple command in a terminal (on Ubuntu/Linux Mint):

sudo apt-get install libsfml-dev

Then to get the program itself and run it you need to use these commands:

git clone https://github.com/mcdobr/ping
cd ping
make
./ping

About

(eventual) pong clone made with educational purposes in mind

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published