Game "Hacking Simulator" based on C++ and raylib combo.
- install cmake
- install raylib (via brew, or include to cmake manually)
- clone repository
- open repository master folder in terminal
cd build
cmake ..
make
./pandemonium
- MacOS >=15.0
- Debian based linux