https://github.com/demirelakif/binarymaze-dijkstrashortestpath
In the binary maze Smurfs game, there are two enemies: CatAzman and Gargamel. They aim to catch you using Dijkstra's shortest path algorithm.
https://github.com/demirelakif/binarymaze-dijkstrashortestpath
Last synced: 5 months ago
JSON representation
In the binary maze Smurfs game, there are two enemies: CatAzman and Gargamel. They aim to catch you using Dijkstra's shortest path algorithm.
- Host: GitHub
- URL: https://github.com/demirelakif/binarymaze-dijkstrashortestpath
- Owner: demirelakif
- Created: 2021-03-28T01:31:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-28T01:45:03.000Z (over 4 years ago)
- Last Synced: 2025-01-11T17:12:52.307Z (6 months ago)
- Language: Java
- Homepage:
- Size: 825 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BinaryMaze-DijkstraShortestPath
Smurfs game in the binary maze, have two enemy, Azrael and Gargamel. Gargamel, moving 1 unit faster than Azrael. they want to catch you with using Dijkstra's shortest algorithm.
we have two heroes, Lazy Smurf and Brainy Smurf. Brainy Smurf, moving 1 unit faster than Lazy. We have score starting 20 And our goal is reaching Smurfette with have score more than 0.Run menu file.
