Skip to contents

Clears the configured number of top rows after a game-over state while preserving score, moves, queue, random-number state, and the largest observed tile used for future spawning.

Usage

continue_game(state)

Arguments

state

A game-state list returned by new_game(), drop_tile(), or this function.

Value

The continued game-state list.