diff --git a/src/the_great_game/agent/agent.clj b/src/the_great_game/agent/agent.clj new file mode 100644 index 0000000..b9232ef --- /dev/null +++ b/src/the_great_game/agent/agent.clj @@ -0,0 +1,4 @@ +(ns the-great-game.agent.agent + "Anything in the game world with agency") + +;; hierarchy of needs probably gets implemented here