Introduction - If you have any usage issues, please Google them yourself
version 0.5:
+ Deep reorganization of the code:
- Created the business objects in PHP (e.g. Character, Player, Map)
- All procedural code was transformed into methods of its respective classes
- Added a database layer (Data Access Object) to make interface between objects and database
- Improved the communication protocol. Now using JSON (http://www.json.org)
+ Added AStar pathfinding algorithm (thanks to Andrea Giammarchi)
+ Updated Prototype framework from v1.5.0 to v1.5.1.1 (http://www.prototypejs.org)
+ Improved interface layout