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
- Host: GitHub
- URL: https://github.com/johncmanuel/codered
- Owner: johncmanuel
- Created: 2024-10-10T22:03:55.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-05-02T18:42:36.000Z (5 months ago)
- Last Synced: 2025-05-02T19:36:56.995Z (5 months ago)
- Topics: colyseus, phaserjs, sveltekit
- Language: TypeScript
- Homepage: https://codered-snowy.vercel.app
- Size: 83.1 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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