Skip to content

Latest commit

 

History

140 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASCII Simulation Game

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.

Screenshot

Screenshot

Technology Stack

  • Client: Defold
  • Server: Node.js + TypeScript
  • Communication: Colyseus

How to Run

First, start the server, then run the game client locally.

Server

cd Server
npm install
npm start

Client

Install Defold.

  1. cd Defold
  2. Open game.project in Defold
  3. Go to Project → Fetch Libraries

Controls

  • Arrow Keys — Move
  • E — Use / give / produce
  • Tab — Open menu
  • G — Enter room name while in the menu

About

Simulation of a coffee shop...

Resources

Stars

7 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages