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.
Your checklist for this pull request
Author name
Author: Skifly-gif-dot
About your game
What is your game about?
Your goal is to navigate through multiple levels, avoiding enemies, solving puzzles, and reaching the Exit (X) to progress to the next level.
How do you play your game?
Game Mechanics:
Movement:
W → Move up
S → Move down
A → Move left
D → Move right
Game Elements:
Player (P): You control this character.
Walls (W): Blocks your movement.
Enemies (E): If you touch them, you restart the level.
Keys (K): Used to unlock doors.
Doors (D): Locked unless you have a key.
Portals (O): Teleports you randomly within the level.
Exit (X): Reach this to complete the level.
Pushable Blocks (B): Move these to solve puzzles.
Traps (T): Stepping on them restarts the level.
Countdown Tiles (C): Time-based puzzles that trigger events after a set duration.
How Levels Work:
You start each level at the Player’s (P) position.
Navigate around walls (W) to find the key (K) if there's a locked door (D).
Avoid Enemies (E) and Traps (T).
Solve puzzles using Pushable Blocks (B) and Portals (O).
Some levels include Countdown Tiles (C), requiring speed to escape dangers.
Reach the Exit (X) to progress to the next level.
The game automatically resets if you die to an Enemy (E) or step on a Trap (T).
How to Win:
Solve puzzles and avoid hazards in each level.
Progress through all levels.
If you reach the last level, the game loops back to the start.
Code
Check off the items that are true.
/games
directory.-
s, or_
s.Image (If an image is used)
/games/img
directory.