CopilotAdventures
GitHub Copilot coding adventures
Install / Use
/learn @microsoft/CopilotAdventuresQuality Score
Category
Development & EngineeringSupported Platforms
Tags
README
Welcome to Copilot Adventures! This series of coding adventures is all about learning new concepts and languages by using GitHub Copilot to help you write code. Let's get started!
Choose Your Own Copilot Adventure
<a href="#"> <img src="./Images/choose-own-adventure.jpg" style="width: 830px" /> </a>1. Enter the Adventure Arena
To get started, enter the "adventure arena" by clicking the button below. This will create a GitHub Codespace that you can work in. Once it loads select the Create codespace button.
NOTE: You can use 60 hours of GitHub Codespaces for free each month.
If you'd prefer, you can clone the repo and run locally:
git clone https://github.com/microsoft/copilotadventures
2. Choose an Adventure
Pre-Reqs: Basic programming language knowledge and experience with VS Code is helpful.
New to GitHub Copilot?
If you're new to GitHub Copilot and want to learn how to get started using it, start with one of these warmup adventures:
- Warmup Adventure - Agent Mode - Learn GitHub Copilot's autonomous Agent Mode
- Warmup Adventure - Ask Mode - Learn GitHub Copilot's Ask Mode
Understanding GitHub Copilot Modes
GitHub Copilot offers three powerful interaction modes:
🤖 Agent Mode - Autonomous AI that can understand complex tasks, create entire projects from scratch, and work across multiple files. Perfect for building complete applications with minimal guidance. Agent mode can iterate on its own code, automatically identify and fix errors, and execute terminal commands.
✏️ Edit Mode - Multi-file editing experience that combines conversational flow with inline code suggestions. Copilot Edits can propose changes across multiple files, create new files, and provide fast iterative feedback for large-scale modifications.
💬 Ask Mode - Interactive chat mode where you collaborate step-by-step with Copilot through conversation. Great for learning, getting explanations, brainstorming solutions, and when you want more control over the process.
🤖 Agent Mode Adventures
Experience autonomous AI agent development with comprehensive project creation
Beginner Adventures
- The Clockwork Town of Tempora - In the mechanical town of Tempora, everything operates on clockwork and precise timing. At the heart of the town is the Grand Clock Tower, responsible for keeping time for all the town's activities. However, over the years, some smaller clocks in the town have started to drift away from the accurate time.
- The Magical Forest of Algora - Deep within the enchanted Forest of Algora, two mystical creatures, the Lox and the Faelis, perform a sacred dance every millennium. This dance is not just for celebration but is a ritual to bring balance to the forest.
- The Command Center of Stellaris (Custom Agent Chat Mode) - In the galaxy of Stellaris, the Galactic Command Center coordinates missions across star systems using expert AI commanders. A recent upgrade enables custom command protocols, letting commanders activate mission-specific modes with advanced tools and guidance for any challenge.
Intermediate Adventures
- The Celestial Alignment of Lumoria - In the vast expanse of the Galaxia Nebulae, a rare phenomenon is about to occur in the Lumoria star system. The planets, revolving around the Lumorian Sun, are aligning in a celestial dance that happens only once every few millennia. This alignment has a unique effect on how the light from the Lumorian Sun reaches each planet.
- The Legendary Duel of Stonevale - In the mystical realm of Stonevale, two warriors, Rok and Papyra, are chosen for a duel that determines the fate of their tribes for the next century. The arena, known as Scissoria, is where each move carries weight and consequences.
- The Scrolls of Eldoria - In the enchanted land of Eldoria, ancient scrolls contain the secrets of the universe. These scrolls, however, were scattered and protected by the Elders using powerful spells. These spells concealed the secrets within the scrolls, adding layers of misleading information to deter prying eyes. Over time, these scrolls were digitized and stored in the Great Eldorian Library, accessible only through the Eldorian Web of Knowledge.
Advanced Adventures
- The Gridlock Arena of Mythos - In the mystical land of Mythos, creatures from various realms come together to battle in the Gridlock Arena, a chess-like grid where strategy, power, and cunning are tested. Each creature has its unique move, power, and strategy.
- The Knowledge Cartographer (Agent + MCP) - In the vast digital expanse of the Akashic Archives, ancient knowledge fragments are scattered across countless web domains. As a Knowledge Cartographer, you'll build a system that combines web scraping with intelligent knowledge organization using GitHub Copilot Agent Mode and MCP (Model Context Protocol) tools.
💬 Ask Mode Adventures
Interactive collaboration with step-by-step guidance and learning
Beginner Adventures
- The Clockwork Town of Tempora - In the mechanical town of Tempora, everything operates on clockwork and precise timing. At the heart of the town is the Grand Clock Tower, responsible for keeping time for all the town's activities. However, over the years, some smaller clocks in the town have started to drift away from the accurate time.
- The Magical Forest of Algora - Deep within the enchanted Forest of Algora, two mystical creatures, the Lox and the Faelis, perform a sacred dance every millennium. This dance is not just for celebration but is a ritual to bring balance to the forest.
Intermediate Adventures
- The Celestial Alignment of Lumoria - In the vast expanse of the Galaxia Nebulae, a rare phenomenon is about to occur in the Lumoria star system. The planets, revolving around the Lumorian Sun, are aligning in a celestial dance that happens only once every few millennia. This alignment has a unique effect on how the light from the Lumorian Sun reaches each planet.
- The Legendary Duel of Stonevale - In the mystical realm of Stonevale, two warriors, Rok and Papyra, are chosen for a duel that determines the fate of their tribes for the next century. The arena, known as Scissoria, is where each move carries weight and consequences.
- The Scrolls of Eldoria - In the enchanted land of Eldoria, ancient scrolls contain the secrets of the universe. These scrolls, however, were scattered and protected by the Elders using powerful spells. These spells concealed the secrets within the scrolls, adding layers of misleading information to deter prying eyes. Over time, these scrolls were digitized and stored in the Great Eldorian Library, accessible only through the Eldorian Web of Knowledge.
Advanced Adventures
- The Gridlock Arena of Mythos - In the mystical land of Mythos, creatures from various realms come together to battle in the Gridlock Arena, a chess-like grid where strategy, power, and cunning are tested. Each creature has its unique move, power, and strategy.
3. Start Coding
Read Your Copilot Adventure description, the high-Level tasks to perform, and the GitHub Copilot hints to help you write your code.
- Use GitHub Copilot to help you write the code for the adventure. You can use any language you'd like. Try learning a new language if you're up for the challenge (more on that below)!
- Leave any comments in your code to explain your thought process and show prompts that GitHub Copilot used to help you out.
4. Submit Your Adventure Solution (Optional)
If you'd like to share your solution with others, perform the following steps:
-
Publish your adventure solution to a GitHub repo.
-
Visit https://github.com/microsoft/CopilotAdventures/issues and select
New Issue. -
Use the following naming convention for the issue title.
Solution for [Name of Your Adventure]Replace
[Name of Your Adventure]with the adventure name you chose to solve (example:The Legendary Duel of Stonevale). -
Add a link to your GitHub repo in the body section.
-
If you have any feedback, share what you found (good or bad). We'd love to hear your feedback!
Next Steps: Learn a New Language or Create a UI for Your Adventure
<a href="#"> <img src="./Images/learn-more.jpg" style="width: 830px" /> </a>Once you've completed your first adventure, try it again but thi
Related Skills
node-connect
339.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
339.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.8kCommit, push, and open a PR
