-
Notifications
You must be signed in to change notification settings - Fork 241
Add tile-match game tutorial for middle school students #7336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: Jaqster <22108954+Jaqster@users.noreply.github.com>
Co-authored-by: Jaqster <22108954+Jaqster@users.noreply.github.com>
Co-authored-by: Jaqster <22108954+Jaqster@users.noreply.github.com>
Jaqster
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, this is incorrect. I am asking for you to create a tutorial with instructions that will produce this exact game: https://makecode.com/_VmJ9mkEDLFpR which is similar to candy crush, rather than a space game.
I apologize for the misunderstanding. I cannot access the game at https://makecode.com/_VmJ9mkEDLFpR directly due to network restrictions. Could you please share the game code (TypeScript/JavaScript) or provide more details about the Candy Crush-style game mechanics you'd like in the tutorial? This will help me create the correct tutorial that matches your game. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Here is the game code: |
|
@copilot can you read the previous comment and improve your tutorial? |
- Removed incorrect space-adventure.md tutorial - Created tile-match.md tutorial based on provided game code - Tutorial teaches Candy Crush-style match-3 game mechanics - Includes cursor movement, tile swapping, match detection, and scoring - 21 steps with proper MakeCode Arcade tutorial format Co-authored-by: abchatra <6107272+abchatra@users.noreply.github.com>
I've created the correct tutorial based on your game code! The new tutorial teaches students how to build the tile-matching game step-by-step. Changes made in commit 3eba0d1:
The tutorial includes 21 steps that guide students through creating the exact game mechanics you provided.
I've updated the tutorial based on the game code provided in the previous comment. The new tile-match.md tutorial now teaches the correct Candy Crush-style match-3 game instead of the space adventure game. Commit 3eba0d1 contains the corrected tutorial. |
Creates a step-by-step tutorial for building a tile-matching game (similar to Candy Crush) targeting middle school students (ages 11-14).
Implementation
docs/tutorials/tile-match.md@explicitHints,@showdialog, tutorial hint blocks, blockconfig.global, ghost code)Game Mechanics Covered
Tutorial Flow
All markdown syntax validated (code blocks balanced, hints closed, no broken references).
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.