From b250310efc1d043417c399d9473bc98d346781e1 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Sun, 12 Apr 2020 16:47:37 +0100 Subject: [PATCH] Added a stub file for agent --- src/the_great_game/agent/agent.clj | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/the_great_game/agent/agent.clj 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