Tic Tac Toe
In java
Notes: This is a very simple java command line tic tac toe game. You first enter the x coordinate of your move (Starting at 0) and then the y coordinate. It then sets an X or an O or says illegal move. It then tests to see if there's a winner and if none is found it repeats.