Add key card item lock/key system

This commit is contained in:
2022-03-22 14:33:54 +00:00
parent 873abea79f
commit 774738f993
13 changed files with 74 additions and 73 deletions
+2 -1
View File
@@ -41,8 +41,9 @@ initialWorld = defaultWorld
}
testStringInit :: World -> [String]
testStringInit = const []
--testStringInit = map (concatMap $ \(_,ct,_,_) -> show ct) . invertListInvMult . yourInv
testStringInit w = [show $ _youHammerPosition w]
--testStringInit w = fmap (show . _crHammerPosition) . IM.elems $ _creatures w
-- w = [show $ f $ _roomClipping w]
-- where
-- f (x:xs) = any (convexPolysOverlap x) xs || f xs