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

https://github.com/johncmanuel/codered

A web-based, multiplayer icebreaker activity. Senior capstone project
https://github.com/johncmanuel/codered

colyseus phaserjs sveltekit

Last synced: 5 months ago
JSON representation

A web-based, multiplayer icebreaker activity. Senior capstone project

Awesome Lists containing this project

README

          

# codered

## Update (5-7-25)
The Colyseus server will be taken down as of today!

## Setup

1. install packages in root, `/client` and `/server` directories with `npm setup` at the root `package.json`
2. create a`.env` file in `./client` and copy the contents of `.env.example` to it
3. if using `devbox`, run `devbox services up` to run both server and client, else manually startup the server and client with their provided `npm` scripts