client

package
v0.0.0-...-f3028fa Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	Closer
	Initer
	Renderer
	Poller
	EventHandler
}

type Closer

type Closer interface {
	Close()
}

type EventHandler

type EventHandler interface {
	HandleEvent(game.Event)
}

type Initer

type Initer interface {
	Init() error
}

type Poller

type Poller interface {
	Poll() (game.Command, error)
}

type Renderer

type Renderer interface {
	Render(g *game.Game)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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