Skip to content

Commit

Permalink
update user stories, add live link for game site, and inlcude github …
Browse files Browse the repository at this point in the history
…links for the contibutors of the site
  • Loading branch information
tgreenidge committed Apr 19, 2019
1 parent 8c9298b commit c389881
Showing 1 changed file with 21 additions and 18 deletions.
39 changes: 21 additions & 18 deletions README.md
@@ -1,6 +1,9 @@
#Tic Tac Quiz
# Tic Tac Quiz

Collaborative project by Devon Hackley, Tisha Greenidge, Paolo Chidrome, and Peter Tynan
Collaborative project by [Devon Hackley](https://github.com/devonhackley), [Tisha Greenidge](https://github.com/tgreenidge), [Paolo Chidrome](https://github.com/chidrome), and [Peter Tynan](https://github.com/pettynan)


[Play the game online now](https://devonhackley.github.io/ticTacQuiz/)

## Project Overview

Expand All @@ -18,19 +21,19 @@ Our quiz asks questions about HTML, CSS, and JavaScript, but what if a teacher w

### User Stories

As an educator, I want to make studying interesting and engaging for my students.
As an educator, I want to choose what type of questions I create.
As an educator, I want to be able to restart the game whenever I want.
As an educator, I want to create and save my own quizzes.

As a student, I want to compete with my classmates while learning.
As a student, I want to understand the rules and how to win.
As a student, I want the interface to be easy to use.
As a student, I want to see a leaderboard to keep track of my stats.
As a student, I want to click on a tile and answer a question.
As a student, I want to be able to enter my username.

As a developer, I want to finish the project in 4 days.
As a developer, I want the user to be able to enter their own questions and answers.
As a developer, I want to disable tiles that have already been selected.
As a developer, I want there to be a tiebreaker when one square has been answered wrong too many times.
- As an educator, I want to make studying interesting and engaging for my students so that they will be excited to learn.
- As an educator, I want to choose what type of questions I create so that I can make quizzes that are relevant to the topics I want to test.
- As an educator, I want to be able to restart the game whenever I want.
- As an educator, I want to create and save my own quizzes so that I can access them anytime I wish.

- As a student, I want to compete with my classmates while learning so that I will have an enjoyable learning experience.
- As a student, I want to understand the rules and how to win so that I can have a fair chance of playing against my opponent.
- As a student, I want the interface to be easy to use so that I will be inclined to use the site again.
- As a student, I want to see a leaderboard to keep track of my stats.
- As a student, I want to click on an available tile so that I can attempt to win the tile by answering the question.
- As a student, I want to be able to enter my username so that I can see my statistics during and after play.

- As a developer, I want to finish the project in 4 days so that I will meet the project deadline.
- As a developer, I want the user to be able to enter their own questions and answers so that the application can me more meaningful to them by creating their own quizzes.
- As a developer, I want to disable tiles that have already been won so that only tiles with available questions may be selected by a player.
- As a developer, I want there to be a tiebreaker when one square has been answered wrong too many times so that there will be a stopping point to the game.

0 comments on commit c389881

Please sign in to comment.