dalyk34
commited on
Commit
•
a89cc9c
1
Parent(s):
22ae33a
readme
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Tic-Tac-Toe API
|
2 |
|
3 |
This is a simple API for playing Tic-Tac-Toe using Python and Flask.
|
@@ -30,4 +47,6 @@ This is a simple API for playing Tic-Tac-Toe using Python and Flask.
|
|
30 |
|
31 |
## Running the Project
|
32 |
|
33 |
-
1. Install dependencies
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- tictactoe
|
4 |
+
- game
|
5 |
+
- api
|
6 |
+
- flask
|
7 |
+
license: apache-2.0
|
8 |
+
widget:
|
9 |
+
- text: "Make a move at position 0"
|
10 |
+
- text: "Get the board status"
|
11 |
+
model-index:
|
12 |
+
- name: TicTacToe AI Model
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
type: "reinforcement-learning"
|
16 |
+
---
|
17 |
+
|
18 |
# Tic-Tac-Toe API
|
19 |
|
20 |
This is a simple API for playing Tic-Tac-Toe using Python and Flask.
|
|
|
47 |
|
48 |
## Running the Project
|
49 |
|
50 |
+
1. **Install dependencies**:
|
51 |
+
```bash
|
52 |
+
pip install -r requirements.txt
|