Added a stub file for agent
This commit is contained in:
parent
691b6b2959
commit
b250310efc
4
src/the_great_game/agent/agent.clj
Normal file
4
src/the_great_game/agent/agent.clj
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
(ns the-great-game.agent.agent
|
||||||
|
"Anything in the game world with agency")
|
||||||
|
|
||||||
|
;; hierarchy of needs probably gets implemented here
|
Loading…
Reference in a new issue