issues
search
ctabin
/
jchess
Simple Java Chess API
GNU Lesser General Public License v2.1
11
stars
3
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix en passant rule
#53
tiboun
opened
1 month ago
0
Is is possible to check special moves?
#52
9acca9
opened
1 month ago
1
Update dependencies and plugins
#51
ctabin
closed
2 months ago
0
Adds Javadoc badge
#50
ctabin
closed
12 months ago
0
Fixes typos in README
#49
ctabin
closed
1 year ago
0
Update to commons-io 2.15.0
#48
ctabin
closed
1 year ago
0
Update of plugins
#47
ctabin
closed
1 year ago
0
Fixes travis CI on PRs
#46
ctabin
closed
1 year ago
0
Fixes sample code for ASCII rendering
#45
ctabin
closed
1 year ago
0
Fixes ASCII renderer example in quick run
#44
ctabin
closed
1 year ago
0
New version
#43
ctabin
closed
1 year ago
0
Adds support for orientation handling in ASCII rendering
#42
ctabin
closed
1 year ago
0
Removal of LGTM yaml configuration
#41
ctabin
closed
1 year ago
0
Adds captured pieces support
#40
ctabin
closed
1 year ago
0
Removal of LGTM badge
#39
ctabin
closed
1 year ago
0
Update of dependencies
#38
ctabin
closed
1 year ago
0
Tests for pgn games where no moves were played yet (edge cases)
#37
JoeyDP
closed
1 year ago
2
Parsing ongoing PGN game where no move was made yet throws `java.lang.IllegalArgumentException: Invalid moves: *`
#36
JoeyDP
closed
1 year ago
3
Pawn when black go first
#35
seekkii
closed
1 year ago
12
Add CodeQL workflow for GitHub code scanning
#34
lgtm-com[bot]
closed
1 year ago
0
Fixes duplicate CI in PRs
#33
ctabin
closed
2 years ago
0
Update to JUnit 5.9.1
#32
ctabin
closed
2 years ago
0
Captured Pieces Support
#31
corlaez
closed
1 year ago
0
FEN Support
#30
corlaez
opened
2 years ago
4
Replace tabs by spaces
#29
ctabin
closed
2 years ago
0
Adds a new back method with the number of moves to rollback
#28
ctabin
closed
2 years ago
0
API improvement by renaming doMove to play
#27
ctabin
closed
2 years ago
0
Improvement of the text rendering API
#26
ctabin
closed
2 years ago
0
Minor code cleanup in tests
#25
ctabin
closed
2 years ago
1
Update of plugins versions
#24
ctabin
closed
2 years ago
0
Add Unicode Renderer and test
#23
corlaez
closed
2 years ago
3
Ascii renderer test enhancement
#22
corlaez
closed
2 years ago
0
Update JUnit to 5.8.2
#21
ctabin
closed
2 years ago
0
Adds Donate section
#20
ctabin
closed
3 years ago
0
New release
#19
ctabin
closed
3 years ago
0
Minor documentation improvement
#18
ctabin
closed
3 years ago
0
Improvement of the ASCII rendering API
#17
ctabin
closed
3 years ago
0
API improvement to access a move without playing it
#16
ctabin
closed
3 years ago
0
Adds support to switch color on move
#15
ctabin
closed
3 years ago
0
Adds support for custom positions without kings, nor opposite color
#14
ctabin
closed
3 years ago
1
Improvement of JChessGame API to avoid direct usage of MoveParser
#13
ctabin
closed
3 years ago
0
Avoids unchecked warnings in RuleManager
#12
ctabin
closed
3 years ago
0
Fixes typos in documentation
#11
ctabin
closed
3 years ago
0
Improvement of the Coordinate API
#10
ctabin
closed
3 years ago
2
Adds support to write PGN
#9
ctabin
closed
3 years ago
0
Adds a method to indicate if a game is finished
#8
ctabin
closed
3 years ago
0
Enhancement of Move API to access the position
#7
ctabin
closed
3 years ago
0
Renaming of PGNParser to PGNReader
#6
ctabin
closed
3 years ago
0
Fixes PGN parsing without metadata
#5
ctabin
closed
3 years ago
0
Minor improvement of position renderer
#4
ctabin
closed
3 years ago
0
Next