Advertisement
Guest User

Untitled

a guest
Mar 17th, 2020
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. Worm* = object
  2. connectome*: Table[string, Table[string, tuple[weight: int, action: int]]]
  3. connectomeState*: Table[string, float]
  4. location*: Point
  5. rotation*: int
  6. speed*: float
  7. lastDist*: float # Optional value
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement