Closed hardrogen closed 9 years ago
Is it so necessary? I use strong garbochess engine with JavaScript workers and all code is oriented on it.
What's your target: change it on the fly or debug while development.
No it actually isn't super necessary. Is there anyway to make it do the moves for you however? I have trouble moving it myself in short bullet matches On Oct 15, 2015 2:33 PM, "Mike" notifications@github.com wrote:
Is it so necessary? I use strong garbochess engine with JavaScript workers and all code is oriented on it.
What's your target: change it on the fly or debug while development.
— Reply to this email directly or view it on GitHub https://github.com/recoders/chessbot/issues/5#issuecomment-148526982.
Possibly not. I have a lot of researching on chess.com and can't found any way to move it with JavaScript.
But there is second way: interrupting POST request to chess.com. But I'm too lazy to do it now =) I found some technical info and can share it with smb who can implement it.
Chess engine is main part of project and it couldn't be changed. Auto-moving has standalone task duplicated in #3.
garbochess 64 bit version is 2570 elo, more then enough, u can't dominate or u will be banned for sure. Using a stockfish engine or something similar is the perfect solution to get banned in few games:) Please DON'T replace garbochess with stockfish, please! Also automoving is bad if u don't randomize the timestamp, always moving after 1 sec regardless of the position is another way to get banned, not to mention that chess.com check where u take the piece, a bot will drag and drop the piece using always the center of the piece, this is another trick that chess,com uses to spot bots .
About trouble to play 1 min game with this chess extension, with some opening knowledge for me it's still possible to play 1 min games, my bullet rating at chess.com is close 2700, u need practice at 1 min but it is doable.
@enkynakamura This issue is closed already.
Hello, Would it be possible to add a feature to change the chess engine used with the program. I have komodo 9.2 and would like to use it. thanks