Skip to content

feat: add Relay Rift โ€” 30-level signal-routing puzzle game#5255

Open
Mohit-Gidwani wants to merge 1 commit into
kunjgit:mainfrom
Mohit-Gidwani:feat/relay-rift-game
Open

feat: add Relay Rift โ€” 30-level signal-routing puzzle game#5255
Mohit-Gidwani wants to merge 1 commit into
kunjgit:mainfrom
Mohit-Gidwani:feat/relay-rift-game

Conversation

@Mohit-Gidwani
Copy link
Copy Markdown

๐ŸŽฎ 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

  • 30 verified-solvable levels (3ร—3 โ†’ 7ร—7 grids)
  • Path shapes: L, U, zigzag, snake, spiral, W, staircase, diagonal wave
  • Smart hint โ€” highlights the next tile + tells exact rotations needed
  • How-to-play tutorial modal (5 illustrated steps, first-visit auto-show)
  • Full keyboard navigation (โ†‘โ†“โ†โ†’ + Space + H/R shortcuts)
  • BFS power propagation engine, move budgets, score bonuses
  • Particle explosion on win, best score persisted in localStorage
  • Dark cyberpunk theme, fully responsive (mobile + desktop)
  • Zero dependencies โ€” pure HTML, CSS, vanilla JS

Files changed

  • Games/Relay_Rift/ โ€” new game (index.html, style.css, script.js, README.md)
  • assets/images/Relay_Rift.svg โ€” game thumbnail
  • assets/js/gamesData.json โ€” registered as entry [New game]: Drum Gameย #651

- 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
@kunjgit
Copy link
Copy Markdown
Owner

kunjgit commented May 28, 2026

Thank you @Mohit-Gidwani ,for creating the PR and contributing to our GameZone ๐Ÿ’—
Review team will review the PR and will reach out to you soon! ๐Ÿ˜‡
Make sure that you have marked all the tasks that you are done with โœ….
Thank you for your patience! ๐Ÿ˜€

@Mohit-Gidwani
Copy link
Copy Markdown
Author

Hi @kunjgit, all tasks are completed โœ…

  • โœ… Game added to assets/js/gamesData.json (entry [New game]: Drum Gameย #651)
  • โœ… Thumbnail added to assets/images/Relay_Rift.svg
  • โœ… README added in Games/Relay_Rift/README.md
  • โœ… Game fully tested and working
  • โœ… No build step โ€” pure HTML/CSS/JS
  • โœ… No conflicts with base branch

Ready for review! ๐Ÿ™

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.

2 participants