
HexCity
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).
A challenging *brainfuck* puzzle :thinking:
HexCity is a compo entry puzzle game about placing buildings on tiles while following very simple rules that leads to complex gameplay.
You don't need to remember everything below this, mouse hovering will help you!
Placing Requirements
Here where the challenge lives : To place a building you need to meet every requirement that the building has.
| Building | Requirement |
|---|---|
| Worker house | Farm |
| Farm | Not next to another farm |
| Mine | Worker house |
| Wind Turbine | Worker house |
| Factory | Worker house, mine and wind turbine |
| Market | Worker house, wind turbine and factory |
| Bank | Worker house, wind turbine, mine and market |
| Rocket | Worker house, wind turbine, factory and bank |
Score
Each building you place will increase your score by this amount :
| Building | Score Value |
|---|---|
| Worker house | -1 |
| Farm | -1 |
| Mine | 1 |
| Wind Turbine | 1 |
| Factory | 2 |
| Market | 3 |
| Bank | 5 |
| Rocket | 8 |
Special tiles
| Color | Name | Effect |
|---|---|---|
| Light green | Grass | None |
| Blue | Water | Cannot place a building on this tile |
| Beige | Sand | Score is not calculated on this tile |
| Dark green | Forest | Score is doubled on this tile |