Update tester.py

This commit is contained in:
otomo otonami 2022-08-15 07:25:39 +03:00
parent 54a0f42137
commit b11f77f7ef

View File

@ -20,7 +20,7 @@ glogic = GameLogic(GameMap, playerList)
print(glogic.check_who_win()) print(glogic.check_who_win())
# AAAAAAAAAAAA I AM GOING INSANE OVER THIS BULLSHIELD # AAAAAAAAAAAA I AM GOING INSANE OVER THIS BULLSHIELD
# Outdated this message is, I just work with tuple[0] and tuple[1]. # Outdated this message is, I will just work with tuple[0] and tuple[1].
# ---- # ----
# Anyway, a reminder when you'll get to the web - figure out how to manipulate # Anyway, a reminder when you'll get to the web - figure out how to manipulate
# tuples (or replace them altogether) so they'll behave like math matrices - # tuples (or replace them altogether) so they'll behave like math matrices -