Files
jam-game/README.md
T

28 lines
311 B
Markdown
Raw Normal View History

2025-07-18 08:50:22 +03:00
# Game
2025-07-20 15:07:32 +03:00
Game should be available here: https://blankhex.github.io/jam-game/index.html
2025-07-18 08:50:22 +03:00
2025-07-20 17:36:30 +03:00
Everything here is under CC0
2025-07-18 07:12:48 +03:00
# Building
## Common
Build data archive
```sh
python3 makepak.py Data data.pak
```
## Linux/MacOS
```sh
2025-07-18 08:48:04 +03:00
make clean all
2025-07-18 07:12:48 +03:00
```
## Emscripten
```sh
emmake make -f Makefile.emcc clean all
2025-07-20 17:36:30 +03:00
```