Ethodeus / tic-tac-toe

A two player game of tic-tac-toe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2 Player tic-tac-toe | Visit here!

How It's Made:

@alexisintech, @Ethodeus, @bytesbybianca, @LucasMERN, @brendondsouza, @TonyHerbert22ATX and I collaborated to build this project. We split into two groups—one group built the win and draw condition validation algorithms while the other styled the site and added support for user input.

Techs used:


       


Lessons Learned:

This project helped us better understand how to split up work based on each person's strengths. We learned about how to utilize 2d arrays to better represent 2 dimensional grids. We discovered a method to add event listeners to every button without manually adding one for each one. Finally, after struggling to find the appropriate values to do what we wanted, we made the connection between SVG and CSS animation's positioning systems and tweaked the text box's slide in animation to perfection.


Optimizations:

We are planning to incorporate OOP with this simple game soon.

About

A two player game of tic-tac-toe


Languages

Language:JavaScript 45.0%Language:CSS 37.3%Language:HTML 17.8%