Tic-tac-toe but on an infinite field. Every rule is customizable!
Go to file
RomulAugustus c1b5a80f7f Made a GameMap stub
The map is revolved around a dictionary. This way there's no need to spend computing power expanding the map, if it was a 2-dimensional list.
2022-07-24 20:25:22 +03:00
.gitattributes Initial commit 2022-07-24 20:23:53 +03:00
GameMap.py Made a GameMap stub 2022-07-24 20:25:22 +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!