Tic Tac Toe 3D is a 3D version of the popular tic tac toe game. You have to have 4 in a row in order to win. Any diagonal in 2D or 3D space counts, too. It supports local and network games.
Developer comments
The implementation is *very* messy. Maybe one day I will refactor it so the game logic doesn't pollute the display code (separation of logic and view).
Product's homepage
Requirements:
· Java Runtime Environment (JRE) 1.5 or later
Limitations:
· In network game mode the player that clicks first begins. In the unlikely case that both click at the same time, both instances think they are first and therefore the games have an inconsistent state. However, this case is unlikely so I won't fix it now.
What's New in This Release: [ read full changelog ]
· Finished real software 3D (could be done better, though).