Happiness and Fullness
This commit is contained in:
5
game.py
5
game.py
@@ -8,6 +8,7 @@ import os
|
||||
import json
|
||||
import traceback
|
||||
import base64
|
||||
import time
|
||||
|
||||
|
||||
class Game:
|
||||
@@ -77,8 +78,10 @@ class Game:
|
||||
print("Save complete.")
|
||||
self.game_loop()
|
||||
|
||||
# TODO: Add money system
|
||||
# TODO: Add way to make money
|
||||
def game_loop(self):
|
||||
self.cat.apply_decay()
|
||||
self.cat.last_login = time.time()
|
||||
ui.current_cat = self.cat
|
||||
while True:
|
||||
match ui.select(
|
||||
|
||||
Reference in New Issue
Block a user