diff --git a/README.md b/README.md index d8df7625..d0949575 100644 --- a/README.md +++ b/README.md @@ -1074,8 +1074,6 @@ here. * certificate (Signature) - [Chess.com](https://www.chess.com/) * chess (Board Image) -- [Chessboard Image](https://chessboardimage.com/) - * chess (Piece Images) - [Christoph Mueller](https://www.fontsquirrel.com/fonts/list/foundry/christoph-mueller) * captcha ([Moms Typewriter Font](https://www.fontsquirrel.com/fonts/MomsTypewriter)) - [Chuck Norris](https://chucknorris.com/) @@ -1618,6 +1616,7 @@ here. * car-race ([General Lee Car Image](https://pngio.com/images/png-a980119.html)) - [PNGkey.com](https://www.pngkey.com/) * car-race ([Sonic Car Image](https://www.pngkey.com/maxpic/u2e6y3t4a9o0a9a9/)) + * chess ([Piece Images](https://www.pngkey.com/maxpic/u2w7q8o0r5y3t4w7/)) - [PNGkit](https://www.pngkit.com/) * car-race ([Earnhardt Car Image](https://www.pngkit.com/bigpic/u2r5r5o0a9y3w7q8/)) - [PoetryDB](https://poetrydb.org/index.html) diff --git a/assets/images/chess/black-bishop.png b/assets/images/chess/black-bishop.png index 5d13d1db..e8fc1761 100644 Binary files a/assets/images/chess/black-bishop.png and b/assets/images/chess/black-bishop.png differ diff --git a/assets/images/chess/black-king.png b/assets/images/chess/black-king.png index ec569dfb..ab86b983 100644 Binary files a/assets/images/chess/black-king.png and b/assets/images/chess/black-king.png differ diff --git a/assets/images/chess/black-knight.png b/assets/images/chess/black-knight.png index f8a57484..a9e972b5 100644 Binary files a/assets/images/chess/black-knight.png and b/assets/images/chess/black-knight.png differ diff --git a/assets/images/chess/black-pawn.png b/assets/images/chess/black-pawn.png index c6b82f45..63825b1b 100644 Binary files a/assets/images/chess/black-pawn.png and b/assets/images/chess/black-pawn.png differ diff --git a/assets/images/chess/black-queen.png b/assets/images/chess/black-queen.png index 3b0d270c..b876bfa7 100644 Binary files a/assets/images/chess/black-queen.png and b/assets/images/chess/black-queen.png differ diff --git a/assets/images/chess/black-rook.png b/assets/images/chess/black-rook.png index ac3a260c..3937b6b1 100644 Binary files a/assets/images/chess/black-rook.png and b/assets/images/chess/black-rook.png differ diff --git a/assets/images/chess/white-bishop.png b/assets/images/chess/white-bishop.png index 109eefe7..b02cdead 100644 Binary files a/assets/images/chess/white-bishop.png and b/assets/images/chess/white-bishop.png differ diff --git a/assets/images/chess/white-king.png b/assets/images/chess/white-king.png index 2f1ff667..1e9cfbe0 100644 Binary files a/assets/images/chess/white-king.png and b/assets/images/chess/white-king.png differ diff --git a/assets/images/chess/white-knight.png b/assets/images/chess/white-knight.png index 9b0cfeab..c4c8bfaf 100644 Binary files a/assets/images/chess/white-knight.png and b/assets/images/chess/white-knight.png differ diff --git a/assets/images/chess/white-pawn.png b/assets/images/chess/white-pawn.png index b25af280..4fe6897c 100644 Binary files a/assets/images/chess/white-pawn.png and b/assets/images/chess/white-pawn.png differ diff --git a/assets/images/chess/white-queen.png b/assets/images/chess/white-queen.png index ec6a25e9..ea78821d 100644 Binary files a/assets/images/chess/white-queen.png and b/assets/images/chess/white-queen.png differ diff --git a/assets/images/chess/white-rook.png b/assets/images/chess/white-rook.png index 512c4b33..ad08d1c7 100644 Binary files a/assets/images/chess/white-rook.png and b/assets/images/chess/white-rook.png differ diff --git a/commands/games-mp/chess.js b/commands/games-mp/chess.js index bd33752b..7fd4d32d 100644 --- a/commands/games-mp/chess.js +++ b/commands/games-mp/chess.js @@ -21,9 +21,10 @@ module.exports = class ChessCommand extends Command { description: 'Play a game of Chess with another user or the AI.', credit: [ { - name: 'Chessboard Image', - url: 'https://chessboardimage.com/', - reason: 'Piece Images' + name: 'PNGkey.com', + url: 'https://www.pngkey.com/', + reason: 'Piece Images', + reasonURL: 'https://www.pngkey.com/maxpic/u2w7q8o0r5y3t4w7/' }, { name: 'Chess.com', diff --git a/package.json b/package.json index 713a5be7..6b3dae74 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "html-entities": "^2.1.0", "ioredis": "^4.22.0", "js-beautify": "^1.13.5", - "js-chess-engine": "^0.6.0", + "js-chess-engine": "^0.6.1", "kuroshiro": "^1.1.2", "kuroshiro-analyzer-kuromoji": "^1.1.0", "mathjs": "^9.2.0",