Skip to content

EPITECH Mathematical Project about path finding using matrixes and djikstra algorithm.

Notifications You must be signed in to change notification settings

0Nom4D/304pacman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

304pacman

304pacman is an EPITECH B-MAT-500 project.

304pacman is about path finding and quickest path to a point.

Before continuing...

Functionnal Project Tests PyTest Computing Documentation

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.

Alt Text

If you're not, no worries! You're welcome here!

Prerequisites

To use this project, you'll need Python (Version 3.8):

Building program

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

Coding Style

304pacman is developed with Python. EPITECH doesn't impose any Coding Style to this but I tried to be as cleaner as possible.

Authors

EPITECH NANTES

This README file has been created with mdCreator. Please check the project by clicking this link.

About

EPITECH Mathematical Project about path finding using matrixes and djikstra algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published