package
Version:
v0.0.0-...-a3ece0b
Opens a new window with list of versions in this module.
Published: Nov 1, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
What to do in the next iteration with cell x, y?
Next iteration of the world
type Grid struct {
Width int
Height int
Cells [][]*Cell
}
type Vec2 struct {
X, Y int
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.