Luke Skarth-Hayley

Writer, Designer, Creative Technologist

Cat Runner!

Screenshot of Cat Runner! an endless runner game made in Python and Pygame

An endless runner game where you are a cat running along rooftops, collecting balloons and trying to avoid bats. I built this with a partner, and my main code contribution was the procedural code that generated an endless number of platforms for the player to traverse (and also randomly spawned balloons and bats based off this code) without using up increasing amounts of memory or triggering bad garbage collection situations. I also created all the game audio. Built in Python with Pygame.

↑ To Top