CDiaz96 / Tic-Tac-Toe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic-Tac-Toe

This website allows you to play Tic Tac Toes against another player. Find a friend and challenge them!

Website: https://tictactoe-carolindiaz.netlify.app/

Tic-Tac-Toe Screenshot

Tech used: HTML, CSS, Object Oriented Javascript

How It's Made: When creating this website I focused on making it functional first before I went in and applied the CSS. I created the basic layout on HTML and added the different cells that would contain the X's and O's. For this particular website multiple objects were created in order to run the functions.

Lessons Learned: Through this particular project I was able to learn how to condense my code by using object oriented programing.

About


Languages

Language:JavaScript 69.2%Language:CSS 21.3%Language:HTML 9.5%