Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mortoray/path-finding

Path Finding Course Material
https://github.com/mortoray/path-finding

Last synced: about 1 month ago
JSON representation

Path Finding Course Material

Awesome Lists containing this project

README

        

# Path Finding with Edaqa Mortoray

This repository contains the source code that is required for the [Path Finding]() classes.

## Setup

Ensure you are using a recent version of Python, 3.6.1 or higher.

Install PyGame, which is used to create graphics.

`python3 -m pip install -U pygame`