Skip to content

Get chess moves from Stockfish and display them in Roblox

License

Notifications You must be signed in to change notification settings

keplerHaloxx/roblox-chess-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

roblox-chess-script

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.

How to Run

  • 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"))()

Credits

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.

Disclaimer

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.