Skip to content

Online two player tic tac toe game customized with alternating marker colors and modal animations.

Notifications You must be signed in to change notification settings

tdo95/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe 🅾🆇

Online two-player tic tac toe game customized with alternating marker colors and modal animations.

Try it out here: Link To Live Site

demo

How it's made 🏗

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.

Features 📱

  • Multiplayer Capability
  • Interactive Board interface
  • Modal Animations
  • Alternating Color Markers

Lessons Learned 🎖

  • 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.

Future Improvements 📊

  • Increase board size
  • Add single-player option

About

Online two player tic tac toe game customized with alternating marker colors and modal animations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published