Tic Tac Toe

X O

Choose X or O to Start !

# # #
# # #
# # #

Project description:

Tic Tac Toe is a Project made for FreeCodeCamp's FrontEnd Certification using HTML, CSS, jQuery and JavaScript. You can play it. Just choose to play with X or O and then place your character on the board. The computer turn is not using any fancy algorithm like min-max. It uses a simple Math.random() so, try not to get the beating of your life :)

Project date:

March 2017

Original Project:

Original Pen and Code