Inspiration

Google's own tic tac toe game. The link can be found here link

What it does

You can play tic-tac-toe, against a bot that chooses random moves.

How we built it

It was built all in python, with the random package module.

Challenges we ran into

Finding a smart way to detect if someone had won.

Accomplishments that we're proud of

Detecting if a move is valid or not, and looping back to the beginning if it is invalid.

What we learned

I learned how to use random in python, and different ways equality statements can be written in python.

What's next for Tic-Tac-Toe Simulator

Trying to make the computer intelligent, and instead of selecting random moves, selecting the best move.

Built With

Share this project:

Updates