Skip to content

Conversation

Efe-Cal
Copy link

@Efe-Cal Efe-Cal commented Jun 22, 2025

Your checklist for this pull request

Author name

Author:
Efe-Cal

About your game

What is your game about?
This game is like the chrome dino but the player goes around the screen instead of a straight line

How do you play your game?
Use "w" key for a normal jump and "s" key for a bigger jump

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

Image (If an image is used)

No image is used

Thanks for your PR!

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.

Hey! I need you to fill out some missing metadata, so paste the code below in the top of your game file and fill it out. (MM is Current Month, ie 08 & DD is Current Day, ie 03)

/*
@title:
@author: 
@description:
@tags: []
@addedOn: 2025-MM-DD 
*/

@LucasHT22 LucasHT22 added the triaged This PR has been triaged - awaiting reviewer label Aug 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.

Hey, please fix the above metadata issues, but also this game is too simple. Please add some complexity to it. The game can also become effectively impossible after just one full loop around the board, so please fix that.

@whatwareweb whatwareweb self-assigned this Aug 4, 2025
@Efe-Cal
Copy link
Author

Efe-Cal commented Aug 5, 2025

Hi! I fixed the metadata isssue. But in terms complexity, I believe this is as complex as dino game can and should be, especially when you have to implement the game loop with setTimeouts. Please let me know if you have a suggestion for increasing the complexity. And, the game doesn't get "impossible" after one loop. World generation is random and difficulty is consistent, so some variations can be harder than others but it is definitely not impossible.

@whatwareweb
Copy link
Collaborator

I could be missing something, but one time I played it, the map gave me 3 obstacles right in a row, which i couldn't find anyway to get around

@Efe-Cal
Copy link
Author

Efe-Cal commented Aug 7, 2025

Oh, I just realized that I forgot to add instructions. "w" is normal jump and "s" is double jump and while jumping you can go through the obstacles. You can pass the 3 obstacles with double jump.

@whatwareweb
Copy link
Collaborator

OK, that makes more sense. Still, this game is fairly simple, so could you maybe try to make the sprites more intricate or something just to spruce it up?

@whatwareweb
Copy link
Collaborator

Hey, i'm going to be closing this as this PR has seen over 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 .

@whatwareweb whatwareweb closed this Sep 1, 2025
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