News

This is the Tic-Tac-Toe with AI (Java) project I made myself. Everybody remembers this paper-and-pencil game from childhood: Tic-Tac-Toe, also known as Noughts and crosses or Xs and Os. A single ...
A simple Tic Tac Toe game built in Java for two players. This project runs in the console and is perfect for learning basic Java programming concepts such as arrays, loops, conditional statements, and ...