Skip to content

TomasOchoa/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Tic-Tac-Toe Game

My implementation of a Tic-Tac-Toe game using jQuery and JavaScript.

To Do:

  • Lock game board after winner showed
  • Finish show tie function
    • Implement turn counter
    • Show tie if checkWinner() returns false && amount of turns player == 9
  • Implement reset
    • Include reset event listener for button
    • Create reset logic on event fired
  • Highlight All available moves if a move is invalid
  • Style Jumbotron
    • Add jumbotron style for Tie
  • Maybe make some animations for win/tie/displays?
  • Create a scoreboard
    • Score for player 1 & player 2
    • Display number of turns played
    • Make it like an electric scoreboard

About

My implementation of a Tic-Tac-Toe game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published