CodingTrain / CodingTrain/Wave-Function-Collapse

Do NOT make a new grid

未關閉
#28 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
JavaScript
星號
218
分支
64
PR 合併指標
30 天內沒有已合併 PR

描述

When a new grid is created, it becomes impossible to check for ALL changes when selecting a random option. Changes are made on the NEW grid, but the checking is done on only the OLD grid. This may lead to some unexpected and or strange bugs.

It would be better to keep using the same grid. Makes things just a little bit faster too. (little bit)

貢獻指南

這個儲存庫沒有索引到貢獻指南

研究方向

The issue does not name files, tests, or an entry point. Locate where a new grid is created and where random-option changes are checked; trace whether checks still read the old grid. Done means the existing grid is reused and all changes are checked against it without introducing the reported unexpected behavior.

由索引模型根據 Issue 內容生成。

評估

技術堆疊
javascript
領域
backend
Issue 類型
缺陷
難度
4/5
預估耗時
3-5 天
活躍度
停滯
描述清晰度
基本清楚
新手友好度
30/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。