feat: add Relay Rift โ 30-level signal-routing puzzle game#5255
Open
Mohit-Gidwani wants to merge 1 commit into
Open
feat: add Relay Rift โ 30-level signal-routing puzzle game#5255Mohit-Gidwani wants to merge 1 commit into
Mohit-Gidwani wants to merge 1 commit into
Conversation
- 30 verified-solvable levels (3x3 to 7x7 grids) - Path shapes: L, U, zigzag, snake, spiral, W, staircase, diagonal - Smart hint engine: highlights tile + tells exact rotation count - How-to-play tutorial modal with 5 illustrated steps (first-visit) - Full keyboard navigation (arrows + space + H/R shortcuts) - BFS power propagation, move budgets, score system - Particle explosion on win, persistent best score via localStorage - Dark cyberpunk theme (Orbitron + DM Mono), fully responsive - Registered in assets/js/gamesData.json as entry 651
Owner
|
Thank you @Mohit-Gidwani ,for creating the PR and contributing to our GameZone ๐ |
Author
|
Hi @kunjgit, all tasks are completed โ
Ready for review! ๐ |
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.
๐ฎ Relay Rift โ Signal Routing Puzzle Game
A production-grade puzzle game where players rotate conductive wire tiles
to route power from a source to all receivers within a move budget.
What's included
Files changed
Games/Relay_Rift/โ new game (index.html, style.css, script.js, README.md)assets/images/Relay_Rift.svgโ game thumbnailassets/js/gamesData.jsonโ registered as entry [New game]: Drum Gameย #651