https://github.com/shivamswarnkar/pacmanai
Implementations of various algorithms (BFS, DFS, Hill Climbing, Dijkstra, etc.) to play the PacMan game
https://github.com/shivamswarnkar/pacmanai
Last synced: 7 months ago
JSON representation
Implementations of various algorithms (BFS, DFS, Hill Climbing, Dijkstra, etc.) to play the PacMan game
- Host: GitHub
- URL: https://github.com/shivamswarnkar/pacmanai
- Owner: shivamswarnkar
- Created: 2018-03-18T08:55:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-18T08:56:45.000Z (over 7 years ago)
- Last Synced: 2025-01-26T01:16:06.668Z (9 months ago)
- Language: Java
- Size: 123 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PacManAI
Implementations of various algorithms (BFS, DFS, Hill Climbing, Dijkstra, etc.) to play the PacMan game