Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 201 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 201 Bytes

Minesweeper

A game written in Rust and wasm. Check it out here.

Installation

To run the game locally:

npm install
npm run build
npm run start