ODIN-Project Tic-Tac-Toe
-
Create Gameboard obj
- Store gameboard in array in Gameboard{}
-
Player{}s
-
IIFEs for single-instance objects (board, controller, etc...)
-
All functionality INSIDE {}s . Create {} to handle display/DOM logic
- render gameboard array
- players interact with DOM elements to place markers
- rule functionality should prohibit illegal moves
-
Code LOGIC before HTML/CSS; make it work in console 1st
-
Tidy interface to allow player profile customization
- Start/restart/end game buttons
- Display all game results @ end