PACMAN with GUNS!

The project can be downloaded here.

This project was made during my third year in high school. I was asked to use PyGame to make a game, and since there wasn't any restrictions to the game itself, I chose to recreate a old game and give it a little twist. I naturally chose to make the classical PACMAN game, but this time with guns. Well the intent was to add multiple guns, but in the end, I didn't have the time to do it.

During the project, i found this video on YouTube, that explains the different AI's that are used in each ghost. I found out, that each individual ghost had it's own AI, which i then programmed. To make a long story short, did I use most of my time in the project on creating the ghosts AI's, polishing the mechanics and making the shotgun work.

I didn't have the time to program mulitple weapons, but I had time enough to add a small cheat code. I don't want to spoil what the code exactly is or what it does, but let us just say it is famous and from another arcade game.

The game itself can be played by running the "main.py" file, which will only work if Python is installed on your system and i belive you need to have python added to PATH, which this guide can show you