-
Notifications
You must be signed in to change notification settings - Fork 82
Tree Tent Rules
Aarnav Patel edited this page Nov 15, 2022
·
11 revisions
Tree Tent is a puzzle with unfilled squares shown in gray. Your task is to place tents in such a way that the number tents in each row and column is satisifed, and that each tree has a tent next to it
Clicking on a unfilled tile places a grass tile
Clicking on a grass tile replaces it with a tent tile
Clicking on a tent tile returns it to being unfilled
-
Each tent is attached to one tree (so there are as many tents as there are trees).
-
The numbers across the top and down the side show how many tents are in the respective row or column.
-
A tent can only be found horizontally or vertically adjacent to a tree.
-
Tents are never adjacent to each other, neither vertically, horizontally, nor diagonally
- Home
-
For Developers
- Programming Standards
- Naming Convention
- Developer Setup Guide
- Alternative Developer Setup Guide (linux)
- Pointers for Getting Started
- Guide to Implementing Puzzles
- Guide to Implementing the Puzzle Editor Functionality for a Puzzle
- Native Binary Compilation Information for Windows
- Test Suite Documentation
- Notes for a Future Rewrite
- For End Users