Hi folks,
Last week I had posted about having some folks test my KeystrokeManager class. I got some good feedback on it. So as I am creating my flash game I was in the process of consolidating some classes and structuring a library around it. I want to make it open-source and have it hosted on Google code.
So I ask you: Do you have any recommendations for needed classes for the as3GameLib? Do you have any code you want to contribute to the library? I will be adding them as I encounter them during my game’s development, but since it is a side scrolling type game, it might not cover nearly all the basis for a solid library.
Here are some ideas:
[LIST]
[]state machines
[]AI (boids, flockings, etc.)
[]map managers
[]tile engines[/LIST]I am sure there are tons out there already, but I want to add to the as3GameLib for a central repository for these much needed classes