A 2.5D, fully responsive multiplayer online adaptation of the well-known game of the goose boardgame. The (isometric) board is created using plain HTML and CSS, and the game state + multiplayer are managed by boardgame.io.
Go to https://game-of-the-goose.herokuapp.com/ to play the game.
- Players leaving the game can be unreliable because it relies on the Window: pagehide event. This leads to 'orphaned' games because matches are only purged from the server when all players leave the game.
- Add art to event tiles.
- Add sounds.
- Add unit testing using Jest.




