Skip to content

Commit 8c73248

Browse files
authored
Fixed typos
1 parent e5c6937 commit 8c73248

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ Here you'll find 5 games: Tic Tac Toe (or naughts and crosses), Connect 4, Hangm
2727

2828
- ### Connect 4
2929
- If you played Club Penguin you already know this game
30-
- Two people play against each oder, dropping pieces, wich fall in the last line in the board, trying to connect 4 pieces horizontaly, verticaly or diagonally. Who does that first wins
30+
- 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
3131
- The game nedd ANSI Escape Codes to clear the screen and give colors to the pieces, backgroung, and detecting window size
3232
- The game needs a certain Window Size to work, because the board is big
3333
- The game has two modes: Singleplayer and Multiplayer
3434
- On multiplayer you and a person play against each other
3535
- On singleplayer you'll play against a AI, which is made to be impossible to win. More on that on the wiki
36-
- The board is made with ascii art, including the pieces, wich have colors! . The thanks for the people behind the ascii art is in the wiki and the game
36+
- 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
3737
- 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
3838

3939
- ### Hangman
4040
- Works just as expected. You'll have to guess the word before the stickman gets hanged. Each mistake make him closer to his death. Get all letters right before this and you win!
41-
- The word is given by a file wich is passed by argument. The project uses C:\word.txt as default
41+
- The word is given by a file which is passed by argument. The project uses C:\word.txt as default
4242
- The file should look like:
4343
```
4444
<word>
@@ -54,7 +54,7 @@ Here you'll find 5 games: Tic Tac Toe (or naughts and crosses), Connect 4, Hangm
5454
- There's a little tutorial in the program at the start, however it's optional
5555
- The game nedd ANSI Escape Codes to clear the screen, and print colors in terminal
5656
- The colors are made with true color (RGB), your terminal emulator may not support it. If it doesn't I don't know What will happen
57-
- The game uses mouse interaction, wich, for now, it's limited to Windows
57+
- The game uses mouse interaction, which, for now, it's limited to Windows
5858
- The game has sounds for each button/color and a game over sound!
5959
- It uses the BASS Audio Library to play the souds. There five audio files on the project already, 4 for the buttons and 1 for the game over. If you keep the name, you can put your own sounds!
6060
- Due to have to print the entire screen, the game is dependent of the cpu speed, slowdown with the printing may occur. Don't cick until the cursor is at the botton of the screen or the click won't count

0 commit comments

Comments
 (0)