/magic-maze

Web implementation of the asynchronous cooperative board game Magic Maze

Primary LanguageTypeScript

Magic Maze

An online implementation of the asynchronous cooperative board game Magic Maze. Try it at https://util.in:8100.

Magic Maze

The rules are here.

Quickstart

This game is developed with Node 16.0.0 and Yarn 1.22.10.

Run:

yarn install
yarn build
yarn server

Then go to http://localhost:9100.

Development

  • First run yarn install and yarn build once.
  • To run a game client-side only, run yarn start. To run with the server, run yarn server and yarn client in two different consoles.
  • Go to http://localhost:3000.

Credits