Vaxman is a game inspired by Pac-Man with modified rules where:
- Vax-Man can kill a ghost if he comes into contact with it (vaccinates it).
- Contact with a ghost does not kill Vax-Man.
- Each ghost that has not yet been hit multiplies itself every 30 seconds (the infection grows).
- The goal of the game is to collect all the dots before the number of ghosts grows to 32 times the original number. This program is for EA Software Engineering Virtual Experience Program.
Here is the code for Pacman game written in python 3.5 version using Pygame