Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lewisgaul/minesolver
Minesweeper solver written in Zig and Python, supporting multiple mines per cell
https://github.com/lewisgaul/minesolver
minesweeper solver zig
Last synced: 18 days ago
JSON representation
Minesweeper solver written in Zig and Python, supporting multiple mines per cell
- Host: GitHub
- URL: https://github.com/lewisgaul/minesolver
- Owner: LewisGaul
- Created: 2021-02-22T00:48:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T01:23:24.000Z (about 1 year ago)
- Last Synced: 2024-12-14T16:06:04.617Z (22 days ago)
- Topics: minesweeper, solver, zig
- Language: Zig
- Homepage:
- Size: 800 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build badge](https://img.shields.io/github/actions/workflow/status/LewisGaul/minesolver/basic-tests.yml?branch=main)](https://github.com/LewisGaul/minesolver/actions/workflows/basic-tests.yml?query=branch%3Amain)
# Minesolver
A minesweeper solver.
Contents of the repository:
- [Design notes](notes/solver-design.md)
- [Zig implementation](zig/)
- [Rough Python implementation](python/)
- [Examples in the form of Python tests](tests/python_test.py)