Chess Hero

A free chess training program

Latest version: 2.3.1


Home

How does it work?

  1. You supply a set of PGN files
  2. The program picks random positions from the PGN files and challenges you to guess the best move computed by a chess engine
  3. On every attempt you are given a penalty (the difference in score between your move and the engine best)

The program can be configured to work with multiple chess engines, and supports both the XBoard and UCI engine protocols.

 

Chess Hero main window

Click to enlarge

 

Above is a picture of the program main window. At the bottom right you can see my three attempts at the best move:

  • My first move was Qe4+, resulting in a penalty of 1.25 pawns. You can configure the program to accept moves below an arbitrary penalty threshold (by default it is set to 0.25 pawns). Qe4+ was also the move played in the game.
  • Next I played Qe7, but that was another 1.09 penalty.
  • At last, I got it right with Bxb4.

You can greatly customize the program by simply feeding it different kinds of PGN files, such as:

  • Master games that match the openings you play
  • Your own games
  • Tactical positions from well-known collections
  • Games of your chess hero

 

Download

Chess Hero is Freeware. You can download it from here:

 

Chess Hero 2.3.1

Windows 2000/XP/Vista/7

Size: 8.5 MB

Download Chess Hero

 

 

 

History

  • Version 2.3.1 (Oct 9, 2010)
    • fixed a critical bug that might crash the program on start

  • Version 2.3 (Sep 26, 2010)
    • new Statistics window
    • added Dutch translation

  • Version 2.2 (Jul 18, 2010)
    • new PGN setting: max time to find best move
    • new PGN setting: filter moves by half-move ordinal
    • new "Paste Position" command
    • new UCI engine configurator
    • improved PGN parser
    • added new graphics
    • added new customization options

  • Version 2.1 (Mar 27, 2010)
    • new archive window to review and replay past positions
    • new move modes: drag-and-drop, click-and-drop
    • added some more options and settings

  • Version 2.0.1 (Sep 13, 2009 - evening)
    • fixed a bug that caused the program to start multiple instances of the engine when minimizing/restoring the main window.

  • Version 2.0 (Sep 13, 2009)
    • rewritten from scratch
    • better-looking graphics
    • animated pieces movement
    • resizable board
    • new game window to display picked PGN. Useful with annotated tactical positions
    • new Play button to play a few moves against the engine
    • copy and save variations in PGN format for later review
    • penalties are now stored per-profile
    • switched to TogaII as the default chess engine

    Note to previous users: Chess Hero 1.x settings will NOT be imported by the new version, so you'll have to reconfigure the program. The old settings are stored in

    %APPDATA%\ChessHero

    while the new settings will be stored in

    %APPDATA%\Innokuo\ChessHero
  • Version 1.1 (May 29, 2009)
    • included Glaurung as the default chess engine.
    • new "Reset Penalties" command
    • side-to-move can now be a player name
    • support for non-ascii file paths
    • minor graphic tweaks

  • Version 1.0 (Jan 18, 2009)
    • First public version