cheshire137 / blicblock-js

A JavaScript implementation of the Blicblock game from The Sims 4.
MIT License
16 stars 6 forks source link

If removing only single tetromino, remove lowest/oldest ones first #15

Open cheshire137 opened 9 years ago

cheshire137 commented 9 years ago

Rather than removing whichever tetromino it finds first, it should try to optimize and remove the one with the most blocks furthest down (oldest). Suggested by @jgrowl.