Skip to content

Maze01 - #4084

Open
shivam-hegadi wants to merge 1 commit into
hackclub:mainfrom
shivam-hegadi:main
Open

Maze01#4084
shivam-hegadi wants to merge 1 commit into
hackclub:mainfrom
shivam-hegadi:main

Conversation

@shivam-hegadi

Copy link
Copy Markdown

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.

  • [x ] The game was made using the Sprig editor.
  • [x ] The game is placed in the in the /games directory.
  • The code is significantly different from all other games in the Sprig gallery (except for games labeled "demo").
  • The game runs without errors.
  • The name of the file/game contains only alphanumeric characters, -s, or _s.
  • The game name is not the same as the others from gallery
  • The game has metadata at the top of the file in the following format:
    /*
    @title:
    @author:
    @description:
    @tags: ['tag1', 'tag2']
    @addedOn: 2025-MM-DD
    */
    

Thanks for your PR!

Copilot AI review requested due to automatic review settings July 26, 2026 00:24
@vercel

vercel Bot commented Jul 26, 2026

Copy link
Copy Markdown

@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.

@github-actions

Copy link
Copy Markdown

[Auto Triage] PR detected. Apply submission label to run validation.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.js with 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.

Comment thread games/Maze01.js
const targetX = p.x + dx;
const targetY = p.y + dy;

// dont go off the map
@LucasHT22 LucasHT22 added the submission Game submission label Jul 27, 2026

@LucasHT22 LucasHT22 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey! Can you add more elements to make it more unique?

@shivam-hegadi

Copy link
Copy Markdown
Author

Yes, i will add some updated elements soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

submission Game submission

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants