Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 249 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 249 Bytes

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