• Register

Colourful, retro twin-stick shooter. Battle unusual enemies ranging from washing machines to ice lollies. Explore a randomly generated maze - Hunt down power-ups and save your kittens!

Report RSS SUPER MEGA BEST CAT ADVENTURES: Maze musings and latest updates!

Teaser images from my WIP HD trailer - and some behind the scenes ramblings about randomly generating mazes!

Posted by on

I've started a brand-new HD trailer for SMBCA this week - here's a couple teaser images!

So far I've spent about 5 hours on it, and I've managed to finish 5 seconds worth of footage! Loads of work - but I'm sure t will make up for itself. After all, it's going to be centre-stage in my upcoming Kickstarter!


Just thought I'd share a couple of thoughts about something I find quite interesting as I started mulling it over in my head this afternoon.

The second aspect to the gameplay of SUPER MEGA BEST CAT ADVENTURES (yes, all-caps is necessary :D ) is that as well as battling wave after wave of enemies, you are also challenged with navigating a randomly generated maze.

I've implemented the random mazes with a simple depth-first algorithm, like this example from Wikipedia:


Depth-first maze algorithm example. [video]

This algorithm creates quite interesting mazes - but carries the risk that there can be very long 'corridors' and if you take a wrong turn there might be a lot of backtracking required.

Other types of maze algorithms include Prim's algorithm - which produces mazes with much shorter corridors. This means that there are more 'dead ends' within the maze grid - but also means that if you take a path in the wrong direction then you won't have to do so much backtracking.

Prim's algorithm example. [video]

As you can read about on the Wikipedia article, you can tweak the generation routines to create different looking mazes, something I'd definitely like to come back to at some point. Other ideas I've had around this include granting the player the ability to destroy maze walls so that they could cut corners if they wanted - I'm really keen on extending the challenge of the exploration phase of the game to make it more interactive. I think it could add really interesting layers of gameplay, adding a strategic challenge to time-attack modes or the like. The cool kids call it speedrunning nowadays. I love speedrunning - transforming games into either tests of perfect execution of complicated strategies is such an interesting evolution of metagame and I would be so proud if people wanted to speedrun SMBCA.

If you are interested, you can read more about these maze algorithms here (P.S. it is totally super interesting): link


Last but not least - I've updated the design of my website homepage once more! It's been a bit of a fluid project, and I've been tweaking it loads as I've been moving forwards. After spending a little time to make and implement Twitter cards for each page (which makes sharing links from the site look great!), I had some perfect images to use as links to each news blog post. The previous design of the site just had every single news post printed in full on the front-page; which whilst super accessible, meant that now that I've got so many posts, made the site load a bit slow, especially with all the psychedeilc GIFs in each one! I've streamlined it and now each has a simple looking link to the other areas. This is the third website I've made now and I'm so pleased with how it's turned out. I'm happy that for now the design is finished.


Click here to take a look!

Thanks for reading!

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: