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
This is a simple command line app for playing Tic Tac Toe!
This version of TTT employs OOP principles and was built in JavaScript.
To get started, fork the repo and run
node init.js
The time limit for this little challenge was 75 minutes!