Commit Graph

3 Commits

Author SHA1 Message Date
07f30a5efe Move game exit message outside of the loop
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2021-11-18 18:10:58 -08:00
8a39db2b29 Add package loading so not everything is defined in __main__ anymore
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2021-11-18 12:15:35 -08:00
dd2128beb1 Initial commit with a mostly working engine.
Basic commands are being parsed. I think the only weird part is the
'use' command because it needs to possibly target two things. A tiny
test example is provided in __main__, this will probably be broken out
later.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2021-11-18 11:31:21 -08:00