CatinhoCR / couscous

Single Page App made with vanilla JS (ES6+), following a Model-View-Controller approach. Uses Webpack and Babel for JS, and SCSS for styling. Holds a Tic Tac Toe game for now, looking to extend something else. All made from scratch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic Tac Toe Last Details

CatinhoCR opened this issue · comments

commented

Need to reset board once user clicks on Rematch, and make it restart.

Send the restart event trigger from view to model, and restart the whole thing WHILE keeping score as is.

Nice to haves:

  • Prompt users for their names instead of clling them X and O
  • Track each move in a history tracker, and update it on every click (X played square [8])
  • Styling
  • DOM elements better handling overall
  • Handle DOM updating better