Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.