This repository has been archived on 2019-08-09. You can view files and clone it, but cannot push or open issues or pull requests.
2048-casio/2048.G1A
Geoffrey Frogeye e363b2872b Addedd animations when moving tiles
Looks weird for merging animation, it's because one of the tiles isn't refered as its origin by the merged one, so it won't appears.
* Solution 1: Make a Grid with previous tiles of which animation is based with nextPosition instead
* Solution 2: Make two previousPosition. It does what the original one does, however less stable (affects every new tile definition)
2014-04-05 19:11:02 +02:00

19 KiB