package
Version:
v0.0.3
Opens a new window with list of versions in this module.
Published: Jan 20, 2025
License: BSD-2-Clause
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Run is the main function to start the game.
type Drawable interface {
Draw() error
}
Drawable can be rendered with OpenGL. See the 'entity' and 'animation' packages.
type Object interface {
Update() error
}
Object can have physical interactions. See the 'entity' and 'physics' packages.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.