https://github.com/maxchehab/ruse
Solve puzzles one clue at a time 🌎.
https://github.com/maxchehab/ruse
Last synced: about 1 month ago
JSON representation
Solve puzzles one clue at a time 🌎.
- Host: GitHub
- URL: https://github.com/maxchehab/ruse
- Owner: maxchehab
- License: mit
- Created: 2018-08-06T02:09:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-06T02:44:57.000Z (over 6 years ago)
- Last Synced: 2025-01-30T21:57:19.167Z (3 months ago)
- Language: Dart
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ruse
Ruse is a clue hunting game. Solve puzzles by searching for clues in the real world one clue at a time.
## Flow
### Login Page
Simple login page.**Requirements:**
- User can sign in with popular OAUTH services.### Feed Page
Feed page displays popular or nearby puzzles. One can select a puzzle to begin searching.**Requirements:**
- Infinty scrolling list of puzzles
- Can preview, view statistics, and location of puzzles.### Map Page
Map Page displays starting points for puzzles on a map.**Requirements:**
- Immediatly display nearby puzzles
- Lazy load puzzles of different locations.
- When zoomed out, display most popular puzzles by viewable location.### Puzzle Page
Puzzle Page displays statistics and progress foreach puzzle.
Page is accessable from both the Feed and Map Page.**Requirements:**
- Display users progress for the viewed puzzle.
- Display amount of __likes__ the puzzle has.
- Display amount of users at each stage of the puzzle / leaderboard.
- Display old and recent clues (using carousel?).