Skip to content

Commit a953275

Browse files
Update README.md
1 parent 86a7723 commit a953275

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
![easystar.js logo](http://easystar.nodejitsu.com/assets/logo.png)
22

3-
#### HTML5 Pathfinding Library #####
3+
#### HTML5/Javascript Pathfinding Library #####
44

5-
easystar.js is an asynchronous A* pathfinding API written in Javascript for use in your HTML5 games. The goal of this project is to make it easy and fast to implement performance conscious pathfinding into your games.
5+
*Find the minified file in the __/bin__ folder.*
66

7-
Find the minified file in the __/bin__ folder.
7+
[Click here for a demonstration](http://easystar.nodejitsu.com)
88

9-
## Demo
10-
11-
[Demo](http://easystar.nodejitsu.com)
9+
## Description
10+
easystar.js is an asynchronous A* pathfinding API written in Javascript for use in your HTML5 games and interactive projects. The goal of this project is to make it easy and fast to implement performance conscious pathfinding.
1211

1312
## Features
1413

15-
* Simple API
16-
* Asynchronous. You can set the number of caculations to perform per frame.
17-
* Add separate points to avoid, outside of those that are avoided based on tile type.
18-
* Variable costs based on tile type. This allows you to prefer road tiles over swamp tiles when available, for instance.
14+
* Simple API.
15+
* Small. ~5kb.
16+
* Calculates asynchronously. You can set the number of caculations to perform per frame/setInterval/ticker.
1917

2018
## API
2119

@@ -110,6 +108,7 @@ Open your browser to 127.0.0.1:3000 to see the example.
110108
## Roadmap
111109

112110
* Better test coverage
111+
* Performance and API improvements
113112

114113
## Support
115114

0 commit comments

Comments
 (0)