Python Forum

Full Version: pygame
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Guys, any chance you know how to implement a maze game on pygame? I've already built some sort of maze by using the recursive backtracker algorithm but I don't know how to implement collision with that type of generation.