Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.07 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.07 KB

DNLF.x86

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

why?

cause i think DNLF is a really cool game, gameplay-wise its not the best but holy shit the aesthetic goes HARD

building and running

clone the repo with git clone https://github.com/ana-rchy/dnlf.x86 --recurse-submodules

linux

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

windows

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