Sokoban without pygame (#77)

* add minified version of https://github.com/xbandrade/sokoban-solver-generator

---------

Co-authored-by: Rich Jones <miserlou@gmail.com>
This commit is contained in:
Andreas Köpf 2025-02-07 11:57:53 +01:00 committed by GitHub
parent a8f9eafd43
commit 1b49713116
25 changed files with 1229 additions and 87 deletions

View file

@ -128,6 +128,7 @@ See the [Dataset Gallery](GALLERY.md) for a complete list of available datasets
### <small>Game Tasks</small>
- `SudokuDataset`: Generate 9x9 Sudoku puzzles with configurable number of empty cells
- `SokobanDataset`: Generate [Sokoban](https://en.wikipedia.org/wiki/Sokoban) puzzles with configurable size and detail.
- `MiniSudokuDataset`: Generate 4x4 Mini Sudoku puzzles with configurable difficulty
- `MazeDataset`: Generate a maze with a start and a goal
- `CountdownDataset`: Generate number game tasks where numbers and operators must be combined to reach a target value