Skip to content

Simple 3D first-person maze game

License

GPL-2.0, OFL-1.1 licenses found

Licenses found

GPL-2.0
COPYING
OFL-1.1
FONT_LICENSE
Notifications You must be signed in to change notification settings

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