[Sprig App] Tiny Maze#3734
Open
mrobinson-12 wants to merge 1 commit intohackclub:mainfrom
Open
Conversation
Pull request overview
Adds a new Sprig gallery game (“Tiny Maze”) consisting of a single maze level with WASD movement and a win condition when the player reaches the end tile.
Changes:
- Introduces
games/Tiny-Maze.jswith sprite legend (player/walls/end). - Adds a single map-based maze level and sets solids for collision.
- Implements WASD movement and displays “You win!” upon reaching the end block.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+5
to
+6
| @title: Gameee | ||
| @author: |
The in-file metadata @title is set to "Gameee", which doesn’t match the game/PR name (Tiny Maze). This title is used by the gallery; please update it to the actual game name to avoid confusing/incorrect listing.
| https://sprig.hackclub.com/gallery/getting_started | ||
|
|
||
| @title: Gameee | ||
| @author: |
@author is currently blank. The gallery README expects both @title and @author to be filled in so games can be properly attributed; please populate this (e.g., with your name/handle).
Suggested change
| @author: | |
| @author: Anonymous |
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
Author name
Author: mrobinson-12
About your game
What is your game about?
Just a simple little maze. One level cause I dont know how to make more lol..
How do you play your game?
WASDD