A MoonBit implementation of the 2048 game on browser.
pub(all) struct ActuatorMetadata {
score : Int
best_score : Int
terminated : Bool
over : Bool
won : Bool
keep_playing : Bool
}#external
pub type Any#external
pub type Eventtype GameManagertype HtmlActuatortype KeyboardInputManagerfn KeyboardInputManager::on(self : KeyboardInputManager, event : String, callback : (Any) -> Unit) -> Unittype LocalStorageManager#external
pub type Nullable[T]Install
Download zipA MoonBit implementation of the 2048 game on browser.