Skip to content

grzenow4/pacman-rivals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pacman Rivals

Installation

  1. Install SFML library.
sudo apt-get install libsfml-dev
  1. Build the game in pacman-rivals directory.
mkdir build && cd build && cmake -D CMAKE_BUILD_TYPE=Release .. && make
  1. Run the game.
./PacmanRivals