Tic-tac-toe but on an infinite field. Every rule is customizable!
Go to file
oto 468237429e Switched to TKinter
Switched since the game has no mainloop, and only works when you commit an action. It makes sense, ye know. Maybe when i'll get some better graphics i'll switch to another lib, but for now, I'll use TKinter.
2022-08-07 09:26:13 +03:00
.gitattributes Initial commit 2022-07-24 20:23:53 +03:00
.gitignore Create .gitignore 2022-07-25 13:32:51 +03:00
GameLogic.py Added win condition logic 2022-08-07 09:23:10 +03:00
GameMap.py elaborated a moment 2022-08-07 09:24:40 +03:00
LICENSE.md Added GPL License 2022-07-25 15:51:21 +03:00
Main.py Switched to TKinter 2022-08-07 09:26:13 +03:00
Player.py renamed a method for uniformity 2022-07-25 18:39:12 +03:00
README.md Initial commit 2022-07-24 20:23:53 +03:00

tic-far-toe

Tic-tac-toe but an infinite field. Every rule is customizable!