Get chess moves from Stockfish and display them in Roblox
While the server can be used for any application. The Roblox script is specifically made for this game. No other Chess roblox game will be supported.
- Download Stockfish ('Faster' version is recommended).
- Download latest release from here.
- Run app and follow instructions until it says the server is running.
- Execute this script:
loadstring(game:HttpGet("https://github.com/keplerHaloxx/roblox-chess-script/releases/latest/download/main.lua"))()
The crate to communicate with Stockfish's uci was copied from the uci crate and slightly modified to be able to work with the program.
This app is intended for educational purposes only. By using it, you agree to take full responsibility for any actions or decisions made based on the app’s content. The developers assume no liability for any outcomes resulting from its use.