feat: reorganized logic + camera

This commit is contained in:
2025-11-12 15:39:40 +01:00
parent bee8cdeeef
commit fa6e5d9582
12 changed files with 124 additions and 100 deletions

5
langtons-ant/TODO Normal file
View File

@@ -0,0 +1,5 @@
UI -> toggleButton so camera follows ant
-> reset camera button
-> pause button
customizable tile->dir->color logic (im thinking we do a dict: {tileState, (newDir, newTileCol)})
dynamically generate tile colours (using a big palette for indexing maybe?) this probably needs to be a shader.