Skip to content

rsxrwscjpzdzwpxaujrr/mazemaze

Repository files navigation

Mazemaze

Build Status

Simple 3D OpenGL first-person maze game.

Install:

You can download the latest version precompiled binaries:

Windows:
Ubuntu, Debian, etc:
Other GNU/Linux:

You can check checksums of binary packages in Travis CI logs.

Build:

On Arch Linux you can also use a mazemaze and mazemaze-git AUR packages instead.

First you need to install build dependencies:

  • Ubuntu, Debian, etc:
$ sudo apt install libsfml-dev libjsoncpp-dev
  • Arch Linux:
$ sudo pacman -S sfml jsoncpp

Then you can proceed with the build:

$ git clone https://github.com/rsxrwscjpzdzwpxaujrr/mazemaze.git
$ cd mazemaze
$ mkdir build
$ cd build
$ cmake ..
$ make

You can also install the game after this:

$ sudo make install