top of page
Maze Game
Introduction
Maze Game is a 2D game where you are playing against the computer who is trying to catch you. You need to find the quickest route without getting caught and reach the exit of the maze, however, the computer is programmed with the ability to know exactly where you are and finds the fastest route to get to you.
This game was made independently for my Computer Science A-Level final project. I programmed the game in Python and used Tkinter as the main plug-in to show the visual graphics of the game. I experimented with A* and Dijkstra's algorithms to create the Computer Class.

Software Utilised

I used Python to programme the game and Tkinter to implement the graphics for the maze levels.
Python
Final Work
bottom of page