Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Kiwen Suwi piece set #2344

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions COPYING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ www/images/pieces/libra | [sadsnake1](https://github.com/sadsnake1) | [CC BY-NC-
www/images/pieces/california | [Jerry S.](https://sites.google.com/view/jerrychess/home) | [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
www/images/pieces/horsey | cham, michael1241 | [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
www/images/pieces/anarcandy | [caderek](https://github.com/caderek) | [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
www/images/pieces/kiwen-suwi | [neverRare](https://github.com/neverRare) | [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)

Exceptions (non-free)
---------------------
Expand Down
1 change: 1 addition & 0 deletions src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export default {
['letter' ],
['horsey'],
['anarcandy'],
['kiwen-suwi', 'Kiwen Suwi'],
],
background: prop('bgTheme', 'dark'),
board: prop('theme.board', 'brown'),
Expand Down
35 changes: 34 additions & 1 deletion src/styl/chessground-piece.styl
Original file line number Diff line number Diff line change
Expand Up @@ -986,4 +986,37 @@
&.white
background-image url('../../images/pieces/anarcandy/wK.svg')
&.black
background-image url('../../images/pieces/anarcandy/bK.svg')
background-image url('../../images/pieces/anarcandy/bK.svg')

/* Kiwen Suwi */
.kiwen-suwi piece
&.pawn
&.white
background-image url('../../images/pieces/kiwen-suwi/wP.svg')
&.black
background-image url('../../images/pieces/kiwen-suwi/bP.svg')
&.bishop
&.white
background-image url('../../images/pieces/kiwen-suwi/wB.svg')
&.black
background-image url('../../images/pieces/kiwen-suwi/bB.svg')
&.knight
&.white
background-image url('../../images/pieces/kiwen-suwi/wN.svg')
&.black
background-image url('../../images/pieces/kiwen-suwi/bN.svg')
&.rook
&.white
background-image url('../../images/pieces/kiwen-suwi/wR.svg')
&.black
background-image url('../../images/pieces/kiwen-suwi/bR.svg')
&.queen
&.white
background-image url('../../images/pieces/kiwen-suwi/wQ.svg')
&.black
background-image url('../../images/pieces/kiwen-suwi/bQ.svg')
&.king
&.white
background-image url('../../images/pieces/kiwen-suwi/wK.svg')
&.black
background-image url('../../images/pieces/kiwen-suwi/bK.svg')
4 changes: 4 additions & 0 deletions src/styl/settings.styl
Original file line number Diff line number Diff line change
Expand Up @@ -287,3 +287,7 @@
background-image url('../../images/pieces/anarcandy/wN.svg')
@media only screen and (min-width 600px)
background-image url('../../images/pieces/anarcandy/wP.svg'),url('../../images/pieces/anarcandy/wN.svg'),url('../../images/pieces/anarcandy/wB.svg'),url('../../images/pieces/anarcandy/wR.svg'),url('../../images/pieces/anarcandy/wQ.svg'),url('../../images/pieces/anarcandy/wK.svg')
&.kiwen-suwi
background-image url('../../images/pieces/kiwen-suwi/wN.svg')
@media only screen and (min-width 600px)
background-image url('../../images/pieces/kiwen-suwi/wP.svg'),url('../../images/pieces/kiwen-suwi/wN.svg'),url('../../images/pieces/kiwen-suwi/wB.svg'),url('../../images/pieces/kiwen-suwi/wR.svg'),url('../../images/pieces/kiwen-suwi/wQ.svg'),url('../../images/pieces/kiwen-suwi/wK.svg')
28 changes: 28 additions & 0 deletions www/images/pieces/kiwen-suwi/bB.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions www/images/pieces/kiwen-suwi/bK.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions www/images/pieces/kiwen-suwi/bN.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions www/images/pieces/kiwen-suwi/bP.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions www/images/pieces/kiwen-suwi/bQ.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions www/images/pieces/kiwen-suwi/bR.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions www/images/pieces/kiwen-suwi/wB.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions www/images/pieces/kiwen-suwi/wK.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions www/images/pieces/kiwen-suwi/wN.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions www/images/pieces/kiwen-suwi/wP.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions www/images/pieces/kiwen-suwi/wQ.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading