项目作者: jaysonesmith

项目描述 :
WIP!! A terminal based logic game where you place gophers next to their own holes to complete the board.
高级语言: Go
项目地址: git://github.com/jaysonesmith/gopherhole.git
创建时间: 2019-01-06T01:44:54Z
项目社区:https://github.com/jaysonesmith/gopherhole

开源协议:Do What The F*ck You Want To Public License

下载


gopherhole

screenshot tbd

gopherhole is a game where you use logic to place gophers next to holes on the map so that each gopher has its own hole. The numbers around the board inform you how many gophers should be in each row/column. The game is like a mix of picross puzzles and minesweeper.

Game Rules

  1. Each hole on the grid must have a gopher next to it.
  2. The numbers around the board indicate how many gophers belong in each row or column.
  3. Gophers must be places in one of the four vertically or horizontally adjacent holes. (Not diagonally)
  4. Gophers cannot be placed withing the 8 surrounding squares of another gopher.

Character Legend

  • g - gopher
  • o - hole
  • e - earth

Contact

Jayson Smith @thatengjayson

Acknowledgements

This is my version of the game “Tents and Trees Puzzles” by the gentleman @Froxaz. I’ve enjoyed playing their game on my phone and through some thinking about writing something to solve levels decided to write my own version of the game.

License

gopherhole source code is available under the WTFPL.