Skip to content

Add files via upload#3850

Merged
whatwareweb merged 3 commits intohackclub:mainfrom
Jojotheamazing:main
Apr 19, 2026
Merged

Add files via upload#3850
whatwareweb merged 3 commits intohackclub:mainfrom
Jojotheamazing:main

Conversation

@Jojotheamazing
Copy link
/* > @title: > @author: > @description: > @tags: ['tag1', 'tag2'] > @addedOn: 2025-MM-DD > */ ## Image (If an image is used) - [ ] The image is in the [`/games/img` directory](https://github.com/hackclub/sprig/tree/main/games/img). - [ ] The name of the image matches the name of your file. > Thanks for your PR! your PR! an_plus.png`. --> > Thanks for your PR! " data-view-component="true" class="dropdown-item btn-link" tabindex="0"> Copy Markdown
Contributor

@Jojotheamazing Jojotheamazing commented Apr 7, 2026

Simple WASD control and j for undo. Eat all the apples to unlock the portal and get bigger. When unlocked you need to go through the portal to get to next level. Game is designed to easily add more stages so feel free to do so and share them with me!

Your checklist for this pull request

Author name

Author: Jojo (GitHub:Jojotheamazing)

About your game

What is your game about? the goal is to go through the portal which is unlocked by eating all the apples

How do you play your game? Press WASD to move, J to undo

Code

Check off the items that are true.

  • The game was made using the Sprig editor.
  • 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
    */
    D
    */
    

Image (If an image is used)

Thanks for your PR!

Sorry, something went wrong.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Simple WASD control and j for undo. Eat all the apples to unlock the portal and get bigger. When unlocked you need to go through the portal to get to next level. Game is designed to easily add more stages so feel free to do so and share them with me!
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 7, 2026

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

github-actions bot commented Apr 7, 2026

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

@whatwareweb whatwareweb added the the submission Game submission label Apr 7, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 7, 2026

✅ [Auto Triage] Submission Verified

Everything looks great! Your submission is ready be reviewed.

[TOOLS]

@whatwareweb
Copy link
Copy Markdown
Collaborator

Hi! This game is such a unique idea and is so awesome! Can you add a couple more levels, and then we can merge your game.

@whatwareweb whatwareweb added the the triaged This PR has been triaged - awaiting reviewer label Apr 14, 2026
@github-actions
Copy link
Copy Markdown

✅ [Auto Triage] Submission Verified

Everything looks great! Your submission is ready be reviewed.

[TOOLS]

@Jojotheamazing
Copy link
Copy Markdown
Contributor Author

Hi! This game is such a unique idea and is so awesome! Can you add a couple more levels, and then we can merge your game.

okay so i am kinda new to github so i am not sure if thats the right way to reply. I am willing to add more levels to the game, sadly i am a bit busy with classes and school so i am not sure how soon i will be able to get it done

@whatwareweb
Copy link
Copy Markdown
Collaborator

No problem, i'll mark to keep this PR open then until you can do it!

@Jojotheamazing
Copy link
Copy Markdown
Contributor Author

Jojotheamazing commented Apr 17, 2026

No problem, i'll mark to keep this PR open then until you can do it!

So i found some time and i made 3 new levels. I have some questions though as i mentioned before i am new to all of this so: Firstly where should i post the new levels should i just update the code to include them ?( also i have a html website which lets you draw the levels and export them to add to the code if you want and if yes where i should post) Final I have a question which is not much related to you but do you have any idea if i need to take more actions to get my sprig because i see something about vercel or should i just wait, thank you!

Please excuse me for my weird english i am a bit tired and i cant think clearly to write.

@whatwareweb
Copy link
Copy Markdown
Collaborator

Yep, to include the new levels in the javascript and from there i'll be able to playtest. Just include them like you have the other levels in the sprig built-in level editor.

Don't worry about the vercel warning! that's just for adding your game to the gallery when it gets merged.

also, don't worry about bad english, trust me most americans really suck at english lol

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@Jojotheamazing
Copy link
Copy Markdown
Contributor Author

Jojotheamazing commented Apr 18, 2026

So i believe i added them. Tell me if you see them and i hope you like them because some are a bit different.

Also I would like to also share an html code that lets you create and export levels so you can add them. Give it a look if you like.
Note: each level can have its own resolution/grid so you can increase the available blocks to make it more difficult/easy. Message me for anything more you need or questions!!
levelMaker.html

Message me for anything more you need or questions!

Update: I changed the code again because there was a bug that didnt let you move because it held the previous direction of the snake so it blocked specific movement. So i added auto detection.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Determine snake direction based on the position of the next segment. It fixes bug that occured because it held the previous direction and sometimes causing not being able to move.
@whatwareweb whatwareweb added submission Game submission and removed submission Game submission labels Apr 19, 2026
@github-actions
Copy link
Copy Markdown

✅ [Auto Triage] Submission Verified

Everything looks great! Your submission is ready be reviewed.

[TOOLS]

@whatwareweb
Copy link
Copy Markdown
Collaborator

Wow these levels are really awesome! Great game, i really enjoyed playtesting this lol

@whatwareweb whatwareweb merged commit mit b092097 into hackclub:main Apr 19, 2026
3 of 4 checks passed
@whatwareweb
Copy link
Copy Markdown
Collaborator

Thanks for your submission!

If you're a teen, you can get your Sprig here! sprig-order.hackclub.dev

Hack Clubbers would love to see this! Just post a link and 1-2 sentences talking about your game to our #ship channel

@Jojotheamazing
Copy link
Copy Markdown
Contributor Author

Wow these levels are really awesome! Great game, i really enjoyed playtesting this lol

Thank you again for the love you have shown, wish you the best!

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

Labels

submission Game submission triaged This PR has been triaged - awaiting reviewer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

None yet

2 participants