Skip to content

Play tic-tac-toe against the computer at varying levels of difficulty

Notifications You must be signed in to change notification settings

s-hens/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

Summary

This is the classic game of tic-tac-toe made in vanilla JavaScript. Users can choose from two difficulty levels: "easy", where the computer chooses its moves randomly, or "hard", where the computer chooses its moves intelligently.

Done as part of The Odin Project Full Stack JavaScript curriculum.

I learned about...

  • Factory functions
  • The module pattern
  • Immediately Invoked Function Expressions
  • Variable scope

About

Play tic-tac-toe against the computer at varying levels of difficulty

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published