Skip to content

Commit 36bc73f

Browse files
author
Justin Heyes-Jones
committed
Update readme
1 parent 5e0fcc9 commit 36bc73f

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ astar-algorithm-cpp
66
Summary
77
-------
88

9-
This code is an efficient implementation in C++ and C# of the A* algorithm. It accompanies the A* tutorial on this site: http://www.heyes-jones.com/astar.html
9+
This code is an efficient implementation in C++ and C# of the A* algorithm, designed to be used from high performance realtime applications (video games) and with an optional fast memory allocation scheme.
1010

11-
Thank you @ScaryG for the C# port. This should work on Unity as well as the .net or mono platforms.
11+
It accompanies this A* tutorial: http://www.heyes-jones.com/astar.html
1212

13-
Thank you to Rasoul for submitting the path to Bucharest sample
13+
Thank you @ScaryG for the C# port. This addition should work on Unity as well as the .net/mono platforms.
1414

15-
The CPP code has been used in several popular video games including THQ's "Company of Heroes", Activision's "Gun" as well as in the popular game prototyping engine Angel. http://code.google.com/p/angel-engine/
15+
Thank you to @Rasoul for submitting the path to Bucharest sample
16+
17+
The CPP code has been used in several popular video games including THQ's "Company of Heroes", Activision's "Gun", "War of Sonria" by PlaygroundSquad as well as in the popular game prototyping engine Angel. http://code.google.com/p/angel-engine/
1618

1719
It has also used in many University assignments and projects.
1820

@@ -24,7 +26,9 @@ This software is released under the MIT License, see license.txt
2426
Commercial Use
2527
==============
2628

27-
This software has been used in several widely distributed video games, as well as industrial and academic projects. Should you decide to ship this code in a commercial product, or wish to show your appreciation, I ask that you contact me just to let me know. I would also greatly appreciate it if you could contribute to Unicef, a charity which helps children worldwide. http://www.unicef.org/
29+
This software has been used in AAA video games and is well tested in the wild. Please let me know if you use this code in you games, studies or hobby projects.
30+
31+
If you feel the need to pay money for this code, it is not required by the license, but you could contribute to Unicef, a charity which helps children worldwide, http://www.unicef.org/ that would be awesome.
2832

2933
If you wish to be added to the list of known products using the code please contact me.
3034

@@ -33,6 +37,7 @@ Using this code:
3337
* Gun, Activision
3438
* Company of Heroes and Company of Heroes Online, Relic Entertainment
3539
* Angel Engine, a game prototyping engine http://code.google.com/p/angel-engine/
40+
* War of Sonria, a strategy war game on PSP and Playstation 3 by Playground Squad
3641

3742
Compilation
3843
===========

0 commit comments

Comments
 (0)