Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 592 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 592 Bytes

Too Many Cooks

Usage

# Clone the repository
git clone git@github.com:richard-to/too-many-cooks.git
cd too-many-cooks

# Create a .env file
cp .env.example .env


# Install dependencies
yarn install

Run game server

# Build frontend client (window 1)
yarn start

# Start game server (window 2)
yarn game_server:start

# Start video server (window 3)
yarn video_server:start

You should be able to play game at localhost:1444.

Screenshot

p3-gameplay