Skip to content

hbar1st/TOP-Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TOP-Tic-Tac-Toe

The Odin Project's Tic Tac Toe project

Things that I could have improved:

  • make document dependency explicity for the controller module or create a separate controller with that dependency and seperate out the DOM concerns from the game control concerns.

  • I could have used an svg for the board lines and made them look more hand-drawn (then laid them out in a grid with the rest of the images);

  • I could have avoided hiding so many svgs inside the board at the outset and just added them in dynamically as needed.

About

The Odin Project's Tic Tac Toe project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published