Maze01 - #4084
Open
shivam-hegadi wants to merge 1 commit into
Open
Conversation
|
@shivam-hegadi is attempting to deploy a commit to the Hack Club Team on Vercel. A member of the Team first needs to authorize it. |
|
[Auto Triage] PR detected. Apply |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Sprig game, Maze01, to the /games gallery: a 10-level maze progression game with a simple HUD showing level and move count.
Changes:
- Introduces
games/Maze01.jswith game metadata, sprite legend, and 10 maze maps. - Implements WASD movement with wall collision checks and per-level move counting.
- Adds level reset (
j) and finish-tile detection to advance levels / show win text.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| const targetX = p.x + dx; | ||
| const targetY = p.y + dy; | ||
|
|
||
| // dont go off the map |
LucasHT22
requested changes
Jul 27, 2026
LucasHT22
left a comment
Member
There was a problem hiding this comment.
Hey! Can you add more elements to make it more unique?
Author
|
Yes, i will add some updated elements soon |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Author: Shivam Hegadi
About your game
What is your game about?
My game is about a maze game . It has 10 levels that increase in difficulty as you increase the level.
How do you play your game?
To move the character, you have to use WASD to navigate through the maze. You need to reach the pixelated box to move on to the next level.
Code
Check off the items that are true.
/gamesdirectory.-s, or_s.