level

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Level

type Level int

Level represents the level of the game.

const (
	// Easy represents the easy level.
	Easy Level = iota
	// Medium represents the medium level.
	Medium
	// Hard represents the hard level.
	Hard
)

func (Level) String

func (l Level) String() string

String returns a string representation of the level.

Jump to

Keyboard shortcuts

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