Tic-tac-toe but on an infinite field. Every rule is customizable!
Go to file
2022-07-25 18:16:15 +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 Implemented proper time counting 2022-07-25 18:16:15 +03:00
GameMap.py clearing is now done with a dict. method 2022-07-25 17:51:11 +03:00
LICENSE.md Added GPL License 2022-07-25 15:51:21 +03:00
Main.py Create Main.py 2022-07-25 17:51:21 +03:00
Player.py added get_name() 2022-07-25 17:47:19 +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!