a [webxdc](https://webxdc.org/docs/get_started.html) implementation of the board game Go
Find a file
oxaliq 3a483049a4 add simple make move
checks for legality of move and player turn after submission
2024-06-23 19:25:57 -04:00
dist pull in client-side go app 2024-06-22 20:14:35 -04:00
src add simple make move 2024-06-23 19:25:57 -04:00
.gitignore add readme and fix dev script 2024-06-19 18:03:21 -04:00
build.sh pull in client-side go app 2024-06-22 20:14:35 -04:00
flake.lock add readme and fix dev script 2024-06-19 18:03:21 -04:00
flake.nix add readme and fix dev script 2024-06-19 18:03:21 -04:00
package-lock.json init from webxdc/hello 2024-06-19 16:12:42 -04:00
package.json pull in client-side go app 2024-06-22 20:14:35 -04:00
README.md add minor lines to readme 2024-06-23 16:54:27 -04:00

webxdc-go

a Go game application for webxdc

develop

assuming nix flake

nix develop
# or if using direnv
echo "use flake ." > .envrc
direnv allow
# endif

npm run dev
# runs dev server on localhost:4000
# instances run on incremntal ports
# refresh page to reflect changes

npm run build
# builds new xdc as dist/webxdc-go.xdc