TicTacToe is one of the classic examples when it comes to multiplayer games. The rules and interactions are simple enough to make it a good example. We have now amassed a few examples. A few…
In fact, we have a server game, an HTML5 client, bots for load and QA testing, and fully fledged tournament support.
- Tic-tac-toe Server (Java)
- Tic-tac-toe Client (JavaScript)
- Tic-tac-toe Tournament (Java)
- Tic-tac-toe Bot (Java)
Pretty cool, eh?