From 746fba3cb1527498770624e25f38a44a298d18d8 Mon Sep 17 00:00:00 2001 From: Alex Perez-Davies Date: Thu, 20 Oct 2022 16:33:34 +0100 Subject: [PATCH] Update README.md --- README.md | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index caf7b16..d5aca32 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,16 @@ # 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 @@ -9,13 +18,17 @@ 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