Skip to content

Commit cddbafd

Browse files
authored
Update README.md
Link to the other tic-tac-toe repo.
1 parent a3d5e47 commit cddbafd

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# tictacNET
22
> Solving Tic-Tac-Toe with Neural Networks.
33
4-
## Install TensorFlow and other packages
5-
6-
```bash
7-
> pip install tensorflow sklearn pandas
8-
```
9-
104
## How to use this
115

126
Run `tictacnet.py` to train your model. Then play it using by running `play.py`.
137
Feel free to tune what ever you want in the model and see how good (or bad!) you can make it.
8+
9+
See [bsamseth/tic-tac-toe](https://github.com/bsamseth/tic-tac-toe) for more traditional search-based AI's implemented in multiple languages.
10+
11+
## Dependencies
12+
13+
```bash
14+
> pip install tensorflow sklearn pandas
15+
```

0 commit comments

Comments
 (0)