Page 1 of 1

ComradesGUI Proto Type V3

Posted: Sun Dec 24, 2017 8:48 pm
by Gusev
ComradesGUI Proto Type V3 was developed starting with the Decembrist code for ComradesGUI Proto Type V2 as a team project by Purdue Polytechnic Columbus students Isaiah Bowman, Richard Perry, Nathan Lewis and Gary Drake in my CNIT 325 class this Fall. I made their work available at http://www.firenzina.org/ComradesGUIProtoTypeV3.zip.

As some of you may recall, Proto Type V2 is merely an infinite analysis tool.

The new features implemented by my students are as follows.

1. Two timers and the Play button are added to the GUI. A game may begin from any opening position. (The user has to make the initial moves on the board prior to clicking Play. The only timer option is sudden death - no delay or increment yet!)
2. Three new play modes have been implemented: Human vs. Engine1, Engine1 vs. Engine1, Engine 1 vs. Engine2.
3. Saving PGN in a file is implemented. (Known bug: In the Engine 1 vs. Engine 2 mode, the game is mistakenly recorded as Engine 1 vs. Engine 1.)
4. Game end detection by checkmate, stalemate, three-fold repetition, and the 50-move rule is implemented. (Not implemented yet: Detection of game end by insufficient material.)

I made and included a ComradesGUIProtoTypeV3.jar file that can be launched. Also included are the pre-configured executables of Firenzina_2.4.3_x64_Tr.exe and stockfish_17091710_x64_bmi2.exe.

As before, the ComradesGUI code is public domain. Have fun and Merry Christmas, folks!

Re: ComradesGUI Proto Type V3

Posted: Sun Dec 24, 2017 9:31 pm
by Damir
Sorry, but I don't see any GUI whatsoever. :( :(

Re: ComradesGUI Proto Type V3

Posted: Mon Dec 25, 2017 9:56 pm
by Gusev
It opens for me when I double-click on the ComradesGUIProtoTypeV3.jar file. Make sure you do that after the archive is unzipped.
Damir wrote:Sorry, but I don't see any GUI whatsoever. :( :(

Re: ComradesGUI Proto Type V3

Posted: Mon Dec 25, 2017 10:56 pm
by Ras
Gusev wrote:It opens for me when I double-click on the ComradesGUIProtoTypeV3.jar file.
Which means that Damir also needs to have the Java Runtime installed and registered with .jar files.

Re: ComradesGUI Proto Type V3

Posted: Tue Dec 26, 2017 8:18 am
by Gusev
ComradesGUI is written by the Decembrists in Java and modified by my students in the class that teaches Java.
Ras wrote:
Gusev wrote:It opens for me when I double-click on the ComradesGUIProtoTypeV3.jar file.
Which means that Damir also needs to have the Java Runtime installed and registered with .jar files.