game

package
v0.0.0-...-1c33fca Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2017 License: BSD-2-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActionType

type ActionType int
const (
	LookupAction ActionType = iota
	CreateAction
)

type Engine

type Engine interface {
	Access(fs.Node) error

	// Actions checks input for possible actions to perform such as
	// when a player uses 'look' or 'use'
	Actions(ActionType, string, fs.Node) fs.Node

	Entities(fs.Node) ([]fuse.Dirent, error)
}

Directories

Path Synopsis
fs

Jump to

Keyboard shortcuts

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