https://github.com/overshifted/voronoiminesweeper
A quick and dirty minesweeper game with random-generated maps based on voronoi patterns.
https://github.com/overshifted/voronoiminesweeper
Last synced: 10 months ago
JSON representation
A quick and dirty minesweeper game with random-generated maps based on voronoi patterns.
- Host: GitHub
- URL: https://github.com/overshifted/voronoiminesweeper
- Owner: OverShifted
- License: gpl-3.0
- Created: 2022-03-14T10:29:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-21T16:54:16.000Z (almost 2 years ago)
- Last Synced: 2025-04-08T13:11:14.334Z (about 1 year ago)
- Language: Rust
- Size: 259 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Voronoi minesweeper
A quick and dirty minesweeper game with random-generated "maps" based on voronoi
patterns, which has quite a few bugs.
Made with [SDL](https://www.libsdl.org), with the help of the [Voronator](https://github.com/fesoliveira014/voronator-rs) crate.