Skip to content

Commit c93d78e

Browse files
committed
Merge branch 'main' into font-pieces-with-tabs
2 parents fc8a4f9 + cf81ef9 commit c93d78e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+2492
-40
lines changed

1piece.wav

40.5 KB
Binary file not shown.

2pieces.wav

54.2 KB
Binary file not shown.

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@ csv = "1.1.6"
1616
serde = "1.0.126"
1717
serde_derive = "1.0.126"
1818
serde_json = "1.0.64"
19-
lazy_static = "1.4.0"
19+
lazy_static = "1.4.0"
20+
soloud = "0.4.0"
21+
#Use this on windows instead:
22+
#soloud = { version = "0.4.0", default-features = false, features = ["winmm"] }
23+
#todo: Figure out how to do this condition properly.

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# offline-chess-puzzles
22
Tool to view and solve puzzles from the lichess puzzle database.
33

4-
<img src="https://github.com/brianch/offline-chess-puzzles/blob/main/demo.gif" width="200"/>
4+
<img src="https://github.com/brianch/offline-chess-puzzles/blob/main/demo.gif" width="350"/>
55

66
It's a very simple tool for those who want to practice offline, it has filters by puzzle rating and theme. It might also be helpful to teach the tactical motifs to students, since it's easy to select easy puzzles from a theme.
77

@@ -18,4 +18,7 @@ The analysis mode doesn't have a back button but you can just click on "Analysis
1818

1919
## License:
2020
- The code is distributed under the MIT License. See `LICENSE` for more information.<br/>
21-
- The images in the "cburnett" directory are from Colin M.L. Burnett and used under the CC-BY-SA 3.0 unported license (there's a link to the original files in the file license.txt in that directory).
21+
### Assets authors / licenses:
22+
- The piece set "cburnett" is a work of Colin M.L. Burnett and used under the CC-BY-SA 3.0 unported license (more info on the license.txt file in that directory).
23+
- The "california" piece set is a work of Jerry S. licensed under CC BY-NC-SA 4.0 (https://sites.google.com/view/jerrychess/home)
24+
- The piece sets "Cardinal", "Dubrovny", "Gioco", "Icpieces", "Maestro", "Staunty" and "Tatiana" are work of "sadsnake1", licensed under CC BY-NC-SA 4.0. And obtained from the lila (lichess) repository.

cburnett/bB.png

-3.1 KB
Binary file not shown.

cburnett/bK.png

-5.9 KB
Binary file not shown.

cburnett/bN.png

-6.05 KB
Binary file not shown.

cburnett/bP.png

-2.06 KB
Binary file not shown.

cburnett/bQ.png

-6.01 KB
Binary file not shown.

cburnett/bR.png

-1.48 KB
Binary file not shown.

0 commit comments

Comments
 (0)