forked from florinpop17/app-ideas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request florinpop17#98 from florinpop17/this-that
added This or That Game
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters