________________________________________________
W o r l d T i c T a c T o e
H I S T O R Y
________________________________________________
VERSION:
0.6 (08-18-04)
- Fixed: Removed unStable JavaScript auto submit function and
kept the server side to do the page loading;
- Fixed: Code type errors;
- Fixed: 2nd player vs computer bug where the game would freeze;
- Fixed: Computer doesn't go first when second player is active;
- Fixed: Computer now registers as first player when second player is active;
- Fixed: Current game would not be deleted when second player exited, while
playing against the computer;
- Added: 2 new graphics (IExplorer and Mozilla);
- Added: Todo list, started thinking about more features and
how to expand the game easier;
- Known Bugs: Player 2 seems to start an infinite loop which will
eat up your CPU usage for the mysql process;
- Known Bugs: PHP doesn't send the page until its done thinking, this
will result in delayed page views, and the game loser
may not be able to view the winning move;
0.5 (01-22-04)
- 4 new in game graphics (ravie, lucidahand, fortemt, windows and linux);
- Auto Submit (gets rid of having to manually submit after other player's move);
- Player VS. Computer (deepTTT engine);
- Added a connect to server button in the server information page;
- Cleaned up some of the source code;
0.4 (01-21-04)
- Room Select (scales games in the database);
- MySQL connection (host, user, password) is global thoughout the program
including admin usernames and passwords;
- Administration Login and Configuration added (drop rooms,createdatabase,drop
database,create table, drop table)
- 6 new in game graphics (X,O) Jokerman, gill sans, Algerian[Redesgined] (boards)
blue,gray,red;
- Disables already choosen areas on the board;
- Logs moves into the database;
- Checks for winnings and displays the current winner;
- Added "subject" input to help email form;
- More about World Tic Tac Toe created on home page;
- New site graphics (server locator, language chart) and new file format for
expansion of languages;
- Waits for other players moves and proceeds after other player has moved;
- Now Displays "seemless" board swiches between the playing and the checking;
0.3 (01-08-04)
- 2 new graphics (X,O) Wingdings2, Abaddon;
- Graphics Selection (can display any new X and O graphic set);
- Game Setup menu (allows you to setup your player, graphics, and CPU player.)
- Disabling feature in Game Setup menu (disables non-compatible features, and
displays disabled message)
- PHP email form created for the Help page (users can send questions)
- MySQL database communication (first scripts)
- New checking script (wTTTcheck.php) performs critical playing functions
0.2 (01-06-04)
- GUI Has both (X and O) functionality
depending on player value (X=1;O=2;);
0.1 (01-04-04)
- First Release;
- GUI Established;