Skip to content

Latest commit

 

History

History

Tents

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Tents

GitHub repo Language C# Target Framework Build Discord License

You can play this game in your browser:
Play Now
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

Input

  • , , , : tile selection
  • enter: place/remove tree and confirm
  • escape: exit game

Downloads

win-x64

linux-x64

osx-x64