Apply programming concepts and develop applications and 2D games. PWCT2 is a visual programming language designed for enjoying visual programming and interactive visualization. It is written in the Ring programming language and supports importing and exporting Ring code.
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!