top of page

The same game with a better algorithm!

  • 執筆者の写真: DevBobcorn
    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


©2019-2021  Bobcorn's Blog.

Proudly created with Wix.com

bottom of page