Marltoro, on 22 September 2011 - 04:29 PM, said:
Would Programming Game AI by Example work with any object oriented programming language like Java?
LIkely most of the stuff would carry over. Obviously, there are huge weaknesses in Java's memory management and data structures that you might run into problems with from an implementation standpoint. Otherwise, the concepts are sound. Note that you won't be able to use and manipulate all the code that comes with the book... that sets you back a lot since he encourages you to tweak things as part of the learning process.