From 53eea87fe65c5c4f063664c424d4b49176a27984 Mon Sep 17 00:00:00 2001 From: Aineopintojen-harjoitustyo-Algoritmit-j Date: Sun, 14 Jan 2024 15:08:54 +0200 Subject: Making it possible to ask hints. --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.py') diff --git a/app.py b/app.py index be711b0..977e6c3 100644 --- a/app.py +++ b/app.py @@ -8,7 +8,7 @@ class App: """ App - Luokka pääohjelmalle""" def __init__(self): self.board = Board() - self.ui = Tui() + self.ui = Tui("just testing bot here") self.game = Game(self.board,self.ui) def run(self): -- cgit v1.2.3