Skip to content
This repository has been archived by the owner on Apr 10, 2022. It is now read-only.

lukasmonk/lucaschessR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lucas Chess (R)

Lucas Chess (R) is a GUI of chess:

  1. To train in many different ways.
  2. To play chess against any UCI engine.
  3. To compete against engines to obtain an elo.
  4. It has utilities to edit games, create polyglot books, tournaments between engines ...

This is an update of Lucas Chess with a new version of python (2.7 -> 3.7) and the main graphic library, from pyqt4 to pyside2 (qt4 -> qt5).

Incompatibilities

  • Does not support Windows XP.
  • Data files are not compatible with previous versions of Lucas Chess.

Dependencies

  • Python 3.7
  • PySide2
  • PyAudio
  • psutil
  • Python for windows extensions
  • chardet
  • python-chess
  • pyllow
  • photohash
  • cython
  • sortedcontainers

Links

Legal Details

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

See the file "LICENSE" for details.