Skip to content

ReubenRed8/Path-Finding--Micromouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Path Finding using A* algo.

This is a implementation of A-star path finding algorithm in python

You should have Python and pygame installed. if not then do the following:

Installation

Start by opening a command line. You can do this by pressing the windows key and then typing cmd and then pressing enter.

Put in the following code into the command line:

python -m pip install pygame

Usage

After that you can import it using

import pygame

Now you can:-

1.Clone the repo.

2.Run it in any code editor(SublimeText Recommended).

3.Build the project ( In case of Sublime Text it is CTRL+B ).

4.Use your mouse to place the starting point and ending point.

5.You can also place walls if you want.

6.Press SPACE BAR for the algo to work and find you the shortest path.

7.Press C to reset and go as many times you want.

Reuben Raju

18UCS056

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages