wasm-2048
Game engine
An implementation of the popular 2048 game in Rust using Yew and compiled to WASM.
2048 game implemented with Rust and Yew and compiled to WASM
152 stars
6 watching
11 forks
Language: Rust
last commit: almost 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
gents83/inox | An integrated game engine and editor that leverages Rust for high performance and Blender as the external editor for easy customization. | 113 |
aduros/wasm4 | A toolset for building small, low-level games using WebAssembly and various programming languages. | 1,176 |
gregorulm/h2048 | An implementation of the game 2048 in Haskell with basic logic and console UI. | 89 |
almarklein/rocket_rust_py | An implementation of the Rocket game in Rust, compiled to WebAssembly and run in Python | 23 |
rust-gamedev/arewegameyet | Tracks the state of the Rust game development ecosystem | 702 |
natee/wxapp-2048 | A 2048 game implementation in a WeChat mini program for learning and development purposes | 362 |
colineberhardt/wasm-rust-chip8 | An implementation of a CHIP-8 emulator in Rust using WebAssembly | 258 |
rust-gamedev/wg | Improving Rust's ecosystem to support game development by bridging the gap between game developers and the Rust project. | 514 |
euhmeuh/wasm-adventure | Exploring the feasibility and usability of WebAssembly's text format for game development using Racket as a domain-specific language | 63 |
extraymond/rust-async-wasm-demo | A Rust-based web application demonstrating async/await and WebAssembly interop with JavaScript. | 49 |
zipxing/rust_pixel | A 2D game engine and rapid prototyping tool that supports text and graphics rendering modes for creating pixel-style games and terminal applications. | 148 |
zzy/yew-ssr-tide | An example demonstrating server-side rendering with Yew and a web framework. | 1 |
ashleygwilliams/wasm-pack | A tool for building and working with Rust-generated WebAssembly packages | 1 |
taw/imba-2048 | An implementation of the popular 2048 game in the Imba programming language. | 7 |
alewmoose/2048-in-terminal | A terminal-based implementation of the popular 2048 game | 149 |