hugosaintemarie / magic-maze

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

Synchronize tiles across clients #27

Closed rcjsuen closed 3 years ago

rcjsuen commented 3 years ago

Tiles were not being synchronized because their <image/> elements were not being appended to the DOM.

This fixes #26.

hugosaintemarie commented 3 years ago

I can't test it but I'm going to trust you and the diff. Thank you very much @rcjsuen! 🙂