Tic Tac Toe Project (Web)

Project Demo

Note

  • This is an project from Odin Project curiculum which for practice pain Javascript without utilize any framework.

  • More detail of this Project reference can be found here.

  • We use "Module - Views - Controller (MVC)" to construct this project. ** There are 3 modules in this project (player, board, game). ** There is 1 views module in this project (UI). ** There is only one controller module.

contributors