Avokadoen / tetris_wasm

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

WASM Tetris

Tetris implemented in rust and exported as wasm! Currently has most of the basic functionality you can expect from Tetris, bugs included!

A live demo can be found here!

Tetris gameplay

Prerequisite

You will need wasm-pack and npm Project is built mainly in windows, but it works on linux too!

How do to build and run 🚀

Contributers

Thanks to leudz for fixing my ugly c-style loops and recommending some lint tools. See #17