加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
README.textile 776 Bytes
一键复制 编辑 原始数据 按行查看 历史

pulsar.lua

A generic a-star implementation for Lua.

Usage

TBD

Installation

Just copy the pulsar.lua file wherever you want it (for example on a lib/ folder). Then write this in any Lua file where you want to use it:

require 'pulsar'

The package.path variable must be configured so that the folder in which pulsar.lua is copied is available, of course.

Please make sure that you read the license, too (for your convenience it’s now included at the beginning of the pulsar.lua file).

Specs

This project uses telescope for its specs. If you want to run the specs, you will have to install telescope first. Then just execute the following from the root inspect folder:

tsc -f spec/*.lua
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化