Skip to content

jakub-swiniarski/sfml-pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong

Screenshot

image

How to install?

Prerequisites

  • g++
  • make
  • sfml

Compile & install

Run this with root privileges:

make install 

How to run?

Run this command:

pong

How to uninstall?

Go inside the cloned repository and run this with root privileges:

make uninstall

Controls

Up arrow - move up
Down arrow - move down
Escape - exit the game

Customization

Edit src/config.hpp and run this with root privileges:

make install