Skip to content

Commit

Permalink
Offload subrecords of GameState to other modules
Browse files Browse the repository at this point in the history
Introduce 'zoomRobots' so that applicable functions can operate
directly on 'Robots' state instead of 'GameState'.
  • Loading branch information
kostmo committed Nov 30, 2023
1 parent b244a42 commit abd1bf5
Show file tree
Hide file tree
Showing 29 changed files with 1,105 additions and 903 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import Swarm.Game.Scenario.Topography.Structure.Recognition.Log
import Swarm.Game.Scenario.Topography.Structure.Recognition.Registry
import Swarm.Game.Scenario.Topography.Structure.Recognition.Type
import Swarm.Game.State
import Swarm.Game.State.Substate
import Swarm.Game.Universe
import Swarm.Game.World.Modify
import Text.AhoCorasick
Expand Down
Loading

0 comments on commit abd1bf5

Please sign in to comment.