Networked Tic Tac Toe is a Java application that implements the classic Tic-Tac-Toe game with a client–server architecture. The UI is built with Swing, while networking uses TCP sockets to synchronize ...
A classic Tic Tac Toe game implemented in Java with a polished SWT GUI interface. This project demonstrates object-oriented programming principles and GUI development with Eclipse's Standard Widget ...