# pulsar.lua **Repository Path**: mirrors_kikito/pulsar.lua ## Basic Information - **Project Name**: pulsar.lua - **Description**: A-star algorithm implementation in Lua - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-08-09 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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