Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 271 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 271 Bytes

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