Skip to content

dos1/mediator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mediator

Dependences (for Debian-based distros):

sudo apt install liballegro5.2 liballegro-ttf5.2 liballegro-image5.2 liballegro-audio5.2 liballegro-acodec5.2

The game uses CMake as build system, so its building process is pretty typical.

Building dependences:

sudo apt install liballegro5-dev liballegro-ttf5-dev liballegro-image5-dev liballegro-audio5-dev liballegro-acodec5-dev
git submodule init
git submodule update

Compilation:

mkdir build; cd build
cmake ..
make

Running (from top directory):

build/src/mediator

Installation (as root):

make install

https://github.com/dos1/mediator/

Written by Sebastian Krzyszkowiak dos@dosowisko.net and Konrad Burandt during The Game Jam in Theatre 2015.

Mediator uses libsuperderpy engine: https://github.com/dos1/libsuperderpy/

About

A gamejam game made in a theater (GIC15)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published