johann22 commited on
Commit
ed14e6f
·
1 Parent(s): 024b5a1

Create run.py

Browse files
Files changed (1) hide show
  1. run.py +10 -0
run.py ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ import main
2
+
3
+ directory = "./app"
4
+
5
+ purpose = """A terminal based game
6
+ - the user must guess a number between 0-100
7
+ - the game will reply if the number is higher or lower
8
+ """
9
+
10
+ main.run(purpose, directory)