Skip to content

Conversation

RamitNpn
Copy link

@RamitNpn RamitNpn commented Sep 6, 2025

Your checklist for this pull request

Author name

Author: Ramit Neupane

About your game

What is your game about?

Catch the Star is a fast-paced reflex game where the player moves a basket to catch falling stars. The goal is to score as many points as possible while avoiding missing stars. The game automatically increases in difficulty as you progress through levels. The player has 3 lives, and the game ends when all lives are lost.

How do you play your game?

- Move the basket left using the A key
- Move the basket right using the D key
- Catch the falling stars to earn points
- Every 5 points increases the game level, making stars fall faster
- Missing a star costs 1 life
- The game ends when all lives are lost

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: Catch the Star
@author: Ramit Neupane
@description: Catch falling stars to earn points, survive with 3 lives, and progress through levels as the difficulty increases.
@tags: [reflex, arcade, stars, basket, score]
@addedOn: 2025-09-06
*/

Copy link
Member

@LucasHT22 LucasHT22 left a comment

Choose a reason for hiding this comment

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

Your metadata isn't in the right format! It should look like this:

@title: 
@author: 
@tags: []
@description:
@addedOn: 2025-00-00

@LucasHT22 LucasHT22 added the triaged This PR has been triaged - awaiting reviewer label Sep 8, 2025
@whatwareweb
Copy link
Collaborator

#3298 , #3297 , and #3299 all look to be the same game, please close 2 of these so we know which one to review properly! Thanks

@whatwareweb
Copy link
Collaborator

Hey, i'm going to be closing this as this PR has seen one week without any activity. We'd still love to merge your game, so if you would like us to reopen it, please ping me with @whatwareweb .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged This PR has been triaged - awaiting reviewer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants