Skip to content

alex-dishen/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

The Library project is created according to the assignment from The Odin Project course.

Preview

🔗 Live preview of the project is here.

Features

  • Two players mode
  • AI mode with two levels of difficulty

Outcome

  • Used HTML
  • Used CSS
  • Used JavaScript
  • Learned how to tackle all items inside functions to free global scope
  • Improved usage of factory functions
  • Improved usage of module pattern
  • Usage of minimax algorithm

Navigation