Dec 15, 20217 min readWave Function Collapse City Generator EvaluationIntroduction This will be a wrap-up post for the city generator project. In it I will outline some of the decisions made over the...
Dec 11, 20213 min readBacktracking, Unit Testing and TilesetsBacktracking In the project, I'm only planning to implement the backtracking in the simplest sense, returning to the initial state of the...
Dec 7, 20213 min readShannon's Entropy and Rotations in Adjacency RulesShannon's Entropy Entropy itself is considered a measure of disorder, the factor of probabilities of events and states which are...
Dec 2, 20213 min readPracticalities of Implementing Wave Function CollapseAs mentioned in the last blog post, I've made mistakes whilst implementing the Wave Function Collapse algorithm. Within the system I...
Nov 24, 20212 min readProgramming an Input ModelFor the city generation project, I need a way to add an example for the algorithm to use when programming the constraints (since that is...
Nov 17, 20212 min readThe Initial Wave Function Collapse CodeDuring the creation of the previous post, I have started creating the Wave Function Collapse project. For this post I'll be going over...
Nov 10, 20212 min readWhat is Wave Function Collapse?A quick look at the theory of the wave function collapse algorithm.
Oct 20, 20214 min readResearch on Cellular AutomataAs mentioned in the initial blog post, I researched cellular automata when choosing the algorithm for the project. It's a computing...