From 227521f16162c665efd479050c4d4e74edd5a999 Mon Sep 17 00:00:00 2001 From: Florin Pop Date: Wed, 2 Oct 2019 01:34:01 +0300 Subject: [PATCH] added This or That Game --- Projects/This-or-That-Game.md | 27 +++++++++++++++++++++++++++ README.md | 1 + 2 files changed, 28 insertions(+) create mode 100644 Projects/This-or-That-Game.md diff --git a/Projects/This-or-That-Game.md b/Projects/This-or-That-Game.md new file mode 100644 index 00000000..c271f720 --- /dev/null +++ b/Projects/This-or-That-Game.md @@ -0,0 +1,27 @@ +# This or That Game + +**Tier:** 2-Intermediate + +A game in which the user can select their favorite image between two choices. + +**Note**: `image`s - might be dogs (as in the example below), cats, cars, houses, pretty much anything. + +## User Stories + +- [ ] User can see two images +- [ ] User can select it's favorite from the two images +- [ ] After a selection is made, other 2 images are displayed + +## Bonus features + +- [ ] Add a smooth animation when switching between images +- [ ] Save the votes in a database +- [ ] Add a leaderboard in which the user can see the top 10 voted images + +## Useful links and resources + +- [Public APIs](https://github.com/public-apis/public-apis) - access to a lot of Public APIs + +## Example projects + +- [This or That (w/ dogs) by Florin Pop on Codepen](https://codepen.io/FlorinPop17/full/rNBRYKZ) diff --git a/README.md b/README.md index 252497fd..f6579118 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ required to complete them. | [Simple Online Store](./Projects/Simple-Online-Store.md) | Simple Online Store | 2-Intermediate | | [Sports Bracket Generator](./Projects/Sports-Bracket-Generator.md) | Generate a sports bracket diagram | 2-Intermediate | | [String Art](./Projects/String-Art.md) | An animation of moving, colored strings | 2-Intermediate | +| [This or That Game](./Projects/This-or-That-Game.md) | This or That Game | 2-Intermediate | | [Timezone Slackbot](./Projects/Timezone-Slackbot.md) | Display Team Timezones | 2-Intermediate | | [To-Do App](./Projects/To-Do-App.md) | Manage personal to-do tasks | 2-Intermediate | | [Typing Practice](./Projects/Typing-Practice-App.md) | Typing Practice | 2-Intermediate |