001 (ns the-great-game.agent.agent
002 "Anything in the game world with agency")
003
004 ;; hierarchy of needs probably gets implemented here
005 ;; I'm probably going to want to defprotocol stuff, to define the hierarchy
006 ;; of things in the gameworld; either that or drop to Java, wich I'd rather not do.
007