-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
New Game #1304
New Game #1304
Conversation
@playfun24 is attempting to deploy a commit to the Hack Club Team on Vercel. A member of the Team first needs to authorize it. |
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! Thanks for the PR! Did you use any games for inspiration?
I used the tutorial as inspiration for having the player push an item. I came up with the idea and made the maps independently. |
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.
Right, please re-check this:
- The name of the file/game contains only alphanumeric characters, -s, or _s.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I changed the file name. Is there anything else I need to do? |
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.
What about adding a bit more to your game? Another player, obstacles... Anything:)
What about a bit more? :) |
I want the trap to disappear if the user types j next to a tile with a trap. How do I code that?
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.
The "j" key removes the traps. I want the key to only work when the player is next to the trap tile. Is there code for that? |
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.
Everthing is possible:) i think you can do with if. But i'm having some problems, see:
https://cloud-8m6zvv21o-hack-club-bot.vercel.app/020231221-2112-54.2294193.mp4
I ran the code and it worked. Did you press only the "awsd" keys after pressing "j" twice? |
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.
Looks alright now! Congrats:)
If you're a teen, you can get your sprig here! https://sprig-order.hackclub.dev/
Hack Clubbers would love to see this! Just post a link and 1-2 sentences talking about your game to our #ship channel:)
Hi Cindy! I've promoted you to a full user, I'm really sorry about the error you had earlier. If you go back to #click-me-to-start and start the flow again, it should work :) When you're on slack again, feel free to dm me @ arav or you can dm @ shawn if you need help! If you prefer the PR, that's also fine! Happy Hoildays! |
bro @tregsthedev is really Omnipresence |
Hi, |
You probably will receive it soon! cc @Sheepy3 |
WOW! I don't have much experience with hardware, please send a message in #sprig so I can ping the right person:) |
Author: Cindy (Wenxi Wang)
playfun24About your game
What is your game about?
The player needs to push the rocks in order to get the treasure.
How do you play your game?
Press WASD to move. The goal is to move the rocks so the player reaches the treasure. Press k to restart the level.
Code
Check off the items that are true.
/games
directory.-
s, or_
s.