Files
blankhex ef4d899380
Build and Deploy to GitHub Pages / build (push) Successful in 4m51s
Update README.md
2026-04-17 15:52:37 +03:00

33 lines
359 B
Markdown

# Game
Game should be available here: https://blankhex.github.io/jam-game/index.html
Everything here is under CC0
# 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
```
## Notes
This is a test of migrations
Test #2