Skip to main content

Version 5.3 Captures and more

Version 5.3 is mainly a bug fixing update, but it has some news :


  • Changes on captured material panel (proposed by Rui and Steph): 
Position now to the left of board
Show/hide with mouse

To show/hide via menú (+Options)
Enable/disable by default (Options-Configuration)


  • Maurizio Monge has published (Wikimedia Commons) two sets of pieces (LGPL license) that are included in the program.
Fantasy
Spatial



  • Possibility of log of all moves analyzed by tutor in CSV format(to work in a spreadsheet), enabled in Options-Configuration-Automatic save (Proposed by Ransith)



  • Training with option Game again an engine of your choice, posibility to change rival while playing. (Proposed by Steph)






Comments

  1. Hi Lucas,
    Thank you for the program.

    I am an absolute chess beginner, and I stumpled upon your program. It might not be the right one for new-comers. If so, my points might not be valid.

    But
    1) I believe there's some mistakes in the 'mate in 1' training.
    In block 2 problem 8 - Why can't I move the queen to d4?
    In block 2 problem 10 - Who is covering e5??? I don't think this problem is solvable

    2) It would be very nice if I was told why a given move is wrong insted af just saying it is wrong. E.g. "no cover on b6" or "Your chess can be blocked" etc.

    ReplyDelete
  2. Thanks for your comment.

    1) 8/2 : if you move Q -> d4, then K -> c6 and not is mate in 1.
    10/2 : the same knight that you move

    2) The only answer that is easy is to show rival moves and not is mate in 1,but I think it's preferable to find out the player himself.
    Your options are more valuables, but much more difficult to program.

    I believe, and this is one opinion, that this program can be useful to new comers.

    Cheers
    Lucas

    ReplyDelete

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...