1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
.venv: python3 -m venv .venv .venv/bin/pip install -r requirements.txt run: .venv .venv/bin/hy src/macroknight/game.hy package: zip -r macroknight.zip \ assets \ LICENSE \ macroknight.tiled-project \ macroknight.tiled-session \ Makefile \ README.md \ requirements.txt \ src \ TODO.org \