pip3 install pygame
python3 main.py
python3 main.py replay
- SIMILATION_COUNT : min 0
- GENERATION_SIZE : min 0
- MUTATION_RATE : Beetween 0 and 1
- RENDER_BEST_POPULATION_COUNT : min 0 max generation size
- GHOSTS MOVES
- Pinky : Follow 4 tile front of pacman.
- Clyde : Follow reverse position of pacman 4 tile front.
- Blinky: Follow current position of pacman.
- Inky : Follow reverse current position of pacman.