https://github.com/saecki/minesweeper
https://github.com/saecki/minesweeper
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/saecki/minesweeper
- Owner: saecki
- Created: 2023-08-22T17:36:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-01T01:13:17.000Z (over 1 year ago)
- Last Synced: 2025-03-16T15:15:38.401Z (over 1 year ago)
- Language: Rust
- Size: 32.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# minesweeper
## Web page
Try it out [here](https://saecki.github.io/minesweeper).
### Build
1. Install [trunk](https://trunkrs.dev/)
2. `cd` into the `web` directory
3. run `trunk serve --release` to build and serve the web page
4. open
## Desktop app
## Build
1. Install [rust](https://www.rust-lang.org/tools/install)
2. (On linux) Install development headers
- Ubuntu: `sudo apt install libxcb-shape0-dev libxcb-xfixes0-dev libssl-dev libgtk-3-dev`
- Fedora: `sudo dnf install pkg-config openssl-devel gtk3-devel`
3. Compile and run: `cargo run --release`