Search found 6 matches

by karayaman
Fri Oct 29, 2021 2:47 pm
Forum: Main Lobby / General Discussions
Topic: Play online chess with real chess board
Replies: 11
Views: 1581

Re: Play online chess with real chess board

Once you've done that, you can stumble upon the next problem. The program now says that e1g1 must always follow h1f1. But if White does not castle in a game and at some point, for example, a rook is on e1 and this moves to g1, your program demands that h1f1 must now follow. :-) Does the software ma...
by karayaman
Wed Oct 27, 2021 4:47 pm
Forum: Main Lobby / General Discussions
Topic: Play online chess with real chess board
Replies: 11
Views: 1581

Re: Play online chess with real chess board

Hello again, the software has improved a lot since I posted this topic back in March with features such as GUI, speaking chess moves in multiple languages and Lichess Board API support. Below are the most recent links about the software. Github Page: github.com/karayaman/Play-online-chess-with-real-...
by karayaman
Fri Mar 26, 2021 3:02 pm
Forum: Main Lobby / General Discussions
Topic: Play online chess with real chess board
Replies: 11
Views: 1581

Hi karayaman, I got an error message when starting a game - I couldn't understand the first part at 12 sec (??? - please redo your move): https://michael-lang-schach.de/files/Chess.m4a Board calibration was ok: https://michael-lang-schach.de/files/chessboarddetected.jpg a8 is black, not white - is ...
by karayaman
Thu Mar 25, 2021 1:49 pm
Forum: Main Lobby / General Discussions
Topic: Play online chess with real chess board
Replies: 11
Views: 1581

Hi karayaman, I have a few questions: Can I use Lichess with your program? If I use the two exe-files (and not the py-files), where do I have to store the new white.JPG and black.JPG files? Thanks and regards Michael Hi Michael, Yes, you can use Lichess with my program. If you use two exe-files you...
by karayaman
Mon Mar 22, 2021 11:15 am
Forum: Main Lobby / General Discussions
Topic: Play online chess with real chess board
Replies: 11
Views: 1581

Play online chess with real chess board

Program that enables you to play online chess using real chess board. Using computer vision it will detect the moves you make on chess board. After that, if it's your turn to move in the online game, it will make the necessary clicks to make the move. Program page: https://github.com/karayaman/Play-...
by karayaman
Mon Mar 22, 2021 11:13 am
Forum: Programming Discussions
Topic: Why current programs are migrating to java?
Replies: 8
Views: 12334

Re: Why current programs are migrating to java?

hammerklavier wrote:Why current programs are migrating to java?
Komodo stockfish crafty ....etc

java c # are slower than c /c++. Why this change? portability?


Explain to me please...
Actually, java program can be as fast as c/c++ thanks to JVM warmup.