~ a little engine for little games, worlds, and stories ~
git submodule update --init
cd automerge-repo-sync-server
npm install
cd ..
npm install
npm run dev
Open the client at localhost:8080. Server runs on localhost:3000 by default.
The address bar will now have your instance string, e.g.
http://localhost:8080/?instance=4CDQ9qsgqS4bQ1gfxUwFhy8q5WHX
Copy this address to another client to join the shared session.
Or, use the public multiplayer-bitsy server.
git checkout public-demo
npm install --only=prod
npm run client
bitsy by Adam LeDoux and contributors
Automerge CRDT by Ink & Switch folks
Check out Anna Anthropy's itsy bitsy exercises on Itch.