From 661156ce988131eb4896a7af4d00a42b520305e7 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 17 May 2026 11:53:35 -0700 Subject: This is REAL Artificial Intelligence and definitely REALLY COMPLICATED --- map.lua | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'map.lua') diff --git a/map.lua b/map.lua index 87cb5f3..fcf823a 100644 --- a/map.lua +++ b/map.lua @@ -3,7 +3,7 @@ _t = { C = { name = "current", color = 7, blink = true }, K = { name = "visited", color = 6 }, M = { name = "mystery", color = 2 }, - R = { name = "restock", color = 9 }, + S = { name = "supply", color = 9 }, E = { name = "empty", color = 0 } } @@ -21,4 +21,9 @@ DisplayMap = { { _t.E, _t.E, _t.H, _t.E, _t.E }, { _t.E, _t.E, _t.E, _t.E, _t.E }, { _t.E, _t.E, _t.E, _t.E, _t.E } -} \ No newline at end of file +} + +-- todo +-- function Map.blit() +-- for i=1,DisplayMap. +-- end \ No newline at end of file -- cgit v1.3