The ChessEndGame application

Programming Without Coding Technology 2.0

Apply programming concepts and develop applications and 2D games using the Ring programming language. PWCT2 is a programming tool to enjoy visual programming & interactive visualization. A replacement for the Ring Code Editor.

Hello In this little update we added the ChessEndGame application. To open the visual source, open PWCT2 then click (Project Files) then select (ChessEndGame) folder then click (frmController.pwct) file. To run the program (After opening the visual source file) press CTRL+F5 This application loads a dataset contains 28,000 records about King, and Rook position and the predicted game result (draw - win in specific number of moves) The application support prediction which done using Microsoft Azure Machine Learning service - The app connects to this service, send the record data then get the predicted game result as JSON. The application contains statistics window which show a Chart/Graph using Qt - QML All of the application forms are designed using the Form Designer, while the logic is done using the Goal Designer. This application is distributed with the Ring programming language, we ported it to PWCT2 without any changes. Thanks!