You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,10 @@ Here you'll find 5 games: Tic Tac Toe (or naughts and crosses), Connect 4, Hangm
20
20
-### Tic Tac Toe (Naughts and Crosses)
21
21
- The classic game, there isn't that much to talk about
22
22
- 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
24
24
- 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 Singleplayer/AI is disabled for now because of the bugs. The lastest works are in the working branch
26
27
- 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
27
28
- 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
28
29
@@ -31,10 +32,12 @@ Here you'll find 5 games: Tic Tac Toe (or naughts and crosses), Connect 4, Hangm
31
32
- 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
32
33
- The game nedd ANSI Escape Codes to clear the screen and give colors to the pieces, backgroung, and detecting window size
33
34
- 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
35
36
- On multiplayer you and a person play against each other
36
-
- 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
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~~
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.
38
41
- 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
39
42
- 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