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.
Files changed (2) hide show
  1. package/README.md +7 -7
  2. 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
- - ๐ŸŽฎ 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
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 <your-repo-url>
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
- MIT
82
+ GPL-3.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whatsapp-chess-bot",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "A WhatsApp bot that lets you play chess via interactive polls with an AI opponent",
5
5
  "main": "index.js",
6
6
  "scripts": {