Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Playing Chess with RoboDK assisted by Stockfish and Python Chess

#1
I have been able to integrate Stockfish and Python Chess into the RoboDK Chess Playing Demo. Kindly review and provide feedback.
Playing Chess with Stockfish and Python Chess in RoboDK.png   


Attached Files
.rdk   invisiblechess.rdk (Size: 2.83 MB / Downloads: 247)
#2
Nice project, thank you for sharing! I recommend you to add these lines before importing libraries that are not standard:
Code:
robolink.import_install("chess")
robolink.import_install("stockfish")
Also, the path to stockfish should be updated accordingly.

Did you place this project in a GitHub repository?
#3
Thanks Albert. Very much appreciate it.
Yes, posted in github.
https://github.com/dchristadoss/DChristadoss.git
#4
Great! We'll review and suggest some more edits.
  




Users browsing this thread:
1 Guest(s)