Skip to content

Commit c235a9d

Browse files
remove coordinate trainer
1 parent 2166c0f commit c235a9d

File tree

17 files changed

+115
-773
lines changed

17 files changed

+115
-773
lines changed

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/profiles_settings.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/pythonChessAnalyzer.iml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 45 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# pythonChessAnalyzer
22

33
Analyses games and positions. Possible to have a Game Report similar to the one from chess.com, including graphs.
4-
Also has a Coordinate trainer(author: [Stephen Ryan](https://github.com/stephen70))
54

65
## Installation
76

@@ -22,7 +21,6 @@ ca = chessAnalyzer.main.AnnotatePosition(0.5, os.getcwd(), <engine file path(str
2221

2322
ca.graph(pgn_loc, end_loc) # creates a graph
2423
annotated_pgn = ca.annotate_game(pgn_loc) # annotates game
25-
ca.train_coordinates() # trains coordinates
2624
white_lost_positions: list, black_lost_positions: list, annotated game: list = ca.game_report(pgn_loc, annotate=True) # gets you a game report(saves graph elsewhere)
2725
# and more!
2826
```

chessAnalyzer/Chess-Coordinate-Trainer-master/Data/data.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)