Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mortoray/path-finding
- Owner: mortoray
- Created: 2018-08-14T11:57:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T15:06:26.000Z (5 months ago)
- Last Synced: 2024-08-06T17:47:22.790Z (5 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 16
- Watchers: 2
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`