Skip to content

a game of tic-tac-toe against your choice of the computer or another player

Notifications You must be signed in to change notification settings

emgrey02/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

a project from The Odin Project's Javascript curriculum

I recreate the game of tic-tac-toe to be played through the browser. The user has the option to play against the computer or another player.

Demo

gif of tic-tac-toe game

Live Preview

https://emgrey02.github.io/tic-tac-toe

Languages used

  • HTML
  • CSS
  • Javascript

What I Learned

  • how to use factory functions and modules in my javascript code
  • importance of organizing my code, especially because these projects are getting bigger
  • how to use the minimax algorithm to make the computer always win

About

a game of tic-tac-toe against your choice of the computer or another player

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published