304pacman is an EPITECH B-MAT-500 project.
304pacman is about path finding and quickest path to a point.
This project is an EPITECH Project. If you are an EPITECH student, move out the way!
Nothing to see here... The group don't want to be involved to your -42.
If you're not, no worries! You're welcome here!
To use this project, you'll need Python (Version 3.8):
304pacman is an EPITECH B-MAT-500 project.
It relies on path finding. The goal is to find the quickest path to the phantom.
You can see the differents options using the -h
or --help
options:
$> ./304pacman --help
USAGE
./304pacman file c1 c2
DESCRIPTION
file file describing the board, using the following characters:
'0' for an empty square
'1' for a wall
'F' for the ghost's position
'P' for Pacman's position
c1 character to display for a wall
c2 character to display for an empty space
304pacman is developed with Python. EPITECH doesn't impose any Coding Style to this but I tried to be as cleaner as possible.
- Arthur Adam - 0Nom4D
- Gildas Gonzalez - GildasGonz
EPITECH NANTES
This README file has been created with mdCreator. Please check the project by clicking this link.