All Projects → KappaDistributive → rs2048

KappaDistributive / rs2048

Licence: MIT license
2048 in Rust

Programming Languages

rust
11053 projects
HTML
75241 projects

Projects that are alternatives of or similar to rs2048

www
my website built using Rust (stdweb) → .wasm (also: dat://ricky.codes)
Stars: ✭ 12 (-68.42%)
Mutual labels:  stdweb
v2048
A simple game of 2048, written in V.
Stars: ✭ 19 (-50%)
Mutual labels:  2048-clone
yew-router
Router extension to yew
Stars: ✭ 27 (-28.95%)
Mutual labels:  stdweb
rusty-connect4
A full-stack application written completely in Rust.
Stars: ✭ 30 (-21.05%)
Mutual labels:  stdweb

rs2048

rs2048 interface

A clone of 2048 written in Rust. Use the arrow keys to move and R to reset.

This is work in progress but if you want to jump right in, take a look at this demo.

Running the application

  1. Install cargo-web using cargo as
cargo install -f cargo-web
  1. Compile to WebAssembly using Rust's native WebAssembly backend:
cargo web start --target=wasm32-unknown-unknown
  1. Visit http://localhost:8000 with your browser to view the application.

For more information, see the Github repository and documentation of stdweb.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].