Tic-tac-toe but on an infinite field. Every rule is customizable!
Go to file
RomulAugustus e7f1733a8a Fixes of syntax errors; minor edits
out of minor -
* made add_player_mark() also call the player instance to record mark into it's internal list
* put the exception message into a separate variable for the sake of simpler representation
2022-07-25 13:34:50 +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 fixed empty class 2022-07-25 13:33:08 +03:00
GameMap.py Fixes of syntax errors; minor edits 2022-07-25 13:34:50 +03:00
LICENSE.md Added GPL License 2022-07-25 15:51:21 +03:00
Player.py Create Player.py 2022-07-24 20:25:44 +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!