You can play this game in your browser:
Hosted On GitHub Pages
Tents is a randomly generated 6x6 grid where you need to place one tent next to trees. The goal is to have a tent above, below, left, or right of each tree and to have the expected number of tents in each row and column. However, the tents may not touch each other even diagonally.
╔══════╦══════╦══════╦══════╦══════╦══════╗
║ (@@) ║ ║ ║ ║ (@@) ║ \/ ║
║(@@@@)║ ║ ║ ║(@@@@)║ /\ ║ 1
║ || ║ ║ ║ ║ || ║ //\\ ║
╠══════╬══════╬══════╬══════╬══════╬══════╣
║ \/ ║ (@@) ║ \/ ║ ║ ║ ║
║ /\ ║(@@@@)║ /\ ║ ║ ║ ║ 2
║ //\\ ║ || ║ //\\ ║ ║ ║ ║
╠══════╬══════╬══════╬══════╬══════╬══════╣
║ ║ ║ ║ ║ ║ ║
║ ║ ║ ║ ║ ║ ║ 0
║ ║ ║ ║ ║ ║ ║
╠══════╬══════╬══════╬══════╬══════╬══════╣
║ (@@) ║ \/ ║ ║ (@@) ║ ║ ║
║(@@@@)║ /\ ║ ║(@@@@)║ ║ ║ 2
║ || ║ //\\ ║ ║ || ║ ║ ║
╠══════╬══════╬══════╬══════╬══════╬══════╣
║ ║ ║ ║ ║ ║ ║
║ ║ ║ ║ ║ ║ ║ 0
║ ║ ║ ║ ║ ║ ║
╠══════╬══════╬══════╬══════╬══════╬══════╣
║ (@@) ║ ║ ║ ║ (@@) ║ \/ ║
║(@@@@)║ ║ ║ ║(@@@@)║ /\ ║ 2
║ || ║ ║ ║ ║ || ║ //\\ ║
╚══════╩══════╩══════╩══════╩══════╩══════╝
1 2 1 0 1 2
↑
,↓
,←
,→
: tile selectionenter
: place/remove tree and confirmescape
: exit game