You are browsing as a guest. Sign up (or log in) to start making projects!

Tic Tac Toe AI

  • 2 Devlogs
  • 5 Total hours

A tic-tac-toe game that plays in the terminal and includes a bot to play with

Ship #1 Changes requested

I made a tic-tac-toe game that runs in your terminal and has 3 different bots. The hardest part of this project was finding out that when you make a variable equal another variable that is a list it doesn’t make a new list but makes a reference instead so when I change the new variable I also change the old one which led to many bugs.

To use it you can run it on an online python interpreter like programiz or just type python3 main.py in the terminal if you download it.

  • 2 devlogs
  • 5h
Try project → See source code →
Open comments for this post

2h 58m 9s logged

I game my game 3 different kinds of bots (dumb, smart, and genius) and I also made it so you can either play against one of them or play them against each other.

0
0
36
Open comments for this post

2h 25m 53s logged

I just made the base game for my tic tac toe bot with a very simple ui. Right now only real people can play but it, but in a moment bots will take over and win over any human that challenges it.

0
0
12

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…