Skip to content

💣💥 My first steps into Rust + WASM in the form of a well-known Minesweeper game

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

unrenamed/rust-minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Minesweeper💣

Tech stack: Rust, WebAssembly, and Parcel

This project uses pre-configured rust-parcel template with all the boilerplate for compiling Rust to WebAssembly and hooking into a Parcel build pipeline.

  • npm run start -- Serve the project locally for development at http://localhost:1234.

  • npm run build -- Bundle the project (in production mode)

Installation

To use the app locally you should install Rust and wasm-pack. The command below will do that for you:

./build.sh

Or if you want to do everything manually, follow the official Rust installation guide: https://www.rust-lang.org/tools/install

and then

cargo install wasm-pack

About

💣💥 My first steps into Rust + WASM in the form of a well-known Minesweeper game

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published