gork

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

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

Go to latest
Published: Dec 19, 2015 License: MIT Imports: 3 Imported by: 0

README

gork

A text based dungeon crawler using ncurses. Features procedurally generated overworld with villages and quests as well as procedurally generated dungeons.

Dependencies:

  • goncurses

Features:

  • Procedural world generation
  • Field of View
  • Path finding

Planned:

  • UI
  • Items
  • Quests
  • Villages and roads
  • Factions

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package fov implements a way to get the player's current field of view using technniques such as shadowcasting.
Package fov implements a way to get the player's current field of view using technniques such as shadowcasting.
namegen generates random fantasy-like names
namegen generates random fantasy-like names
pnoise is a package for generating perlin noise specifically for the purpose of my gork game (thus I do not waste computation on smoothing the results as I do not need it to be smooth).
pnoise is a package for generating perlin noise specifically for the purpose of my gork game (thus I do not waste computation on smoothing the results as I do not need it to be smooth).
ui
Package ui handles rendering all the objects in on the screen.
Package ui handles rendering all the objects in on the screen.
uiconstants
Package uiconstants is for storing constants for UI in a central location for easy modification
Package uiconstants is for storing constants for UI in a central location for easy modification
Package world provides necessary structures and functions for rendering, describing and generating worlds.
Package world provides necessary structures and functions for rendering, describing and generating worlds.

Jump to

Keyboard shortcuts

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