Computer Science Resources
From Grom358
(Difference between revisions)
Line 4: | Line 4: | ||
* [http://www.policyalmanac.org/games/aStarTutorial.htm A* for Beginners] | * [http://www.policyalmanac.org/games/aStarTutorial.htm A* for Beginners] | ||
* [http://www.gameai.com/ The Game AI Page] - Building Artificial Intelligence for Games | * [http://www.gameai.com/ The Game AI Page] - Building Artificial Intelligence for Games | ||
+ | * [http://www-cs-students.stanford.edu/~amitp/gameprog.html Amit's Game Programming Information] |
Revision as of 05:00, 20 December 2007
- comp.graphics.algorithms FAQ
- Joseph O'Rourke homepage - Author of Computational Geometry in C. Contains source code to the book.
- Smallest Enclosing Circle Problem
- A* for Beginners
- The Game AI Page - Building Artificial Intelligence for Games
- Amit's Game Programming Information