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...')