Skip to content

A simple minesweeper game written in Rust and brought to web with WebAssembly

Notifications You must be signed in to change notification settings

welf/rusty-minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusty Minesweeper

This is a simple minesweeper game written in Rust and brought to web with WebAssembly.

The game logic is written in Rust, compiled to WebAssembly and to Javascript bindings with wasm-bindgen. You can see the Rust code in src/model.rs file and autogenerated WebAssembly code and Javascript bindings in pkg directory.

The game is rendered with HTML mostly generated with simple vanilla Javascript code in /frontend/index.js file and styled with CSS.

You can play the game here.

About

A simple minesweeper game written in Rust and brought to web with WebAssembly

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published