An online implementation of the asynchronous cooperative board game Magic Maze. Try it at https://util.in:8100.
The rules are here.
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.
- First run
yarn install
andyarn build
once. - To run a game client-side only, run
yarn start
. To run with the server, runyarn server
andyarn client
in two different consoles. - Go to http://localhost:3000.
- Shanky Panky's TTS mod for image assets
- 陽菜/Hina & Chosic for background music
- ashugeo for design inspiration
- Fonts Geek for the Maiandra font
- boardgame.io, a very convenient framework for producing online multiplayer games
- React Easy Panzoom for an easy-to-use panzoom library