Crate tetromino_impl

Source
Expand description

A graphical Tetris clone.

Structs§

Context
An OpenGL context.
Game
A type representing a game of Tetris.
GameConfig
The configuration for a Game.
Renderer
A type enabling the rendering of graphics.
Window
The Tetris window.

Enums§

Change
An enumeration of possible state changes performed/desired by lower level parts of the program.
Tick
An enumeration describing when the next program “tick” should occur.