timolinn / wasm-tetris

Tetris clone in WebAssembly with Rust

Home Page:https://shine.rocks/projects/wasm-tetris

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WASM Tetris

Node.js CI

Tetris clone on canvas using WebAssembly in Rust. I wrote this to get my feet wet with web technologies and learnt a lot in the process!

Running this locally

Before running this locally, you must have all of these installed.

  • Rust
  • Cargo
  • wasm-pack (cargo install wasmp-pack)
  • npm
  • yarn

When you have all of the prerequisites installed, you can start the local development server by running npm start.

About

Tetris clone in WebAssembly with Rust

https://shine.rocks/projects/wasm-tetris

License:MIT License


Languages

Language:Rust 58.0%Language:TypeScript 34.7%Language:CSS 3.2%Language:HTML 2.1%Language:JavaScript 2.1%