/tictactoe

Primary LanguageJavaScript

TicTacToe: Play Here

tictactoe

The legendary game of TicTacToe finally released on the internet for everyone to enjoy!

Tech Used:

My learning focused on building a functional tictactoe game and refactoring it to be implemented through OOP.

Optimizations

Through using localStorage to save the scores. These will be available even across browser sessions. because of the limited boardsize the logic is implemented in such a way to use as little resources as possible.

Lessons Learned:

I learned that even simple projects can have immense require immense amounts of logic. Specifically when needing to account for corner cases.