Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```