Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b25dd66

Browse files
committed
Update README.md
1 parent 0765ba6 commit b25dd66

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ astar-algorithm-cpp
44
Summary
55
-------
66

7-
This code is an efficient implementation in C++ of the A* algorithm. It accompanies the A* tutorial on this site: http://www.heyes-jones.com/astar.html
7+
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
88

9-
The 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/
9+
Thank you @ScaryG for the C# port. This should work on Unity as well as the .net or mono platforms.
10+
11+
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/
1012

1113
It has also used in many University assignments and projects.
1214

@@ -87,4 +89,4 @@ an old compiler such as Turbo C++, since I update the code to meet Ansi Standard
8789

8890
Cheers!
8991

90-
Justin
92+
Justin

0 commit comments

Comments
 (0)