A Unity FBLA Game Project — Travel through various worlds to learn about different careers & complete challenges!
🎮 Play AstroTour on Unity Play
A 2D Unity game featuring an astronaut character exploring different themed environments while completing educational quests and mini-games. Play it directly in your browser — no download required!
AstroTour is an educational adventure game where players navigate through various themed areas including cybersecurity labs, medical facilities, entrepreneurship centers, and quantum computing spaces. Players complete quests by interacting with NPCs, solving puzzles, and collecting items.
Built as an FBLA (Future Business Leaders of America) game project, AstroTour aims to teach students about different STEM and business careers through interactive gameplay.
- Dynamic quest tracking with multiple objective types
- Support for collection, interaction, and completion objectives
- Retroactive quest progress (completed objectives before accepting quest count)
- Quest rewards system (items, gold, experience)
- Persistent quest state across game sessions
- DNA Sequencing: Match DNA base pairs in the correct sequence
- Marketing Game: Strategic card placement and matching
- Logic Gate Factory: Build and test logic circuits
- Password Terminals: Simple console-based challenges
- Cyber Lab: Cybersecurity-themed area with tech decorations
- Medical Lab: Hospital environment with DNA sequencing challenges
- Entrepreneurship Center: Business-themed area with marketing games
- Quantum Computing Lab: Advanced computing environment
- Space Station: Sci-fi themed hub area
- Inventory Management: Hotbar and full inventory with drag-and-drop
- Save System: Local file and cloud save support
- Dialogue System: NPC interactions with quest integration
- Map Transitions: Seamless area transitions with loading screens
- Sound Effects: UI feedback and ambient audio
- Unity 2022+ (Universal Render Pipeline)
- C# scripting
- Unity Input System
- TextMesh Pro for UI
- Quest Controller: Manages active quests and objective tracking
- Inventory Controller: Handles item collection and storage
- Dialogue Controller: NPC conversation system
- Save System Manager: Persistent data management
- Terminal Controllers: Mini-game logic for various challenges
Assets/
├── Animations/ # Character animations
├── Audio/ # Sound effects and music
├── Decorations/ # Environment props by theme
├── Prefabs/ # Reusable game objects
├── Quests/ # Quest ScriptableObjects
├── Scenes/ # Game levels
├── Scripts/ # C# game logic
├── Sprites/ # 2D artwork and UI
└── Tiles/ # Tilemap assets
- Unity 2022.3 LTS or newer
- TextMesh Pro package
- Universal Render Pipeline package
- Clone this repository
git clone https://github.com/bagel786/AstroTour.git
- Open the project in Unity
- Open
Assets/Scenes/MainMenu.unityto start - Press Play to run the game
- WASD / Arrow Keys: Move character
- E: Interact with NPCs and terminals
- TAB: Open inventory
- SPACE: To skip specific dialogue lines
The game features multiple quest types:
- CyberMania: Cybersecurity challenges
- DNAQuest: DNA sequencing puzzles
- EntreFrenzy: Entrepreneurship tasks
- GateGalore: Logic gate construction
- MarketingQuest: Marketing strategy game
- MedlabComplexities: Medical lab challenges
- QuantQuest: Quantum computing puzzles
- TerminalQuest: Console-based challenges
- Create a new Quest ScriptableObject:
Assets > Create > Quests > Quest - Configure quest name, description, and objectives
- Set objective types (CollectItem, TalkNPC, CompleteTerminal, etc.)
- Define rewards
- Assign to NPC dialogue
See documentation in Assets/Scripts/:
Simple_DNA_Sequencing_Setup_Guide.mdLogicGateFactorySetup.mdMarketingGameSetup.mdConsoleSetupGuide.md
The game supports two save methods:
- Local File Save: Saves to persistent data path
- Cloud Save: Integration ready for cloud storage
Save data includes:
- Quest progress and completion
- Inventory contents
- Player position
- Game settings
- 🎮 Play the game: AstroTour on Unity Play
- 📦 Source code: bagel786/AstroTour on GitHub
This is an educational project. Contributions welcome for:
- New mini-games
- Additional quest content
- Bug fixes
- Performance improvements
Educational project - check with repository owner for usage rights.
- Sprite assets from various pixel art sources
- Unity community for tutorials and support
- Educational content inspired by STEM learning objectives