-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Upload my game dino-square #3173
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
Conversation
There was a problem hiding this 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
*/
There was a problem hiding this 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.
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. |
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 |
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. |
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? |
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 . |
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.
/games
directory.-
s, or_
s.Image (If an image is used)
No image is used
/games/img
directory.