Start porting wave function collapse

This commit is contained in:
2023-09-17 18:05:40 -07:00
parent 5b424cf864
commit 9383042476
3 changed files with 419 additions and 0 deletions

5
lib/world/level.dart Normal file
View File

@ -0,0 +1,5 @@
import 'dart:ui';
class Level {
Set<(int, int)> openCells = {};
}