Skip to main content

Versión 5.1 with kibitzers

I have found some more bugs in version 5.0, and I have decided to launch a new version.
This new version includes the possibility of launching advisers to analyze the positions on the board, for its development, I have based on thorough explanations of Daniel Trebejo.

Access to this new function is done through the +Options menu.


Initial menu
First, you must create a new one and configure it.


There are three types, 
  • First : make the analysis of the response to the current position.
  • Second : seeks out threats (I do not understand their use), calculate what the rival would do if he could move again.
  • Third : shows possible moves and with the possiblity to analyze any of them.




You can :
  • create all kibitzers that you want.
  • launch all kibitzers that you want, limit is your pc resources.
  • move and resize the kibitzer-window, it is remembered in the next launch.




Other options, are : 
  • Terminate.
  • Pause-Continue : if you have 3 kibitzers and your pc processor smell something burning, you can pause any of them.
  • Copy to clipboard last analysis to add to variants.
  • In third type (possible moves), double click over a move to analyze response to this move.

Double click over Qxh2+ and analysis begin.




Comments

  1. Sorry, don't know where to put this query but this page seems to be perfect for it. How can I increase the size of chess board in kibitzer window?

    ReplyDelete
    Replies
    1. Hi,
      In the same way that all other boards, right button over a corner of the board, then appears a popup menu,....
      Cheers
      Lucas

      Delete
    2. Hello,
      Ya, actually while handling your program I came to know about it. Anyways thanks for your prompt reply. I am really enjoying your program. Its too good to satisfy my "chess learning needs." Please let me know a proper place to put my comments on this site or any other site.

      Delete
    3. Last entry of this blog is a good site. (now http://lucaschess.blogspot.com.es/2013/09/version-8-step-8-bugs-fixed.html).
      Also directly to my email.
      Cheers
      Lucas

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

Installing Lucas Chess on Linux from the latest sources in two easy steps

First step Check that git is installed.  git --version If it is not, then: sudo apt-get install git  (for Debian/Ubuntu based systems) sudo yum install git (for RedHat/CentOS/Fedora based systems) Second step Download the script: https://github.com/lukasmonk/lucaschessR2/releases/download/R2.12c/LinuxInstaller.sh And launch it from a terminal. The whole installation is created in the ~/lucaschess folder, and there the program launcher and an update script are created: cd ~/lucaschess ./LucasR.sh ./update_lucaschess