Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-21T10:18:31.000Z (almost 4 years ago)
- Last Synced: 2024-11-13T22:52:33.217Z (3 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
![Screenshot of the program](Screenshots/7634e07.png)# 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.