Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 494 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 494 Bytes

How to Run

  1. If you don't already have Python 3 installed on your computer, you should install it as described here.

  2. In a terminal, clone this repository in a directory of your choice.

    $ git clone https://github.com/tatemunnich/pathfinding.git
  3. In the terminal, change to the directory you just cloned and run main.py using Python 3.

    $ cd pathfinding
    $ python3 main.py