Mission mode is done!


The Mission levels are done!

And I started work on the cat art. I started with the AI's avatar first, since I don't have to limit myself to the style of the games, which made it easier. I designed Nyanbot, which basically is the lower-half of WALL-E, with a Cathode Ray Tube TV as the head, with cat ears and an antenna. But will only show the eyes.

Get Pawsle Bobble

Buy Now$2.50 USD or more

Comments

Log in with itch.io to leave a comment.

I've started work on a faster version of the collision detection. It's giving me a lot of problems which are hard to track down cause they only happen in very specific scenarios. It also is less accurate, in that the bubble will fit in holes it wouldn't before.

I am seriously considering only using the faster method in versus mode where it's needed to speed the AI up.

I've been playing for a while now and I think I have the new detection working pretty well. And it uses the X/Y-to-grid-coordinate function only once, instead of 6 times per iteration (the AI has 16*20 to 40 iterations to figure out a move). So it should be a lot easier on PD's CPU