Add Tents & Trees logic puzzle game #1

Merged
brianfertig merged 1 commits from Tents into main 2026-08-28 02:55:06 +00:00
Owner
  • Implement full Tents & Trees scene (TentsGame.js) with day-to-night
    sky transition, campfire/ember/firefly effects, hover hints, violation
    feedback, and a win panel
  • Add pure board model (TentsLogic.js) with backtracking solver,
    unique-solution puzzle generation across four difficulties, toggle/
    diagnose/solved helpers — all unit-testable in Node
  • Register the game in gamesRegistry, main scene list, and slug dispatch
  • Update game-icons.png with a new icon frame for Tents & Trees
  • Add tools/verifyTents.js (solver + play-state unit tests and generation
    soak) and tools/smokeTents.js (Phaser-stub smoke test driving the full
    select → play → solve → win → restart flow)
- Implement full Tents & Trees scene (TentsGame.js) with day-to-night sky transition, campfire/ember/firefly effects, hover hints, violation feedback, and a win panel - Add pure board model (TentsLogic.js) with backtracking solver, unique-solution puzzle generation across four difficulties, toggle/ diagnose/solved helpers — all unit-testable in Node - Register the game in gamesRegistry, main scene list, and slug dispatch - Update game-icons.png with a new icon frame for Tents & Trees - Add tools/verifyTents.js (solver + play-state unit tests and generation soak) and tools/smokeTents.js (Phaser-stub smoke test driving the full select → play → solve → win → restart flow)
brianfertig added 1 commit 2026-08-28 02:54:46 +00:00
af6ea98528 Add Tents & Trees logic puzzle game
- Implement full Tents & Trees scene (TentsGame.js) with day-to-night
  sky transition, campfire/ember/firefly effects, hover hints, violation
  feedback, and a win panel
- Add pure board model (TentsLogic.js) with backtracking solver,
  unique-solution puzzle generation across four difficulties, toggle/
  diagnose/solved helpers — all unit-testable in Node
- Register the game in gamesRegistry, main scene list, and slug dispatch
- Update game-icons.png with a new icon frame for Tents & Trees
- Add tools/verifyTents.js (solver + play-state unit tests and generation
  soak) and tools/smokeTents.js (Phaser-stub smoke test driving the full
  select → play → solve → win → restart flow)
brianfertig merged commit 9363fc3848 into main 2026-08-28 02:55:06 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: brianfertig/fertig-classic-games#1
No description provided.