Improve chase crit searching

This commit is contained in:
2022-07-09 11:25:10 +01:00
parent f57bcebb7a
commit 9c352e4a83
8 changed files with 58 additions and 22 deletions
+2 -1
View File
@@ -6,8 +6,9 @@ import Geometry.Data
import Control.Lens
newtype Memory = Memory
data Memory = Memory
{ _soundsToInvestigate :: [Point2]
, _nodesSearched :: [Int]
}
makeLenses ''Memory