A little… Tic Tac Toe?

I’m near complete with the Free Code Camp Front-End Development Certification course. 291 coding challenges and I’m on my last… Haven’t read through the specs yet, but based on my last four projects, I’m guessing it’ll run me another 3-4 days.

My last project was a Tic Tac Toe game, in which you can play person-to-person, or you can play against the computer.

If playing against the computer;
– The computer will try to win, where possible; and try to block where it can.
– Winning tiles highlight.
– You can switch sides (between X’s and O’s).
– Keeps score (scores swap when sides are swapped).
– Has a random wait time for while computer is ‘thinking’.

Play Tic Tac Toe on CodePen:

I dare say it wasn’t as much fun as creating Guess Right (and be happy), but games are fun to create in any case.

-Keith D Commiskey


Keith D Commiskey
https://keithdc.com

Leave a Reply