00da6deb24
Removed shared score var
...
A design flaw, makes no sense.
2022-08-15 07:29:50 +03:00
00daf53fae
soft internalized some methods
...
Have learned how to "internalize" methods 😆
2022-08-15 07:29:25 +03:00
446ffba554
Pulled out code into Timer.py
...
Made a separate class instead of keeping it in GameLogic.
2022-08-15 07:28:17 +03:00
9c9db7aba9
PEP Compliance edit
2022-08-15 07:26:45 +03:00
8bc369c31c
a little reminder to myself
2022-08-07 09:32:16 +03:00
8dd2035167
Added win condition logic
...
It was the hardest to implement, but yay, I did it.
2022-08-07 09:23:10 +03:00
a9b8409928
removed an excessive space
2022-08-07 09:22:16 +03:00
5b74ecef52
Added default rules
...
Same as in regular classic TicTacToe.
2022-08-07 09:22:06 +03:00
RomulAugustus
f68f7385f0
Implemented proper time counting
2022-07-25 18:16:15 +03:00
RomulAugustus
c9b24edd8e
fleshed out GameLogic a bit
...
* added time counting stub
* added score counting stub
* added win check stub
* made it so you pass gameMap to the logic
* you pass the list of players too
(both gameMap and playerList are assumed to be made outside when configuring the game)
*
2022-07-25 17:46:45 +03:00
RomulAugustus
4e5388bd12
fixed empty class
2022-07-25 13:33:08 +03:00
RomulAugustus
3e8ee20963
Create GameLogic.py
2022-07-24 20:25:40 +03:00