-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7505e1a
commit 2121a01
Showing
8 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,17 @@ | ||
# tic_tac_toe_bot | ||
A tic tac toe bot made using a neural network from scratch | ||
A tic tac toe bot made using a neural network with numpy | ||
# installation | ||
git clone https://github.com/Yumyummyyy/tic_tac_toe_bot.git | ||
# usage | ||
python3 main.py | ||
# uninstallation | ||
rm -rf tic_tac_toe_bot/ | ||
# controls | ||
space -> select program or place piece ingame | ||
q -> exit current scope | ||
enter -> runs selected program | ||
backspace -> deletes character if changing options | ||
typing any letter -> adds the character to the option if it is valid | ||
right or left -> toggles between true or false in options | ||
|
||
use arrow keys to move ingame |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.