Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikskuh/crayos
Global Game Jam 2024 Game
https://github.com/ikskuh/crayos
Last synced: about 1 month ago
JSON representation
Global Game Jam 2024 Game
- Host: GitHub
- URL: https://github.com/ikskuh/crayos
- Owner: ikskuh
- License: zlib
- Created: 2024-01-26T17:24:24.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-28T18:06:27.000Z (10 months ago)
- Last Synced: 2024-05-17T11:43:01.640Z (6 months ago)
- Language: Go
- Homepage: https://crayos.random-projects.net/
- Size: 9.49 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crayos!
A chaotic multiplayer crayon painting game.
## Build
```bash
# build and run backend
cd backend
go build
./crayos-backend
```## Deployment
```sh-session
(cd backend && CGO_ENABLED=0 go build)
rsync -avhz --delete --delete-after "frontend/" phpfriends:/srv/crayos.random-projects.net
scp backend/crayos-backend phpfriends:/opt/crayos.random-projects.net
```