Avokadoen / tetris_wasm

Tetris implemented in rust and targetting wasm
Apache License 2.0
9 stars 1 forks source link

Pack one or multple frame events into the board.tiles array #15

Open Avokadoen opened 4 years ago

Avokadoen commented 4 years ago

Currently JS has little context of what happened last frame (i.e player died). We should pack one or more "Tiles" in the Array that represent events from last frame