aproragadozo / tilitoli

My first React app - an in-progress sliding puzzle with many more features in the works.

Home Page:https://aproragadozo.github.io/tilitoli/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace setState calls to do the shuffle with shuffling the array that controls tile layout

aproragadozo opened this issue · comments

Move the offsets and the canmove out of the shuffle method of the table component into a loop.