Skip to content

Late saturday night implementation of A* while being sick

Notifications You must be signed in to change notification settings

dvisockas/a-star

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

  • Open solve.py and change the grid to anything with the rules:
    • 0 - can walk there
    • 1 - can't walk there
    • 9 - goal
  • Run $ python solve.py and click 'Enter' key and walk through the path

About

Late saturday night implementation of A* while being sick

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages