gtsh77 / POLIMINO

2-D Puzzle Game based on polimino [ALPHA]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

POLIMINO

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:

  1. game can be based on array data struct, broadcasted by server
  2. need to convert dom render to canvas render (this can't be done w/o rewriting 50% of components)
  3. clients render data struct
  4. clients manipulating data struct then send coords to the server
  5. server running own struct copy of game and can agree/disagree and force client to redraw the whole thing or say 'OK'
  6. think about what scoring system can be

Screenshot of the latest ALPHA: polimino_nes

About

2-D Puzzle Game based on polimino [ALPHA]

License:Other


Languages

Language:TypeScript 77.6%Language:CSS 11.8%Language:JavaScript 6.8%Language:HTML 3.8%