[Sprig App] dungeon crawler#4002
Open
abdelrahman-mo7amd wants to merge 1 commit into
Open
Conversation
|
@abdelrahman-mo7amd is attempting to deploy a commit to the Hack Club Team on Vercel. A member of the Team first needs to authorize it. |
|
[Auto Triage] PR detected. Apply |
❌ [Auto Triage] Submission Issues Found[TOOLS]
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Author name
Author: abdelrahman-mo7amd
About your game
What is your game about?
A dark dungeon awaits. Navigate through 3 hand-crafted floors, outsmart patrolling enemies, hunt down the hidden key, and find the exit before your HP runs out. Pick up a sword to fight back, grab hearts to heal, and rack up the highest score you can. Simple to learn, hard to master, how deep can you go?
How do you play your game?
Goal is Find the key on each floor, then reach the exit door to advance. Clear all 3 floors to win.
Controls:
W A S D: Move up, left, down, right
J: Restart the current level (costs 10 score)
I: Show controls reminder in-game
Items:
Key: Required to unlock the exit. Find it before heading to the door.
Exit: Reach this after grabbing the key to go to the next floor.
Sword: Lets you kill enemies on contact instead of taking damage.
Heart: Restores 1 HP. Max HP is 5.
Enemies:
Enemies patrol and chase you every 2 moves.
Without a sword, touching an enemy costs 1 HP and 2 score.
With a sword, you defeat them for +10 score.
Scoring:
Every step: +1
Kill enemy: +10
Pick up key: +20
Pick up heart or sword: +5
Clear a floor: +50
Take damage: −2
Restart level: −10