2-D Puzzle Game based on polimino [ALPHA]
PROJECT PROGRESS: https://trello.com/b/vBuHEzTA/2d-polimino
LIVE DEMO: http://anton-makridin.ru/work/polimino
Some project ideas:
- game can be based on array data struct, broadcasted by server
- need to convert dom render to canvas render (this can't be done w/o rewriting 50% of components)
- clients render data struct
- clients manipulating data struct then send coords to the server
- server running own struct copy of game and can agree/disagree and force client to redraw the whole thing or say 'OK'
- think about what scoring system can be