Skip to content

ajayraveendran/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

Play

What it does?

Just your traditional tic tac toe game on a

  • 3x3 board,
  • with player counters and
  • minimalistic visuals.

Challenges along the way

  • creating a working algorithm to decide a win,loss or draw.
  • trying to not lose it during testing the above algorithm.

Unfinished business

  • Get the winning combination to 'pulse' when a win is registered instead of the board clearing when a win occurs. Done
  • Add page reload animation. Done. Added initializing with a pulse animation.
  • Carry out the above with the view of optimising for mobile. Done. Added media queries and converted as many px to % as possible.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published