rsxrwscjpzdzwpxaujrr / mazemaze

Simple 3D first-person maze game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple 3D first-person maze game

License:GNU General Public License v2.0


Languages

Language:C++ 92.7%Language:C 3.5%Language:CMake 2.5%Language:Shell 1.3%