LewisGaul / minegauler

A clone of the original minesweeper game with many added features
GNU General Public License v3.0
12 stars 8 forks source link

Improve inter-widget communication #17

Open LewisGaul opened 4 years ago

LewisGaul commented 4 years ago

It would probably be better for the frontend to share state rather than multiple of them storing e.g. the game state. There's also calling between them (via the controller?) that could be done using signals (see the at_risk and no_risk signals).