...is a puzzle game made for js13k 2024 game programming competition.
- Git LFS, required to get access to the asset files (not strictly necessary if you clone the repo using the download button on Github).
- TypeScript, to compile TypeScript, obviously.
- make (optional), to make things (what).
- Closure Compiler (optional), needed to compress the code.
- advzip (optional), needed to minimize the zip.
- Run
tscto compile .ts to .js - If you have edited levels, you need to run
make levels - Create a compressed zip by running
make CLOSURE_PATH=<path-to-closure> dist(note: for some reason you need to runtscormake jsbefore this). - Be happy.
(c) 2024 Jani Nykänen