Skip to content

Commit 745e916

Browse files
authored
Update README.md
1 parent 6d76d9b commit 745e916

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +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~~~
26-
- The AI is disabled for now because of the bugs. The lastest works are in the working branch
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 Singleplayer/AI is disabled for now because of the bugs. The lastest works are in the working branch
2727
- 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
2828
- 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
2929

@@ -32,11 +32,11 @@ Here you'll find 5 games: Tic Tac Toe (or naughts and crosses), Connect 4, Hangm
3232
- 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
3333
- The game nedd ANSI Escape Codes to clear the screen and give colors to the pieces, backgroung, and detecting window size
3434
- The game needs a certain Window Size to work, because the board is big
35-
- The game has two modes: ~~~Singleplayer and~~~ Multiplayer
35+
- The game has two modes: ~~Singleplayer and~~ Multiplayer
3636
- On multiplayer you and a person play against each other
37-
- On singleplayer you'll play against a AI, which is made to be impossible to win. More on that on the wiki
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~~~
37+
- ~~On singleplayer you'll play against a AI, which is made to be impossible to win. More on that on the wiki~~
38+
- The Singleplayer/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~~
4040
- 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.
4141
- 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
4242
- 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

0 commit comments

Comments
 (0)