Projects

Tic-Tac-Toe Java

JAVA
OOP

Designed and implemented a Java-based Tic-Tac-Toe application with modular architecture, user input handling, and AI player functionality

Tic-Tac-Toe Java Console Game

Crafted a Java-based Tic-Tac-Toe application with a streamlined architecture, leveraging classes like TicTacToeApplication, ConsoleRunner, Game, Board, GameStatus, Move, and AI interface, along with SmartAI and DumbAI implementations. The application allows users to input coordinates for moves, employs java.util.Scanner for parsing, and features a random move selection strategy for DumbAI. The design prioritizes immutability, ensuring safety in sharing Board objects, and showcases adept use of UML for system visualization.

GitHub Repository: