Skip to content

Instantly share code, notes, and snippets.

@meltar
Last active December 28, 2015 13:09
Show Gist options
  • Save meltar/df34e27af864544dee28 to your computer and use it in GitHub Desktop.
Save meltar/df34e27af864544dee28 to your computer and use it in GitHub Desktop.
Silly Hacks Only
- Log in to the app with an account (Twitter)
- Getting started
- Get to pick one out of three random things to be your champion
- Challenge another person to a contest
- The challenger doesn't know that type of contest
- The person challenged chooses one of several contest types
- The winner is random
- You can see a list of your previous contest results
- Summary of wins/losses
- Challenge someone who isn't a user yet
- Routes/pages
- User page that shows your champion with a button to challenge that user (with results)
- Some views showing the battle steps
- sign up page
- display all users
- Info from Twitter OAuth response
- nickname
- image (add later)
- location (add later)
- Twitter url (add later)
- Challenge model:
- Type of challenge
- Winner
- Loser
- User model
- has many challenges
- total wins
- total losses
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment