Skip to content

Commit c02f3ca

Browse files
authored
Enhance Tic Tac Toe game description formatting
1 parent d8a51f7 commit c02f3ca

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
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, or diagonally). <br>
6+
Or play against the unbeatable AI.
67

78
## 💻 Technologies
89

0 commit comments

Comments
 (0)