Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Sprig App] sneki #2764

Merged
merged 2 commits into from
Jan 2, 2025
Merged

Conversation

spacefall
Copy link
Contributor

Author name

Author: spacefall

About your game

What is your game about?
A snake like game with different foodstuffs that have different effects

How do you play your game?
Use W, A, S, D to move the snake up, left, down and right respectively.
Use K to start/restart the game.

Once the snake reaches the borders, it will loop around (unless the orange effect is active).
Eat foods to increment the score.
The different foods have different effects, only apples are neutral (just increments the score):

  • Melons: switch the snake's head with its tail
  • Cherries: add or remove 25% of the snake's speed
  • Oranges: remove the snake's tail for 5 seconds BUT the border triggers a gameover
  • Pretzels: add or remove 4 tiles of length from the snake
  • Pears: teleport the snake randomly (but at least one tile away from the border)
  • Bread: removes all status effects (inverted controls, speed effects, tail-less effect)
  • Cocktail: inverts the controls (up <-> down, left <-> right), every item eaten with inverted controls will have double the points

Copy link

vercel bot commented Dec 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sprig ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 2, 2025 3:41pm

Copy link

You can play your game at Play Here!

Copy link

github-actions bot commented Jan 2, 2025

You can play your game at Play Here!

@grymmy
Copy link
Contributor

grymmy commented Jan 2, 2025

Excellent take on the classic game. Thanks for adding these mechanics, quite cool! If you're a teenager, and if you haven't already received one, please fill out this form to receive a Sprig device of your own! Additionally, feel free to join Hack Club's Slack and share your creation in the #sprig channel!

@grymmy grymmy added this pull request to the merge queue Jan 2, 2025
Merged via the queue into hackclub:main with commit a186b14 Jan 2, 2025
6 checks passed
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.

2 participants