Compare commits
2 Commits
32182d048f
...
8672b7e9e4
| Author | SHA1 | Date | |
|---|---|---|---|
| 8672b7e9e4 | |||
| cb94877610 |
@@ -5,7 +5,7 @@
|
|||||||
* have station
|
* have station
|
||||||
* have drones
|
* have drones
|
||||||
* send drones to retrive items
|
* send drones to retrive items
|
||||||
* use items to improve gameplay
|
* use items to improve station
|
||||||
|
|
||||||
## Design
|
## Design
|
||||||
|
|
||||||
|
|||||||
@@ -1,19 +0,0 @@
|
|||||||
#!/usr/bin/python3.10
|
|
||||||
|
|
||||||
class Drone:
|
|
||||||
def __init__(self, money):
|
|
||||||
self.money = money
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
while True:
|
|
||||||
repl = input(">> ")
|
|
||||||
|
|
||||||
if repl == "s":
|
|
||||||
print("Show me the money")
|
|
||||||
elif repl == "q":
|
|
||||||
quit()
|
|
||||||
else:
|
|
||||||
print("Not a command, bitch")
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user