Skip to content

A tic tac toe bot made using a neural network from scratch

License

Notifications You must be signed in to change notification settings

WhatsACloud/tic_tac_toe_bot

Repository files navigation

tic_tac_toe_bot

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

notes

It kind of works

About

A tic tac toe bot made using a neural network from scratch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages