Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Worm* = object
- connectome*: Table[string, Table[string, tuple[weight: int, action: int]]]
- connectomeState*: Table[string, float]
- location*: Point
- rotation*: int
- speed*: float
- lastDist*: float # Optional value
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement