A Flutter-based interactive scavenger hunt application designed to guide users through Patrick F. Taylor Hall at Louisiana State University.
This application takes users on an engaging journey through various locations in Patrick F. Taylor Hall, challenging them with puzzles, riddles, and interactive tasks. The app features LSU's signature purple and gold color scheme and includes a custom navigation system to help users explore the building.
Sped.Up.Demo.Video.mp4
- Interactive Challenges: 12 unique challenges located throughout the building
- Progress Tracking: Track completed challenges and overall progress
- Custom Navigation: Slide-out navigation rail for easy movement between challenges
- Hint System: Helpful hints to guide users when they get stuck
- Final Challenge: Special culminating challenge that brings together clues from throughout the hunt
- Clone this repository
- Ensure Flutter is installed on your system
- Run
flutter pub get
to install dependencies - Connect a device or start an emulator
- Run
flutter run
to start the application
The app uses a custom navigation system with a fixed sidebar and a hidden navigation rail that appears when the hamburger menu is clicked. Each challenge is accessible through this navigation system, allowing users to revisit challenges as needed.
The scavenger hunt follows this specific order:
- Riddle Passage
- Puzzle Hunt
- Sudoku Puzzle
- Binary Clue
- The Duck
- Capstone Stairs
- Bengal Bots
- Panera
- Chevron Center
- Robot on 3rd Floor
- PFT
- JP's Favorite Spot
This project was developed using Flutter and follows standard Flutter development practices. Also follows LSU color palette guidelines.