Request on a small change on the World class.
The class World uses java.awt.Point. The awt.point is not supported by android, so it causes an error when running on this platform. It would be nice if the AI4Games would not have this dependence, so it wound be more cross platform friendly.
Are there any other classes that need changing?
Last edit: Quarks Processing 2014-08-25
I am not sure, but I think the error is only on the World class. I will have a look on the other classes to see if any other classes need change.