components

package
v0.0.0-...-e9d204a Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2023 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 Box

type Box struct{}

Box component

type Components

type Components struct {
	GridElement *ecs.SliceComponent
	Player      *ecs.NullComponent
	Box         *ecs.NullComponent
	Goal        *ecs.NullComponent
	Wall        *ecs.NullComponent
}

Components contains references to all game components

type Goal

type Goal struct{}

Goal component

type GridElement

type GridElement struct {
	Line int
	Col  int
}

GridElement component

type Player

type Player struct{}

Player component

type Wall

type Wall struct{}

Wall component

Jump to

Keyboard shortcuts

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