Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 459 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 459 Bytes

XO

Tic-tac-toe, noughts and crosses, or Xs and Os is a paper-and-pencil game for two players who take turns marking the spaces in a three-by-three grid with X or O. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.

This repository is an implementation of this game written with Java and is designed as object-oriented Assignment soulotion for CE40244 course (Advanced Programming with Java).