nurikabe

command module
v0.0.0-...-dd4db22 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 15, 2015 License: Apache-2.0 Imports: 11 Imported by: 0

README

nurikabe

This project is a qml graphical UI for playing the logic puzzle nurikabe.

Requirements

Building

Once all requirements have been met, you should be able to run 'go build' from the command line. This will build a binary which you can then execute. Note that you must run the binary in the same directory as the qml folder.

Levels

Nurikabe uses json format for all its levels. You may also generate levels using the nurikabe/gen helper binary. The gen utility also allows for solving levels by piping the json level via stdin and issuing the 'solve' flag.

ie. cat my_level.json | gen -solve

Usage of ./gen:
  -base=2: minimum garden size
  -debug=false: enable debug output
  -growth=4: garden growth. base + growth is max garden size
  -height=5: grid height
  -min=3: minimum gardens count
  -smart=true: solve using smart algorithm
  -solve=false: solve generated grid
  -v=false: Verbose
  -width=5: grid width

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL