I Made a Chess Library in Java
jaeheonshim.com
I Made a Chess Library in Java
1–10 of 31 posts
Re: I Made a Chess Library in Java
#2Re: I Made a Chess Library in Java
#3Awesome, I would encourage turn this into a actual chess game using JavaFX.
Re: I Made a Chess Library in Java
#4Re: I Made a Chess Library in Java
#5Re: I Made a Chess Library in Java
#6Re: I Made a Chess Library in Java
#7[1] https://www.chessprogramming.org/0x88 [2] https://www.chessprogramming.org/Bitboards
Re: I Made a Chess Library in Java
#8Nice, great to see more open source efforts on Chess. GitHub is down and I can’t quite tell what is the need you are trying to address with this library.
Re: I Made a Chess Library in Java
#9You need to switch your data representation to 0x88 [1] or bitbords [2] to get anything performant. You won't get anywhere with a class hierarchy [1] https://www.chessprogramming.org/0x88 [2] https://www.chessprogramming.org/Bitboards
Re: I Made a Chess Library in Java
#10You need to switch your data representation to 0x88 [1] or bitbords [2] to get anything performant. You won't get anywhere with a class hierarchy [1] https://www.chessprogramming.org/0x88 [2] https://www.chessprogramming.org/Bitboards