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
|
|
|
```
|
2026-04-17 15:32:12 +03:00
|
|
|
|
|
|
|
|
## Notes
|
|
|
|
|
|
2026-04-17 15:52:37 +03:00
|
|
|
This is a test of migrations
|
|
|
|
|
|
|
|
|
|
Test #2
|