We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3acc649 commit 095dbd1Copy full SHA for 095dbd1
README.md
@@ -13,28 +13,10 @@
13
14
1. **Clone the Repository**:
15
16
- ```bash
17
- git clone https://github.com/yourusername/tic-tac-toe.git
18
- ```
19
-
20
2. **Navigate to the Project Directory**:
21
22
23
- cd tic-tac-toe
24
25
26
3. **Compile the Java Files**:
27
28
29
- javac TicTacToe.java
30
31
32
4. **Run the Application**:
33
34
35
- java TicTacToe
36
37
38
## Usage
39
40
1. Launch the application to select the game mode (Single-Player or Multiplayer).
0 commit comments