Skip to content

richard-to/too-many-cooks

Repository files navigation

Too Many Cooks

Usage

# Clone the repository
git clone [email protected]: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

About

WebRTC Platformer game using Phaser 3 and geckos.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published