Really chaotic! I got to level 9 and found myself retrying to get a better strategy on every level! It has kind of a flash game vibe I really like so props for that, nice polish.
Viewing post in 100 Ball Brick Breaker jam comments
Thank you! I was planning on doing more and better level crafting, but just ran out of time. I actually managed to clear level 9, but level 10 is pretty much impossible without spending like an hour on it lol
There are 3 different brick sizes (64,32,16) (but they all have to be the same in a level). For example, level 10 is basically impossible but I wanted to drop the 16px bricks for anyone who got that far. Here's level 10 config:
{
size:16,
map:'1'.repeat(50)+
'2'.repeat(50)+
'3'.repeat(50)+
'4'.repeat(50)+
'5'.repeat(50)+
'6'.repeat(50)+
'7'.repeat(50)+
'8'.repeat(50)+
'9'.repeat(50)+
'a'.repeat(50)+
'9'.repeat(50)+
'8'.repeat(50)+
'7'.repeat(50)+
'6'.repeat(50)+
'5'.repeat(50)+
'1'.repeat(50)+
'2'.repeat(50)+
'3'.repeat(50)+
'4'.repeat(50)+
'5'.repeat(50)+
'6'.repeat(50)+
'7'.repeat(50)+
'8'.repeat(50)+
'9'.repeat(50)+
'a'.repeat(50)+
'9'.repeat(50)+
'8'.repeat(50)+
'7'.repeat(50)+
'6'.repeat(50)+
'5'.repeat(50)
}
And a screenshot 😬
