Skip to content

Commit 095dbd1

Browse files
authored
Update README.md
1 parent 3acc649 commit 095dbd1

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

Diff for: README.md

-18
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,10 @@
1313

1414
1. **Clone the Repository**:
1515

16-
```bash
17-
git clone https://github.com/yourusername/tic-tac-toe.git
18-
```
19-
2016
2. **Navigate to the Project Directory**:
2117

22-
```bash
23-
cd tic-tac-toe
24-
```
25-
2618
3. **Compile the Java Files**:
27-
28-
```bash
29-
javac TicTacToe.java
30-
```
31-
3219
4. **Run the Application**:
33-
34-
```bash
35-
java TicTacToe
36-
```
37-
3820
## Usage
3921

4022
1. Launch the application to select the game mode (Single-Player or Multiplayer).

0 commit comments

Comments
 (0)