a refactor and cross-platform port of DO NOT LOSE FOCUS by X Future
right now, only the gameplay part is done - the next stage will be figuring out how to make all of the malware-esque stuff happen
cause i think DNLF is a really cool game, gameplay-wise its not the best but holy shit the aesthetic goes HARD
clone the repo with git clone https://github.com/ana-rchy/dnlf.x86 --recurse-submodules
make sure you have raylib
installed on your system (it'll most likely be in your distro's package repository)
then,
make main
to build, or
make run
to run
you can also
make debug
and make run-debug
to build with debugging flags and run with gdb
make windows
to build
move the .exe from output/
into the main directory
then run
big thanks to X Future for helping me with my questions on how the original game works, and for making his game in the first place