u/Business_Variation22

You play tic-tac-toe against a simple AI that I made. Its not really an AI like a Large Language Model or Machine Learning. Its just a set of conditions that make the program decide where is going to place a mark.

The code is a monolith. I dont like the way it looks. I think is a insane amount of code for just one file. But im using vanilla javascript so I cant use modules. Now I understand one of the reasons to use Webpack or similar tecnologies.

I was postponing the deploy because I wanted to work more on the UI, but I have postponed too much (2 months). I have to move on with the course. So Im deploying what I have.

Thanks for read about my little project. Happy coding!

Live Site URL: https://luizhen527.github.io/tic-tac-toe/

Github: https://github.com/LuizHen527/tic-tac-toe

reddit.com
u/Business_Variation22 — 7 days ago