DeadPixelsSociety / Lux

Game for the Year of Light

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lux

Game for the Year of Light

Compilation

With mouse controler

mkdir build
cd build
cmake ../src
make 
make install

With the lightpad controler

mkdir build
cd build
cmake ../src -DLUX_MOUSE_CONTROL=OFF
make 
make install

About

Game for the Year of Light

License:GNU General Public License v3.0


Languages

Language:C++ 99.0%Language:CMake 1.0%