//
pkg.gl
Category
github.com/z-riley/go-2048-battle
common
backend
package
1.0.0
Repository:
https://github.com/z-riley/go-2048-battle.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
3
Files
150 SLOC
#
Packages
grid
No description provided by the author
store
No description provided by the author
#
Functions
NewGame
NewGame returns the top-level struct for the game.
NewTimer
NewTimer constructs a new timer.
#
Structs
Game
Game contains all required data for a 2048 game.
Opts
Opts contains the configuration for the backend game.
Timer
No description provided by the author