Solution to the Odin Project "Tic tac toe" exercise;
- Practicing OOP - to have as little global code as possible, using module or factory
- Starting with playing in the console, than add the gameboard to HTML
- Building functions that allow players to add marks to a specific spot and renderind them to DOM
- HTML5,
- CSS3,
- JavaScript.