Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 920 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 920 Bytes

tic-tac-toe

User Story: I can play a game of Tic Tac Toe with the computer.

User Story: I can choose to play again after a game has completed.

User Story: I can choose whether I want to play as X or O.

User Story: I can choose to play on a harder difficulty.

To add to this project, fork repo, then run npm i to install to be able to run the script npm run lint which runs a linter against the files in the js directory with the rules indicated in the .eslintrc.json file.

Update or add the modification log on any html, css, or js file existing (which must include your name, date, and description of changes), or add a header with @description, @createdDate, and @author to any new file. Please message aggiewb with any questions about the header or log.

Open any subsequent pull requests with corresponding issue to the master branch. The pull request must pass linter and must flag aggiewb for review.