https://github.com/xypine/wavefunctioncollapse-sudoku
Solves sudoku puzzles using a wave function collapse algorithm
https://github.com/xypine/wavefunctioncollapse-sudoku
godot godot3 wfc
Last synced: 7 months ago
JSON representation
Solves sudoku puzzles using a wave function collapse algorithm
- Host: GitHub
- URL: https://github.com/xypine/wavefunctioncollapse-sudoku
- Owner: xypine
- License: mit
- Created: 2021-03-19T22:20:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-21T10:18:31.000Z (over 4 years ago)
- Last Synced: 2025-01-13T11:49:34.953Z (9 months ago)
- Topics: godot, godot3, wfc
- Language: GAP
- Homepage: https://xypine.github.io/WaveFunctionCollapse-Sudoku/
- Size: 8.09 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WFC-Sudoku
Solves sudoku puzzles using a wave function collapse algorithm. Makes mistakes sometimes, so you might want to try multiple times.Made using Godot 3.
# Screenshots
# Precompiled builds
[HTML5 Export Available Here](https://jonnelafin.github.io/WaveFunctionCollapse-Sudoku/) and [here](https://jonnelafin.itch.io/wfc-sudoku)# Saving and Loading
This program can export and read string-type representations of the sudoku-board following the standard [this page](https://www.7sudoku.com/instructions/loading-puzzles) defines, making it compatible with all 7sudoku puzzles.