Skip to content

Commit 6d76d9b

Browse files
committed
Update README with the AI disable
1 parent f52e7f7 commit 6d76d9b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ Here you'll find 5 games: Tic Tac Toe (or naughts and crosses), Connect 4, Hangm
2020
- ### Tic Tac Toe (Naughts and Crosses)
2121
- The classic game, there isn't that much to talk about
2222
- The game need ANSI Escape Codes for cleaning the screen
23-
- The game has two modes: Singleplayer and Multiplayer
23+
- The game has two modes: ~~~Singleplayer and~~~ Multiplayer
2424
- Multiplayer is the classic form of playing. You and a person play against each other
25-
- On singleplayer you'll play against a AI, which have 3 difficult levels: Easy, Normal and Impossible. More on that on the wiki
25+
~~~ - On singleplayer you'll play against a AI, which have 3 difficult levels: Easy, Normal and Impossible. More on that on the wiki~~~
26+
- The AI is disabled for now because of the bugs. The lastest works are in the working branch
2627
- The game looks if the game will tie when there are 3 free positions or less. If it finds that the game will tie, it finishes it
2728
- The board is made with ascii art, including the X and the O. The thanks for the people behind the ascii art is in the wiki and the game
2829
@@ -31,10 +32,12 @@ Here you'll find 5 games: Tic Tac Toe (or naughts and crosses), Connect 4, Hangm
3132
- Two people play against each oder, dropping pieces, which fall in the last line in the board, trying to connect 4 pieces horizontaly, verticaly or diagonally. Who does that first wins
3233
- The game nedd ANSI Escape Codes to clear the screen and give colors to the pieces, backgroung, and detecting window size
3334
- The game needs a certain Window Size to work, because the board is big
34-
- The game has two modes: Singleplayer and Multiplayer
35+
- The game has two modes: ~~~Singleplayer and~~~ Multiplayer
3536
- On multiplayer you and a person play against each other
3637
- On singleplayer you'll play against a AI, which is made to be impossible to win. More on that on the wiki
37-
- The game looks if the game will tie. If it finds that the game will tie, it finishes it
38+
- The AI is disabled for now because of the bugs. The lastest works are in the working branch
39+
~~~- The game looks if the game will tie. If it finds that the game will tie, it finishes it~~~
40+
- The smart tie system is disabled, for the same reason of the AI (they share code). The game you tie if you say so or if the board is full.
3841
- The board is made with ascii art, including the pieces, which have colors! . The thanks for the people behind the ascii art is in the wiki and the game
3942
- The background color are made with true color (RGB), your terminal emulator may not support it. If it doesn't I don't know What will happen
4043

0 commit comments

Comments
 (0)