boohu.git

command module
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2018 License: ISC Imports: 20 Imported by: 0

README

Break Out Of Hareka's Underground (Boohu) is a roguelike game mainly inspired from DCSS and its tavern, with some ideas from Brogue, but aiming for very short games, almost no character building, and a simplified inventory.

Every year, the elders send someone to collect medicinal simella plants in the Underground. This year, the honor fell upon you, and so here you are. According to the elders, deep in the Underground, magical stairs will lead you back to your village. Along the way, you will collect simellas, as well as various items that will help you deal with monsters, which you may fight or flee...

Boohu introduction screen

Screenshot

Introduction Screeshot

You can visit the introduction page for more informations, screenshots and asciicasts. You will also be able to play in the browser.

Install

You can download binaries on the releases page.

You can also build from source by following these steps:

  • Install the go compiler.
  • Set $GOPATH variable (for example export GOPATH=$HOME/go).
  • Add $GOPATH/bin to your $PATH (for example export PATH="$PATH:$GOPATH/bin").
  • Use the command go get -u github.com/anaseto/boohu.

The boohu command should now be available.

The only dependency outside of the go standard library is the lightweight curses-like library termbox-go, which is installed automatically by the previous go get command.

Portability note. If you happen to experience input problems, try adding option --tags tcell or --tags ansi to the go get command. The first will use tcell instead of termbox-go, and requires cgo on some platforms, but is more portable. The second will work on POSIX systems with a stty command.

Colors

If the default colors do not display nicely on your terminal emulator, you can use the -s option: boohu -s to use the 16-color palette, which will display nicely if the solarized palette is used. Configurations are available for most terminal emulators, otherwise, colors may have to be configured manually to one's liking in the terminal emulator options.

Basic Survival Tips

  • Position yourself to fight one enemy at a time whenever possible.
  • Fight far enough from unknown terrain if you can: combat is noisy, more monsters will come if they hear it.
  • Use your potions, projectiles and rods. With experience you learn when you can spare them, and when you should use them, but dying with a potion of heal wounds in the inventory should never be a thing.
  • Avoid dead-ends if you do not have any means of escape, such as potions of teleportation, unless no better options are available.
  • You do not have to kill every monster. You want, though, to find as many items as you can, but survival comes first.
  • Use doors and dense foliage to break line of sight with monsters.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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