GrantRVD/tetris-ai

new hole checker: create method that checks how many block edges are there instead

GoogleCodeExporter opened this issue · 0 comments

This is better than lamebrain's 1x1 hole checker because
it would consider the size of the hole.

lamebrain2 has a hole checker that doesn't count top-bottom adjacent 1x1 holes.

Not sure if its any better.  Just an idea.

Try to make it so any of the existing AI's can implement this
functionality.  Do what you have to do ^^

Original issue reported on code.google.com by heyitsleo on 3 May 2009 at 12:11