We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f7386 commit f60a813Copy full SHA for f60a813
1 file changed
README.md
@@ -1,10 +1,14 @@
1
# A Nested TicTacToe game using Java Swing.
2
***
3
+
4
## The user is initially displayed with an option to choose your opponent, either against the computer or a friend.
5
6
+ Project Demo: [Nested Tic-Tac-Toe](https://replit.com/@MajinVegetaSSJ2/Nested-TicTacToe?v=1)
7
8

9
10
---
11
12
Play alternates between the user(player1) who initially is X and the player2/CPU which is O.
13
14
Image displaying a game between the user and CPU:
0 commit comments