You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building a simple tictactoe game using oop and modular js.
The main goal here is to build a functioning game with a focus on clear modular code that separates concerns and does not pollute the global name-space.