~akashin/grid_game_toolkit

Toolkit for building grid-based puzzle games

d0148bd Remove osx linker override

2 months ago

1185761 Update text

2 months ago

#Grid Game

This is a framework for building grid-based puzzle games like Sudoku and Crosswords.

#Web Build

For the web build you need to install wasm-bindgen-cli:

# Run only once.
cargo install wasm-bindgen-cli

Then it can be built with:

./scripts/build_web.sh

This will produce a tarball site.tar.gz that I periodically release to Sourcehut pages:

hut pages publish -d akashin.srht.site site.tar.gz