Skip to content

Web implementation of the asynchronous cooperative board game Magic Maze

Notifications You must be signed in to change notification settings

kevinychen/magic-maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Web implementation of the asynchronous cooperative board game Magic Maze

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published