Tic-tac-toe but on an infinite field. Every rule is customizable!
c9b24edd8e
* 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) * |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
GameLogic.py | ||
GameMap.py | ||
LICENSE.md | ||
Player.py | ||
README.md |
tic-far-toe
Tic-tac-toe but an infinite field. Every rule is customizable!