https://github.com/gitanat/lunar_lander_pathfinding
Python example of best-first-search on a simplified recreation of the classic lunar lander game
https://github.com/gitanat/lunar_lander_pathfinding
Last synced: 10 months ago
JSON representation
Python example of best-first-search on a simplified recreation of the classic lunar lander game
- Host: GitHub
- URL: https://github.com/gitanat/lunar_lander_pathfinding
- Owner: gitanat
- License: bsd-2-clause
- Created: 2013-07-23T21:19:55.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-02-01T20:12:47.000Z (over 2 years ago)
- Last Synced: 2025-02-05T10:14:42.613Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
lunar_lander_pathfinding
========================
Python example of best-first-search on a simplified recreation of the classic lunar lander game