The goal of the project is to create an algorithm capable of generating an infinite number of 4x4 mazes. We will use reinforcement learning, more precisely the Q-learning algorithm to generate ...
This project consists of two parts: An automatic maze generator and an automatic Maze solver. The maze generator uses DFS (Depth first search) to create a maze from a blanck grid. The generated maze ...
A programmer has developed a procedural Pac-Man maze generator. Decades-old Pac-Man is a favorite subject among coders, especially if they grew up playing it. The code works by dropping modified ...