Just your traditional tic tac toe game on a
- 3x3 board,
- with player counters and
- minimalistic visuals.
- creating a working algorithm to decide a win,loss or draw.
- trying to not lose it during testing the above algorithm.
Get the winning combination to 'pulse' when a win is registered instead of the board clearing when a win occurs.DoneAdd 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.