Skip to content

A fun dog vs. cat themed tic-tac-toe game, built from scratch! With localStorage to keep track of scores.

Notifications You must be signed in to change notification settings

janitastic/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dog vs. Cat Tic-Tac-Toe

App Demo

About

Dog vs. Cat tic-tac-toe is a challenge build a user interactive front-end application using JavaScript, HTML, and CSS.

Want to play? Jump in!

Instructions

  1. When the app first loads, the first player will be dog
    * Note: Players should chose who wants to play first.
  2. The next player will automatically be selected after each play.
  3. After each game, a winner is selected, their score is logged, and the game continues.
  4. Play as many times as you'd like, or click the clear scores button to clear the scores and start over.

Future Additions

  • Ability to chose which player goes first.
  • Automatic page refresh after tie game.

Contributor

The spec for this project can be found here.

Technology Used

  • JavaScript
  • CSS
  • HTML
  • Atom

Wins

  • The local storage requirement of the project required me to rework the data model.
  • Switching the player turns.
  • Logging a score to local storage.

Challenges

  • Overall design and getting player images to cooperate.
  • Tie game page timeOut.

About

A fun dog vs. cat themed tic-tac-toe game, built from scratch! With localStorage to keep track of scores.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published