How to run stockfish chess engine on raspberry pi??? #118976
-
Select Topic AreaQuestion BodyI'm currently using raspberry pi 4. I'm looking for a way to run stockfish 16 chess engine. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
you should not have pi lite OS since it's command line based, use graphic OS and open termial, run |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for posting in the GitHub Community, @Tavs44 ! We're happy you're here. You are more likely to get a useful response if you are posting your question in the applicable category, the Discussions category is solely related to conversations around the GitHub product Discussions. This question should be in the Programming Help or General category. I've gone ahead and moved it for you. Good luck! |
Beta Was this translation helpful? Give feedback.
you should not have pi lite OS since it's command line based, use graphic OS and open termial, run
sudo apt updatethensudo apt install stockfishshould give u the game i think.