The same game with a better algorithm!
- DevBobcorn
- 2019年4月30日
- 読了時間: 1分
更新日:2019年5月2日
Last time I published a tiny game written in C++. And now it's back! This time ,however, the algorithm is based on BFS ( Breadth-First-Search ) instead of DFS ( Depth-First-Search ), so it might perform better (faster) on finding the shortest path. Enjoy!
Comments