A multi-stage puzzle game themed around fixing a computer system error through various challenges.
The game follows a computer error story where you must:
- Watch the opening story videos (g1.mp4, g2.mp4, g3.mp4)
- Connect electrical wires to restore system communication
- Watch the success video (g4.mp4)
- Enter the game space to complete multiple challenges:
- Secret code decoding
- Tunnel map navigation
- Tunnel escape
- Video Sequence: g1.mp4 → g2.mp4 → g3.mp4
- Purpose: Sets up the computer error narrative
- Action: Watch videos or skip to begin recovery process
- Objective: Connect the correct word pairs to restore system communication
- Correct Connections:
- SYSTEM ↔ FIX
- ERROR ↔ REPAIR
- RECOVERY ↔ RESTORE
- How to Play:
- Click on a word node to select it (turns yellow)
- Click on another word node to create a connection
- Repeat until all correct pairs are connected
- Click "Check Connections" to verify
- Use "Reset" to start over
- Video: g4.mp4 plays after successful wire connections
- Purpose: Shows system recovery initiation
- Action: Click "Enter Game Space" to continue
- Purpose: Central hub with multiple challenges
- Features: Three challenge cards and progress indicators
- Challenges Available:
- 🔐 Secret Code Decoder
- 🗺️ Tunnel Map Navigation
- 🚇 Tunnel Escape
- Objective: Decode the secret message
- Code: "ERRORSYSTEMRECOVERY" (combine the three words)
- Hint: Combine ERROR + SYSTEM + RECOVERY in sequence
- Input: Type the code and press Enter or click Decode
- Objective: Navigate through the digital maze
- Path: START → PATH 1 → PATH 2 → PATH 3 → EXIT
- Controls: Click "Next Path" to advance
- Goal: Complete the entire path sequence
- Objective: Navigate through obstacles to reach the exit
- Controls: Arrow keys to move
- Goal: Reach the yellow exit circle
- Features:
- Red obstacles block your path
- Green player dot must reach yellow exit
- "Reset Position" button to restart
- Reward: All challenges completed
- Features: Completion statistics and restart option
- Theme: Computer terminal/cyberpunk aesthetic
- Colors: Green (#00ff00) on black background
- Effects: Glitch animations, glowing elements
- Typography: Courier New monospace font
- Story Videos: g1.mp4, g2.mp4, g3.mp4 (opening sequence)
- Success Video: g4.mp4 (after wire puzzle)
- Video Progression: Tells the story of computer error and recovery
- Mouse: Click to interact with buttons and wire nodes
- Keyboard: Arrow keys for tunnel navigation
- Enter: Submit secret code
- Responsive Design: Works on desktop and mobile
- State Management: Tracks game progress through stages
- Progress Tracking: Visual indicators for completed challenges
- Collision Detection: Tunnel obstacles block movement
- Dynamic Wire Drawing: Visual connections between nodes
- Game Reset: Complete restart functionality
- Open
index.htmlin a web browser - The game will start with the intro video (g1.mp4)
- Follow the on-screen instructions
- Complete each stage to progress
Intro Video (g1.mp4)
↓
Story Video 1 (g2.mp4)
↓
Story Video 2 (g3.mp4)
↓
Wire Connection Puzzle
↓
Success Video (g4.mp4)
↓
Game Space Hub
↓
[Secret Code] [Tunnel Map] [Tunnel Escape]
↓
Victory Screen
↓
Play Again
- Wire Puzzle: Connect SYSTEM-FIX, ERROR-REPAIR, RECOVERY-RESTORE
- Secret Code: Combine "ERROR" + "SYSTEM" + "RECOVERY" = "ERRORSYSTEMRECOVERY"
- Tunnel Map: Follow START → PATH1 → PATH2 → PATH3 → EXIT
- Tunnel Escape: Use arrow keys carefully, avoid red obstacles
- If videos don't play, check file paths in assets folder
- If wire connections don't draw, try refreshing the page
- If tunnel movement is unresponsive, click in the tunnel area first
- If challenges don't register completion, try refreshing the page
game test/
├── index.html # Main game file
├── style.css # Game styling
├── script.js # Game logic
├── README.md # This file
└── assets/
├── g1.mp4 # Intro video
├── g2.mp4 # Story video 1
├── g3.mp4 # Story video 2
└── g4.mp4 # Success video
- Display: Shows ERROR, SYSTEM, RECOVERY segments
- Solution: Combine all three words: "ERRORSYSTEMRECOVERY"
- Hint: Think about the sequence of the words
- Layout: 5 nodes in a row (START → PATH1 → PATH2 → PATH3 → EXIT)
- Mechanics: Click "Next Path" to advance through the sequence
- Goal: Complete the entire path from START to EXIT
- Maze: 600x400 pixel area with obstacles
- Player: Green dot that moves with arrow keys
- Exit: Yellow circle in bottom-right corner
- Obstacles: Red blocks that block movement
Enjoy the game! 🎮 # H-n-L-a