Today we were given source code to a game called Reversi and our task was to write AI code that could either tie or beat our teachers.... mine is 2/3 so far...just needs a little more tweaking!
Path Finding Algorithms
Basic explanation is to search each node and then find the best path from Point A to Point B
No comments:
Post a Comment