Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
WhatsACloud committed Feb 5, 2022
1 parent 7505e1a commit 2121a01
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
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 added __pycache__/badCursesDebugger.cpython-38.pyc
Binary file not shown.
Binary file added __pycache__/boardDrawer.cpython-38.pyc
Binary file not shown.
Binary file added __pycache__/game.cpython-38.pyc
Binary file not shown.
Binary file added __pycache__/nn.cpython-38.pyc
Binary file not shown.
Binary file added __pycache__/nnTrainer.cpython-38.pyc
Binary file not shown.
Binary file added __pycache__/program.cpython-38.pyc
Binary file not shown.
Binary file modified fileOne.pkl
Binary file not shown.

0 comments on commit 2121a01

Please sign in to comment.