Skip to content

lucashogg/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tic-tac-toe

View live site on GitHub Pages

About

We’re making a Tic Tac Toe game you can play in your browser!

tictactoe-01 tictactoe-02 tictactoe-03

In this The Odin Project assignment we are tasked with building a web based "Tic Tac Toe" game with an emphasis on using factory functions in our Javascript code.

Features

  • Gather user input for naming players
  • Dynamically update board UI when players take turns
  • Pop up modal declaring winner with ability to reset current match or start over completely
  • Responsive design

Technologies

  • Javascript
  • CSS
  • HTML

What I Learned

Now learning about factory functions, I never realized how many global variables and just how "open" my Javascript code has been. This project was great way to help me understand and implement this new way of structuring my JS files and, ultimately, how I approach coding. I'm starting to get how coding is really about breaking down a big problem into a few smaller problems, and so on.

Additional Links

The Odin Project

About

The Odin Project - Tic Tac Toe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published