New chess pieces

This commit is contained in:
Dragon Fire
2021-02-08 17:55:22 -05:00
parent 4c495cc8df
commit 59c1f3539b
15 changed files with 6 additions and 6 deletions
+1 -2
View File
@@ -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)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1013 B

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1017 B

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1023 B

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

+4 -3
View File
@@ -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',
+1 -1
View File
@@ -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",