Skip to main content

Version 6.0 beta 3


Version 6.0 beta 3 : LucasChessPortable60beta3.exe


News :

  • Support to DGT boards (proposed and tested by Trebejo), if you have a DGT board :

First : Options-Configuration


When playing, +Options Enable, and this is remembered in the following games
  • In "Create your own game" : adding a "Save as" option. When you restore/save a game, is enabled this option, to diferentiate from option Save that refer to file restore or saved previously.

  • In "Game against an engine of your choice" :
    • Time : 
      • New option to set extra minutes for the player. 
      • If player loses on time, ask whether to add more. (Proposed by Trebejo).
    • Custom personalities :
      • Added two options for control of blunders, when mate, or loss of points is considerable. (proposed by Trebejo)
      • Can be configured the maximum points gives the engine to equalize position (50=default).
    • New common personalities

  • In "Create your own game" and "Game against an engine of your choice", to set initial position now is available drag and drop pieces.


  • It can be changed the color coordinates of the board (proposed by Mohammed A.)


Comments

  1. A small suggestion.
    Although the DGT interface functioned smoothly, I was feeling the absence of move-announcements a la Fritz.
    The moves of Lucas' Tarrasch Toy engine ( by the author of Tarrasch GUI) had to be seen on monitor so I think there needs to be a voice announcement when the program makes its moves. That would remove the need to constantly look at the comp to see the moves. If it is somewhere hidden please let me know




    http://www.chessindia.net/community/f17/lucas-chess-16/#post4684

    ReplyDelete
  2. Hi Lucas, great stuff :) I think what you will need, in time, is somebody who has very good english, to make a big tutorial about each option in LucasChess - your program is packed with useful settings, but some of them are not clear. Also the personalities system is great, but it is hard to see what values to use for each option - i mean, there is nothing you can do, people would need to test it a lot and give feedback :)

    ReplyDelete
  3. Thanks Laser, you are right. This problem is partly solved with FAQs of bolokay. Personalities is a very new option and I have not found time to prepare the base on which to work bolokay that previously ask me for.
    To a general help, for me is a bore, I have thought much about it, perhaps I´ll try to create in spanish and with help translate to english.

    ReplyDelete
  4. I'm having an issue with Lucas where if a piece is captured, or if an incorrect move is made for the AI (such as sliding a pawn forward 2 spaces but it registers a move on the 1st space in front of it), Lucas Chess hangs and no longer registers moves made on the DGT board. Is there a fix for this? For reference, I'm using a serial port board and a usb adapter, if that makes a difference.

    ReplyDelete
    Replies
    1. Perhaps file bug.log can say me which is the problem.
      Of course, using version 10 or 11 if possible.

      Delete

Post a Comment

Popular posts from this blog

R 1.06 Maia

 This update contains a major improvement with the inclusion of Maia. Maia is a neural network chess engine, created with the purpose of making her movements as human as possible. The Maia creation team has prepared 9 versions, from 1100 to 1900 of elo, and thus they have been included in Lucas Chess. You have all the information about Maia at: https://maiachess.com/

LINUX - First binary version

The first official binary version of Lucas Chess on Linux has just been released. It has only been made possible by the great work done by Laudecir Daniel , choosing and compiling the 67 engines, as well as laying the groundwork so that the binaries can be more widely used and others such as shortcut creation, installation scripts, ...... In addition,  Graham O'Neill  has provided Linux-specific drivers for several digital boards. This version has two limitations : 64-bit Linux OS only. Minimum GNU libc version: 2.26 (ldd --version shows it) Installation has been made as simple as possible: The installer is a .sh file, generated with the  makeself  tool, and can be downloaded from: SourceForge , GitHub The file must be run from a terminal with user permissions only: sh ./LucasChessR123_LINUX.sh Launches a GUI with very basic options: Install: Installs in LucasChessR folder inside the home user folder. Generates a shortcut in Applications > Games Launch the ap...

Future version 10 step 05: Scanner of positions

Some days ago Juan Carlos Antón, head of UNED chess school , does give me permission to include tactical positions from the PDFs on the downloads of UNED web, which I consider very educational. The problem is there is no possibility of obtaining  original fens. The solution to ease my work, has been to create something like an OCR of image positions, which at this specific case is working very well. Only three concepts are handled : mark, deduce, and learn. First, mark the board, the next step is to deduce, if there are errors the user corrects them manually and asked the program to learn from them. At the beginning there are quite a few errors, but less and less. To mark the Board a transparent window is launched that occupies the desk and lets see the PDF and select a position. It is selected with the mouse by dragging a corner to the other, and it is fitted with the arrow keys. At the end the Enter key is pressed to accept the selected and continue in the program wi...