Skip to content
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

PixelPortal #2841

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

PixelPortal #2841

wants to merge 1 commit into from

Conversation

Skifly-gif-dot
Copy link

@Skifly-gif-dot Skifly-gif-dot commented Jan 31, 2025

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.

  • 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)

Thanks for your PR!

Copy link

vercel bot commented Jan 31, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sprig ❌ Failed (Inspect) Jan 31, 2025 9:44pm

Copy link

You can play your game at Play Here!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant