Skip to content

Commit f25d01f

Browse files
Update README.md
1 parent a6023a5 commit f25d01f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# CLI Word Guessing Game
2+
# CLI Word Guessing Game
33

44
CLI Word Guessing Game is a command-line interface (CLI) application written in Node.js. It is a simple word guessing game where players have to guess a random word letter by letter within a certain number of attempts. The game provides an enjoyable and interactive way to improve vocabulary and word recognition skills.
55

@@ -12,7 +12,6 @@ CLI Word Guessing Game is a command-line interface (CLI) application written in
1212

1313

1414
- [Features](https://github.com/Silent-Watcher/cli-word-guessing-game#features)
15-
- [demo](https://github.com/Silent-Watcher/cli-word-guessing-game#demo)
1615
- [preview](https://github.com/Silent-Watcher/cli-word-guessing-game#preview)
1716
- [Prerequisites](https://github.com/Silent-Watcher/cli-word-guessing-game#Prerequisites)
1817
- [Installation](https://github.com/Silent-Watcher/cli-word-guessing-game#Installation)
@@ -33,12 +32,6 @@ CLI Word Guessing Game is a command-line interface (CLI) application written in
3332
- Ends the game when the word is guessed correctly or when the number of attempts is exhausted
3433
- Supports a variety of customization options, such as changing the word list or the number of attempts
3534

36-
## Demo
37-
### netlify
38-
39-
### GitHub pages
40-
41-
4235
## Preview
4336
<img src='https://iili.io/HrdkD1n.png'>
4437

@@ -77,6 +70,13 @@ To start the game, run the following command:
7770
```bash
7871
node .
7972
```
73+
74+
or you can run this project directly from npm :
75+
76+
```bash
77+
$ npx cli-word-guessing-game
78+
```
79+
8080
## Configuration
8181
The game allows you to customize certain aspects by modifying the config.js file.
8282

0 commit comments

Comments
 (0)