Week of Game Dev - Part 2


It's already day 2! To be fair, yesterday got off to a bit of a late start, so maybe my internal timeline is skewed...

Onto the progress! And the bugs...
Picture

This is the start of one of the mini games. The port in the middle spins around and pulls in all the spheres of the same color that are neighbors. The user will be able to swap spheres with adjacent spheres to make longer chains before the port rotates again, giving them bonuses and more points- wash, rinse, repeat.
This gem is lovingly referred to as "The Fuel Game" and will get re-skinned at some point down the line.
But look- it works! Picture

Yes, there's some minor issues with spheres breaking some laws of physics, but when has that stopped someone claiming success.

Now, as promised, the bugs.

During the making of this, I of course did the stupid programmer things of not adding the line to make the spheres move, forgetting to uncomment a crucial piece of code, and using ++ when I was supposed to --.
But I think the best bugs are when the game seems to do something completely unexpected, and this bug is definitely that.
Enjoy.
Picture

Leave a comment

Log in with itch.io to leave a comment.