(GA Software Engineering Immersive - Project 1)
Build an interactive front-end app that functions as a 2-player tic tac toe game, styled with CSS. Built with HTML, CSS and Javascript.
- Live score board
- Adjustable board size
- Adjustable win condition
- Reset function
- Responsive design
- CSS animations
- shaweeet neon effects
This was my first front-end project involving DOM manipulation and creation of elements with Javascript and I learned a bunch of new things including writing the algorithms to determine the winning conditions. As I wanted to create a board that could be increased in size the biggest challenge was coming up with the win condition for diagonal matches especially when not counting the entire row.
Made in class over 2 days