sprig icon indicating copy to clipboard operation
sprig copied to clipboard

Rock_Puzzle_Game

Open 5ghzx opened this issue 1 week ago • 6 comments
trafficstars

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 /games directory.
  • [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/img directory.
  • [ ] 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

5ghzx avatar Nov 16 '25 21:11 5ghzx

Please update the date in your metadata!

whatwareweb avatar Nov 16 '25 21:11 whatwareweb

@whatwareweb i have done so

5ghzx avatar Nov 16 '25 21:11 5ghzx

ok metadata looks good, a reviewer will check your game soon, thank you!

whatwareweb avatar Nov 16 '25 21:11 whatwareweb

Reminder your game has to have more than a minute of gameplay, preferably even more than that.

whatwareweb avatar Nov 16 '25 22:11 whatwareweb

@whatwareweb is simply adding more levels sufficient?

5ghzx avatar Nov 16 '25 22:11 5ghzx

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

whatwareweb avatar Nov 16 '25 22:11 whatwareweb

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?

5ghzx avatar Nov 18 '25 23:11 5ghzx