An open API service indexing awesome lists of open source software.

https://github.com/kikito/pulsar.lua

A-star algorithm implementation in Lua
https://github.com/kikito/pulsar.lua

Last synced: 6 months ago
JSON representation

A-star algorithm implementation in Lua

Awesome Lists containing this project

README

          

h1. pulsar.lua

A generic a-star implementation for Lua.

h1. Usage

TBD

h1. 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).

h1. Specs

This project uses "telescope":https://github.com/norman/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