sprig
sprig copied to clipboard
Rock_Puzzle_Game
Your checklist for this pull request
Author name
**Author:**Hadi Abbasi/5ghzx
About your game
What is your game about? My game is a puzzle game where you must push rocks out of the way to reach the exit. But beware. If you push the rocks the wrong way, you will block your path and trap yourself.
How do you play your game? Use WASD keys to move. Move into rocks to push them.
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
/gamesdirectory. - [x ] The code is significantly different from all other games in the Sprig gallery (except for games labeled "demo").
- [ x] The game runs without errors.
- [ x] The name of the file/game contains only alphanumeric characters,
-s, or_s. - [x ] The game name is not the same as the others from gallery
- [x ] The game has metadata at the top of the file in the following format:
/* @title: @author: @description: @tags: [] @addedOn: 2025-MM-DD */
Image (If an image is used)
- [ ] The image is in the
/games/imgdirectory. - [ ] The name of the image matches the name of your file.
Thanks for your PR! fixed version of https://github.com/hackclub/sprig/pull/3388
Please update the date in your metadata!
@whatwareweb i have done so
ok metadata looks good, a reviewer will check your game soon, thank you!
Reminder your game has to have more than a minute of gameplay, preferably even more than that.
@whatwareweb is simply adding more levels sufficient?
More levels would be good, but just more content in general. the thing i am looking for the most is unique game mechanics so if you can add some more advanced game mechanics in your new levels that would be the best
Okay, @whatwareweb I have added the ability to reset the level with J. As well, there is an additional level. Should I add more levels?