From e0023756513e1c65bdd275ec1e7d653807e36ce1 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Fri, 15 Apr 2022 14:25:07 +0200 Subject: [PATCH] Better text --- ultimatetictactoe.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ultimatetictactoe.py b/ultimatetictactoe.py index a5ae13a..31ad239 100644 --- a/ultimatetictactoe.py +++ b/ultimatetictactoe.py @@ -189,8 +189,8 @@ if __name__=="__main__": trainer = Trainer(init) trainer.train() trainer.trainFromTerm(run.head) - print('[!] I have become smart! Destroyer of human Ultimate-TicTacToe players!') + print('[!] I have become smart! Destroyer of human Ultimate-TicTacToe players! (Neuristic update completed)') trainer.saveToMemoryBank(term) - print('[!] Your cognitive and strategic destinctiveness was added to my own!') + print('[!] Your cognitive and strategic destinctiveness was added to my own! (Game inserted into memoryBank)') print('[!] This marks the beginning of the end of humankind!') print('[i] Thanks for playing! Goodbye...')