summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--adventure/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/adventure/Makefile b/adventure/Makefile
new file mode 100644
index 0000000..7f8f288
--- /dev/null
+++ b/adventure/Makefile
@@ -0,0 +1,6 @@
+setup:
+ @sudo yum install python3-tkinter python3-pillow-tk python3-pillow
+
+run:
+ @mise use python@system
+ @python AdventureGame.py