/tic-tac-boo

Primary LanguageJavaScript

Tic-Tac-Boo!

Image of Tic-Tac-Boo! game

Abstract

Tic-Tac-Boo! is a fully functional Halloween-themed Tic-Tac-Toe game utilizing JavaScript, HTML and CSS. In this game, users can play as either a vampire or a ghost. JSON / local storage is functional to allow for scorekeeping. The players can reset the board as well as clear the scores from storage using the 'Restart' and 'Reset Scores' buttons. Timeout functions are used to automatically clear the board after a game is won or tied.

Technologies Used

  • JavaScript
  • JSON
  • HTML
  • CSS
  • Chrome Dev Tools
  • ATOM

Demonstration

Access a demonstration of this project here.

Features To Be Added

  • Randomization functionality to determine whose turn comes first
  • The option for users to select their own emojis
  • A countdown feature that shows during timeout before board is reset
  • Additional spooky styling

Contributors

Project Spec

The project spec and rubric can be found here.