Skip to content

Commit

Permalink
Merge pull request florinpop17#98 from florinpop17/this-that
Browse files Browse the repository at this point in the history
added This or That Game
  • Loading branch information
florinpop17 authored Oct 1, 2019
2 parents 15765ec + 227521f commit 7067c54
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
27 changes: 27 additions & 0 deletions Projects/This-or-That-Game.md
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)
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 7067c54

Please sign in to comment.