/ggj2020

Game for GGJ2020

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Pax et Mors

A Quest for Pandalium

Game for GGJ2020

To install :

Required libraries

git checkout develop
  • SFML-Audio
apt install libsfml-audio2.4

Download & Build

git clone https://github.com/Hatunruna/ggj2020.git
cd ggj2020/
git submodule update --init
mkdir build
cd build
cmake ..
make
make install (May need elevated privileges)

To Run :

One server must be initialize

./pem-server

To run the game (n times for n players):

./pem

And connect to the server IP or hostname :

alt text