Expand description

a basic engine and move validator for the game 2048

Includes wasm functions generated with wasm_bindgen

Modules

Provides Board to hold game board data and tile to hold the values of the board tiles.
Provides Direction to represent move directions
Provides Recording, to hold recorded games
Provides functions to validate a Recording

Constants

Functions