whatsapp-chess-bot 1.0.0 โ 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,11 +4,11 @@ A WhatsApp bot that lets you play chess against an AI opponent using interactive
|
|
|
4
4
|
|
|
5
5
|
## Features
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
-
|
|
11
|
-
-
|
|
7
|
+
- Play chess via WhatsApp polls
|
|
8
|
+
- AI opponent powered by js-chess-engine
|
|
9
|
+
- Visual chess board using chessboardimage.com
|
|
10
|
+
- Automatic message cleanup (keeps only last 2 board images)
|
|
11
|
+
- Choose piece type, then select specific move
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
14
14
|
|
|
@@ -19,7 +19,7 @@ npm install whatsapp-chess-bot
|
|
|
19
19
|
Or clone and run:
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
|
-
git clone
|
|
22
|
+
git clone https://github.com/Davdadev/whatsapp-chess-bot.git
|
|
23
23
|
cd whatsapp-chess-bot
|
|
24
24
|
npm install
|
|
25
25
|
npm start
|
|
@@ -79,4 +79,4 @@ Edit `index.js` to customize:
|
|
|
79
79
|
|
|
80
80
|
## License
|
|
81
81
|
|
|
82
|
-
|
|
82
|
+
GPL-3.0
|