a [webxdc](https://webxdc.org/docs/get_started.html) implementation of the board game Go
Find a file
oxaliq 3b2927de24 add events, new_game and join_room
naively allows for a game to be started by first two users to join a room
2024-06-23 18:22:53 -04:00
dist pull in client-side go app 2024-06-22 20:14:35 -04:00
src add events, new_game and join_room 2024-06-23 18:22:53 -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