Crate tetromino_impl
source ·Expand description
A graphical Tetris clone.
Structs§
- An OpenGL context.
- A type representing a game of Tetris.
- The configuration for a
Game
. - A type enabling the rendering of graphics.
- The Tetris window.
Enums§
- An enumeration of possible state changes performed/desired by lower level parts of the program.
- An enumeration describing when the next program “tick” should occur.