Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 659 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 659 Bytes

Tic Tac Toe

Link to game: http://tictactoe-nick.s3-website-us-east-1.amazonaws.com/

Features

Visible features:

  • User's can enter and change their player names.
  • User's can reset the game.
  • Tracks and displays score to the User.
  • Lights up winning sequence.
  • Displays game status (who's turn, ect.)

Hidden features:

  • Responsive design, so Users can play on Ipad or smartphone.
  • The game's state (player names, scoreboard, positioning) is saved, so User's can close their browser and return to it days later.
  • On first page load, automatically prompt for player names.

Directions to install locally

npm install && gulp && node server.js