Skip to content

Commit 4389d3d

Browse files
authored
Refine Tic Tac Toe game description
Removed redundant wording in game description.
1 parent 3933bac commit 4389d3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A simple Tic Tac Toe game written in Java using a graphical user interface (GUI).
44

5-
It allows two players to take turns placing “X” and “O” and win by getting three symbols in a row (horizontally, vertically, or diagonally) or play against the unbeatable AI.
5+
It allows two players to take turns placing “X” and “O” and win by getting three symbols in a row (horizontally, vertically, diagonally) or play against the unbeatable AI.
66

77
## 💻 Technologies
88

0 commit comments

Comments
 (0)