A multi-player simulation game about running the daily business of a coffee shop. Multiple players join the room, then complete tasks like: completing orders of customers (coffee, drinks, etc.) or collecting empty cups, bottles or cash. The space for moving is limited, so players need to cooperate to complete orders. Each player can hold one item at a time and pass it to another player.
- Client: Defold
- Server: Node.js + TypeScript
- Communication: Colyseus
First, start the server, then run the game client locally.
cd Server
npm install
npm startInstall Defold.
cd Defold- Open
game.projectin Defold - Go to Project → Fetch Libraries
Arrow Keys— MoveE— Use / give / produceTab— Open menuG— Enter room name while in the menu
