Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 555 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 555 Bytes

image image

goal

sup nerds. this is a rewrite in C of a game i wrote in rust a while ago.

deps

sudo apt-get install libgl-dev libx11-dev libxi-dev libxcursor-dev

git submodule update --init --depth=1

python3 json2flat.py

run

./bake.sh && ./build/a.out

watch

ls *.c | entr -s 'echo && ./bake.sh && ./build/a.out'