Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPD93 authored Oct 20, 2022
1 parent 5276e03 commit 746fba3
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,34 @@
# Tic Tac Toe

## Setup

## Role
Make sure you have Git and Node (v18) installed.

- Clone a copy, cd into it

- Run ```npm install``` to install all the dependencies

- Run ```npm run dev``` to start the local dev server

## Roles

Scrum facilitator/DevOps - Sumithra

User Experience lead/QA - Alex

## User Stories

- As a user I want to be able to to play Tic Tac Toe against the computer.
- As a competetive user I want to be able to see the scoreboard.
- As a social user I want to be able to play against my friends.
- As a user I want to be able to play against my friend.

- As a competetive user I want to be able to see the scoreboard.

## Stretch Stories

- As a non social user I want to be able to to play against the computer.

## Criteria
- [ ] Accept at least 2 kinds of user input
- [ ] Have some form of persistent state and interactivity, e.g.
- [X] Accept at least 2 kinds of user input
- [X] Have some form of persistent state and interactivity, e.g.
Countdown timer,
Score tracker,
Previous guesses
Expand Down

0 comments on commit 746fba3

Please sign in to comment.