Algorithms
Moderator: Coders of Rage
Algorithms
Wow I am reading and implementing every good algorithm I can get my hands on. What are some cool algorithms you have used in your projects?
- Falco Girgis
- Elysian Shadows Team
- Posts: 10294
- Joined: Thu May 20, 2004 2:04 pm
- Current Project: Elysian Shadows
- Favorite Gaming Platforms: Dreamcast, SNES, NES
- Programming Language of Choice: C/++
- Location: Studio Vorbis, AL
- Contact:
Re: Algorithms
Separating Axis Theorem for collision.
- MarauderIIC
- Respected Programmer
- Posts: 3406
- Joined: Sat Jul 10, 2004 3:05 pm
- Location: Maryland, USA
Re: Algorithms
A*
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
-
- Chaos Rift Newbie
- Posts: 12
- Joined: Fri Mar 06, 2009 8:42 pm
- Favorite Gaming Platforms: Dreamcast
- Programming Language of Choice: C++
Re: Algorithms
o' A* is beautiful and so much fun to play around with.