Coder Social home page Coder Social logo

wavefunctioncollapse's Introduction

Wave Function Collapse

My personal project on WaveFunctionCollapse algorithm

1) Sudoku Solver

Backtracking combined with Wave Function Collapse

How to solve sudoku problem with Wave Function Collapse algo?

  1. Set an empty 9x9 board with max superposed wave states 0x1ff
  2. Read the initial board from .csv and apply wave collapse to known cells
  3. Use backtracking and WFC to solve all unkown cells, prioritize cells with the lowest entropy as search targets

How to apply wave collapse to a cell?

  1. Collapse - Reduce the superposed states of the cell to one certain state
  2. Propagate - Remove that state from all other cells affected by the cell (colomn, row, square)
  3. Re-propagate - If any of these cells is reduced to one certain state, re-propagate from that cell until no propagation is needed

If any cell is reduced to 0 state, then the board is invalid and algo returns false (need backtracking)

Memory usage

  • Wave states array (bit flags) x 81
  • Entropy lookup table (vector of idx) x 7

Demo Sudoku

8
36
7 9 2
5 7
457
1 3
1 68
85 1
9 4

Result
on x64 release
board initialized in 0.000243 sec
solution found in 0.003439 sec

2) Tilemap Generation

3) 3D Game Scene

will do if I have time...

wavefunctioncollapse's People

Contributors

amaranthyan avatar

Stargazers

 avatar linjianhua avatar  avatar ik5 avatar  avatar knziha avatar  avatar

Watchers

James Cloos avatar  avatar

Forkers

waylandgod

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.