Happiness and Fullness

This commit is contained in:
2026-04-20 17:22:57 -04:00
parent 57d2797160
commit 407de1cfba
6 changed files with 33 additions and 12 deletions

View File

@@ -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(