lifeform

package
v0.0.0-...-899c67c Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2020 License: Apache-2.0 Imports: 0 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Shaper

type Shaper interface {
	State() State  // returns current state of the life form
	SetNext(State) // sets next state for the lifeform
	Update()       // updates current state to the next state
}

type State

type State int
const (
	ALIVE State = iota + 1
	DEAD
)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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