Skip to content

SeawolvesAtCali/prisel

Repository files navigation

prisel

License version lerna

(WIP) Monopoly game built with TypeScript.

screenshot

Development

Installation

The main part of the project can be built inside dev container or locally. If you have Visual Studio Code, it's recommended to set up remote development following the following step:

  1. Pull down this repo.
  2. Use npm run build to build packages.

Running

run server

npm run start:monopoly-server

This will run on port 3000

run client

Monopoly client is built using Unity at https://github.com/yiochen/Monopoly