Online two-player tic tac toe game customized with alternating marker colors and modal animations.
Try it out here: Link To Live Site ✨
Tech Used: HTML, CSS, JavaScript, OOP
This project uses object oriented programming as well as front end technologies to create an interactive two player Tic Tac Toe web application. The foundation of the program's structure lies in a single class of which I defined TicTacToe. The TicTacToe class that serves as the mechanism to create new game sessions as well as facilicate user interaction and maintain flow within the game.
- Multiplayer Capability
- Interactive Board interface
- Modal Animations
- Alternating Color Markers
- An easy way to add animations to modal windows is to use the animation property and keyframes in CSS.
- Debugging saves time! I learned how to actitivate and utilize debugging tool within chrome dev tools.
- Increase board size
- Add single-player option