jberrend / PongSFML

Amazing clone of Pong written using C++ and SFML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PongSFML

A clone of the classic Atari game Pong written in C++ and using the SFML library for graphics. Currently has support for Windows and Unix based distributions (OSX and Linux).

  • To compile and run on Linux, make sure you have SFML installed. Example using Apt:
sudo apt-get install libsfml-dev
  • then, from within the PongSFML subdirectory, run
    make
    to compile and link and
    ./PongSFML
    
    to run and
    make clean
    to remove all generated executables and object files.

About

Amazing clone of Pong written using C++ and SFML


Languages

Language:C++ 97.8%Language:Makefile 2.2%