Sokoban in Miso.
-
install Nix Flakes
-
install Cachix
-
use miso's cachix:
cachix use haskell-miso-cachixnix develop .#wasm --command bash -c "make && make serve"
or (dev):
nix develop .#wasm
make build && make serve
nix develop .#wasm --command bash -c "make"
nix-build docker.nix
docker load < result
docker run --rm -it -p 3000:3000 misokoban:latest
nix-shell
code .
nix-shell
cabal run mean-assets assets/*
cabal run gen-worlds
cp GeneratedWorlds.hs src/
