Super Super Super Simple Tic-Tac-Toe

Hey,

I finally finished my Tic-Tac-Toe game. I wanted it to be very simple and to the point while still being fun. Super Simple Tic-Tac-Toe

I really wanted to make the computers turn “appear” on the board slower, but I couldn’t figure it out using setTimeout.

Thanks Everybody!

You’ve implemented minimax well. Seems to be unbeatable. It would be nice to win occasionally.
Style wise there are a few potential improvement but I’m sure you know them without me pointing them out.
Well done :+1:

Thanks for taking a look!

I was thinking about making difficulty settings which would be fun.

1 Like

Good idea! If you can figure it out.

Looks nice, good on mobile too.

For setTimeout you just need to give it a function and the delay setTimeout(function() { aiMove() }, 500).

2 Likes

LOVE it, also I did try to win but mostly tie…

1 Like