Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)