• Finish mini game class organization
• Add IO class server side to handle saving data. Forum ID will be used to distinguish players, each player will have a user id [ID Number].txt in the Players folder. Each text file will be JSON of the player, containing name, ID, and an array for each mini game which will contain the mini game variables to be saved. Player data will be saved every 5 minutes since logging on. And saved when logging off. Chat data will be saved every 5 minutes into a Chat.txt file and loaded when the server turns on.
• Javascript in client and server will be switch to "using strict". To make it easier to locate bugs.
• Fix bullets not showing in shooting mini game.
• Duplicate Shooting mini game, change physics and sprites to be a space ship mini game.
• Add timer to switch between mini-games every 5 minutes(can be changed in future).
When those are finished, we'll have a very solid code base to extend our mini games or add more.