Get chess moves from Stockfish and display them in Roblox.
While the server can be used for various purposes, the script is specifically designed for this game. No other game will be supported.
-
Download the Latest Release
- Download the latest release of the server from here.
-
Run the Application
- Launch the application and follow the instructions until it indicates that the server is running.
-
Execute the Script in Roblox
loadstring(game:HttpGet("https://github.com/keplerHaloxx/roblox-chess-script/releases/latest/download/main.lua"))()
- The server is currently tested only on Windows.
- If you encounter issues or would like to suggest a feature, please open an issue. I’ll try to address them as soon as possible.
- If you find this project useful, please consider starring the repository. ✨
- The communication with Stockfish's UCI protocol is based on the uci crate, with slight modifications to work with this program.
- bonezone2001's repo that this project was originally a "fork" of (currently deleted idk why i did that)
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.