Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vjeux/chess-training


https://github.com/vjeux/chess-training

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Chess Training

For getting the colored arrows for move order (green, blue, orange):

Chrome Extension: https://chromewebstore.google.com/detail/custom-css-by-denis/cemphncflepgmgfhcdegkbkekifodacd?hl=en

```css
.arrow:nth-child(1) {
fill: green !important;
}
.arrow:nth-child(2) {
fill: #2a62e1 !important;
}
```

July 5

image

image

image

image