Files
jam-game/README.md
T
2025-07-20 15:07:32 +03:00

25 lines
280 B
Markdown

# Game
Game should be available here: https://blankhex.github.io/jam-game/index.html
# Building
## Common
Build data archive
```sh
python3 makepak.py Data data.pak
```
## Linux/MacOS
```sh
make clean all
```
## Emscripten
```sh
emmake make -f Makefile.emcc clean all
```