hugosaintemarie / magic-maze

Online version of board game "Magic Maze"
https://magicmaze.herokuapp.com
MIT License
20 stars 11 forks source link

Add support for scenario 15 #61

Closed rcjsuen closed 3 years ago

rcjsuen commented 3 years ago

Scenario 15 forbids players from alerting other players to take actions so we just need to remove the alert button to implement this.

This closes #55.