文件名称:ai_astar:星型搜索AI类的实现
文件大小:76KB
文件格式:ZIP
更新时间:2024-05-30 02:31:07
JavaScript
搜寻星星
A星搜索AI类的实现
使用Node.js v0.12编写的Node.js可以从或通过程序包管理器下载。
##安装依赖项npm install我们使用csv库,优先级队列库和文件系统库
##运行node index.js
【文件预览】:
ai_astar-master
----square.js(2KB)
----.gitignore(526B)
----README.md(1KB)
----test5(1KB)
----test1(49B)
----Gruntfile.js(358B)
----.jshintrc(5KB)
----package.json(670B)
----test3(449B)
----index.js(2KB)
----bigtest(2KB)
----scripts()
--------boardGenerator.js(2KB)
----test4(799B)
----grid(32B)
----heuristics.js(3KB)
----board.js(10KB)
----.travis.yml(174B)
----clifftest(59B)
----analysis.pdf(66KB)
----test2(199B)