Simple 3D OpenGL first-person maze game.
You can download the latest version precompiled binaries:
- Mazemaze_0.2.2_Linux_64bit.tar.gz
- Note that in this case, you need to install the dependencies for distribution by yourself (JsonCpp and SFML 2.5 and later)
You can check checksums of binary packages in Travis CI logs.
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