diff --git a/README.md b/README.md index 4fefd0b..dcb7a70 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/__pycache__/badCursesDebugger.cpython-38.pyc b/__pycache__/badCursesDebugger.cpython-38.pyc new file mode 100644 index 0000000..b8cf36c Binary files /dev/null and b/__pycache__/badCursesDebugger.cpython-38.pyc differ diff --git a/__pycache__/boardDrawer.cpython-38.pyc b/__pycache__/boardDrawer.cpython-38.pyc new file mode 100644 index 0000000..9f094b4 Binary files /dev/null and b/__pycache__/boardDrawer.cpython-38.pyc differ diff --git a/__pycache__/game.cpython-38.pyc b/__pycache__/game.cpython-38.pyc new file mode 100644 index 0000000..4412fc0 Binary files /dev/null and b/__pycache__/game.cpython-38.pyc differ diff --git a/__pycache__/nn.cpython-38.pyc b/__pycache__/nn.cpython-38.pyc new file mode 100644 index 0000000..76780d0 Binary files /dev/null and b/__pycache__/nn.cpython-38.pyc differ diff --git a/__pycache__/nnTrainer.cpython-38.pyc b/__pycache__/nnTrainer.cpython-38.pyc new file mode 100644 index 0000000..d18b1a6 Binary files /dev/null and b/__pycache__/nnTrainer.cpython-38.pyc differ diff --git a/__pycache__/program.cpython-38.pyc b/__pycache__/program.cpython-38.pyc new file mode 100644 index 0000000..6f65882 Binary files /dev/null and b/__pycache__/program.cpython-38.pyc differ diff --git a/fileOne.pkl b/fileOne.pkl index 4bf19f8..50c26bf 100644 Binary files a/fileOne.pkl and b/fileOne.pkl differ