Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 222 Bytes

readme.md

File metadata and controls

18 lines (12 loc) · 222 Bytes

box game engine

Setup

# Install dependencies (only the first time)
yarn install

# Run the local server
yarn server

# Run the client server
yarn client

## options

- Working on it...