RParkerM / PuzzMatch

Simple puzzle game written with HTML5 and Javascript
0 stars 0 forks source link

TODO: need to make blocks fall, and then refill the board #1

Closed RParkerM closed 8 years ago

RParkerM commented 8 years ago

Todo

RParkerM commented 8 years ago

blocks fall but we should animate this. also we still need to refill the board

RParkerM commented 8 years ago

i'm thinking we should remove the block from the board, and then add it to a class that tracks the animations. At the end, re-add the block to the board...

RParkerM commented 8 years ago

in essence it should be just like the matchAnimations class, but after it ends, we need to actually move the blocks to their new places... when implementing this, set the new position of the block to maybe -2, so it isn't blank, but it also isn't null... Maybe we should have a better way of keeping track of the blocks in the falling sort algorithm

RParkerM commented 8 years ago

fixed