DEV Community

Tic Tac Toe (VS A.I.) v.2

Takane Ichinose on July 18, 2019

This is just a simple tic tac toe game v.s. AI. Yes, I tried to do this, because I want to learn how to think of an algorithm for AI. Though, the ...
Collapse
 
hkh12 profile image
Hosein Khansari

Cool! I think developing games like this is good practice to train your thoughts and programming skills.

I've made something similar to this, Court piece (Hokm) game. It's a game played by four persons but I made it single-player vs. 3 bots!

Collapse
 
takaneichinose profile image
Takane Ichinose

Thank you! I agree, that doing these things as hobby is good, as it is a good opportunity for we to practice. Also, it will practice our mind to think of an algorithms, especially for graphics and mathematics.

Anyway, I tried to look at your link, but unfortunately, it brings me to 404 error page.

Collapse
 
hkh12 profile image
Hosein Khansari

Sorry for the mistake 🤦‍♂️😁 the actual link is this one

Thread Thread
 
takaneichinose profile image
Takane Ichinose

That was good. Also, the structure of the program is good, and the codes are well written.