4th
At first I made random solutions for one second, guided by minor heuristics, and selected the best one as result. This got me a score slightly over 8K.
After adding mutations at the end on top of the best solution I got to 9K.
Tweaking some parameters in my code without adding anything substantial got me to 9.8K.
After trying to keep cells that don’t border the void empty, like other suggested, I got my first 5 digit submit of 10.3K.
Then, to my surprise, I got to my final score of 10.6K after doing some pure optimization (no functional changes) . Performance is a big deal in this game.
About the contest:
I liked the duration, but the game itself wasn’t my cup of tea, although I can see the appeal. One thing that I didn’t like that much was the rather limited amount of submits. I felt scared at times of hitting the limit at an inconvenient time. It would also be nice if the combined score could be displayed when running multiple test cases in the IDE.