Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cypressxyx/pacman-ai-javascript
pacman game made in javascript. Uses the manhattan heuristic to solve the game
https://github.com/cypressxyx/pacman-ai-javascript
Last synced: 23 days ago
JSON representation
pacman game made in javascript. Uses the manhattan heuristic to solve the game
- Host: GitHub
- URL: https://github.com/cypressxyx/pacman-ai-javascript
- Owner: Cypressxyx
- Created: 2018-11-08T19:35:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-09T10:58:43.000Z (almost 6 years ago)
- Last Synced: 2024-03-07T20:29:01.588Z (8 months ago)
- Language: JavaScript
- Size: 542 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pacman-AI-javascript
pacman game made in javascript. Uses the manhattan heuristic to solve the game.
Uses the previous library found on my github to create a prority queue for the a* search.