Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 409 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 409 Bytes

tet-rs

This is another clone of Tetris using WebGPU. However since this is written in rust I'm using Wgpu so it's compiled into GLES.

Click here to play in the browser,

but you can also clone the repository and run it with

cargo run

(after installing Rust.)