Skip to content

Conversation

@Tejaji-0
Copy link

@Tejaji-0 Tejaji-0 commented Nov 2, 2025

Author name

Author: Tejaji-0

About your game

What is your game about?
Guide your hungry snake to gobble up as many apples as possible without hitting the walls or biting its own tail. Each apple you eat makes the snake longer — and surviving longer means scoring higher!

Gameplay Mechanics:

The snake moves automatically in its current direction.

Use W, A, S, D to steer it up, left, down, or right.

Every time the snake eats an apple 🍎, it grows by one block.

If the head collides with a wall or its own body — it’s game over! 💀

The game tracks your score, which increases by 1 for each apple eaten.

What Makes It Unique:

Features a distinct head sprite that visually separates the head from the body.

Custom-drawn pixel art for the snake, apples, and grass — giving the game a colorful retro-aesthetic vibe.

Chill victory chime every time you snack on an apple.

Built from scratch using the Sprig game engine — simple, smooth, and totally playable right in the browser!

How do you play your game?
Run the game in the Sprig editor.

Use the keyboard controls:

W → Move Up

A → Move Left

S → Move Down

D → Move Right

Collect apples 🍎 to increase your score.

Avoid running into walls or yourself.

Try to beat your high score and survive as long as you can!

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 (It has a different scoring mechanism).
  • 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: []
    @addedOn: 2025-MM-DD
    */
    

@whatwareweb
Copy link
Collaborator

Your game has the same filename as another game in the gallery. Please change your filename!

@whatwareweb whatwareweb added the triaged This PR has been triaged - awaiting reviewer label Nov 2, 2025
@Tejaji-0
Copy link
Author

Tejaji-0 commented Nov 3, 2025

Your game has the same filename as another game in the gallery. Please change your filename!

Done

@whatwareweb
Copy link
Collaborator

OK, your metadata looks good, a reviewer will take a look at your game soon.

@whatwareweb whatwareweb added the awaiting-review Preliminary metadata check is complete, awaiting. review! label Nov 4, 2025
Copy link
Collaborator

@whatwareweb whatwareweb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, just took a look at your game. A couple things before we merge:

  • First, the game is very simple snake game, could you add some more content to distinguish it from the other snake games in the gallery? Maybe add some unique artwork, some new mechanics, anything to make it stand out.
  • Second, it is very hard to read the score text at the end of the game, can you take a look at that?

Thanks!

@whatwareweb whatwareweb self-assigned this Nov 4, 2025
@Tejaji-0
Copy link
Author

Tejaji-0 commented Nov 5, 2025

Hello, just took a look at your game. A couple things before we merge:

  • First, the game is very simple snake game, could you add some more content to distinguish it from the other snake games in the gallery? Maybe add some unique artwork, some new mechanics, anything to make it stand out.
  • Second, it is very hard to read the score text at the end of the game, can you take a look at that?

Thanks!

Okay will get back 👍

@Tejaji-0 Tejaji-0 requested a review from whatwareweb November 10, 2025 01:21
@Tejaji-0
Copy link
Author

I made it a 2 player snake game

@Tejaji-0
Copy link
Author

BTW let me know if there need to be any more changes

I didn't test it hehe

@whatwareweb
Copy link
Collaborator

ok just checked it, it just seems to be really buggy can you test and have a look?

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

Labels

awaiting-review Preliminary metadata check is complete, awaiting. review! triaged This PR has been triaged - awaiting reviewer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants