Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moojigc/sillygame
Multiplayer drawings! Using the power of websockets, draw collaboratively with your friends!
https://github.com/moojigc/sillygame
canvas go golang svelte websocket
Last synced: 25 days ago
JSON representation
Multiplayer drawings! Using the power of websockets, draw collaboratively with your friends!
- Host: GitHub
- URL: https://github.com/moojigc/sillygame
- Owner: moojigc
- Created: 2023-05-13T16:59:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-08T23:07:48.000Z (9 months ago)
- Last Synced: 2024-06-19T21:49:54.310Z (5 months ago)
- Topics: canvas, go, golang, svelte, websocket
- Language: Go
- Homepage: https://sillygame.chimid.rocks
- Size: 83 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sillygame
Multiplayer drawings! Using the power of websockets, draw collaboratively with your friends!# Build from source
Prereqs:
- `go` toolchain
- `node` and `npm`From root directory, run:
export VITE_WEBSOCKET_URL=localhost:3000/subscribe
export VITE_WEB_URL=http://localhost:3000
go build -o game ./cmd/server
cd web && npm run build && mv build ../static && cd ..
Now you can run it:./game localhost:3000