~akashin/grid_game

d0148bd1 — Andrei Kashin 3 months ago
Remove osx linker override
11857619 — Andrei Kashin 3 months ago
Update text
a506f16d — Andrei Kashin 3 months ago
Add clap to switch between games

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~akashin/grid_game
read/write
git@git.sr.ht:~akashin/grid_game

You can also use your local clone with git send-email.

#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