Skip to content

kikito/pulsar.lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A-star algorithm implementation in Lua

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages