Skip to content

dmac100/chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess

A chess ui for analysing positions and games.

Screenshot

Features

  • PGN import/export with support for variatios and comments.
  • FEN saving and loading.
  • View opening databases with win/draw/loss percentages for each position.
  • See top-10 engine evalutations for each position with color-coded overlay.
  • Arrow overlay for moves played in each position.
  • Position editor.
  • Play against engine.
  • Navigate through and edit multiple variations.

Installation

  • Replace lib/swt.jar with your platform specific library from: from http://www.eclipse.org/swt/.

  • Set TOGA path in src/controller/MainController.java for engine support.

  • Build with ant:

      ant jar
    

Usage

java -jar chess.jar [--fen initialPosition] [--pgn pgnFile] [--help]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages