package
1.0.0
Repository: https://github.com/z-riley/go-2048-battle.git
Documentation: pkg.go.dev

# Functions

EqualGrid returns whether grid g1 is equal to g2.
NewGrid constructs a new grid.
NewTiles generates a fresh set of tiles.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Grid contains the tiles for the game.
Tile represents a single tile on the grid.

# Type aliases

Direction represents a direction that the player can move the tiles in.
Outcome represents the outcome of a game.