File | Date | Author | Commit |
---|---|---|---|
.gitignore | 2017-04-11 | Matin Afkhami | [856a3c] Initial commit |
LICENSE | 2017-04-11 | Matin Afkhami | [c00ead] Update LICENSE |
README.md | 2017-04-11 | Matin Afkhami | [923f5b] Update README.md |
ttt v0.1.c | 2017-04-11 | Matin Afkhami | [615ef8] Add files via upload |
ttt v1.0.c | 2017-04-11 | Matin Afkhami | [615ef8] Add files via upload |
ttt v1.1.c | 2017-04-11 | Matin Afkhami | [615ef8] Add files via upload |
uttt v1.2.c | 2017-04-11 | Matin Afkhami | [615ef8] Add files via upload |
uttt v1.3.c | 2017-04-11 | Matin Afkhami | [615ef8] Add files via upload |
uttt v1.5.c | 2017-04-11 | Matin Afkhami | [615ef8] Add files via upload |
uttt v1.8.1.c | 2017-04-11 | Matin Afkhami | [615ef8] Add files via upload |
uttt v1.8.c | 2017-04-11 | Matin Afkhami | [615ef8] Add files via upload |
uttt v2.2.0.c | 2017-04-11 | Matin Afkhami | [615ef8] Add files via upload |
uttt v2.2.c | 2017-04-11 | Matin Afkhami | [615ef8] Add files via upload |
uttt v2.c | 2017-04-11 | Matin Afkhami | [615ef8] Add files via upload |
A Simple game. Programmed in C. Run in console.
Version 0.1 to 1.1 which are named "Tic Tac Toe" are the next generation of game (named "Ultra Tic Tac Toe") base.
Version 1.2 Beta to 2.2 are named "Ultra Tic Tac Toe".
Version 2.2.0 is another version of 2.2 which read choices from file. you can edit text file in directory to check another situation.
First select one block then first player select a cell into the block,then second player select his choice into the block with first player cell number...
After a player choosed three cell in a row, he would win that block.
After a player won three block in a row, he would win the match.