Results 1 to 10 of 42

Thread: Eschecs - Pascal chess program

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Hey why not record entire game history and allow players to replay it entirely. This feature can be quite useful for people to analyze their mistakes. Also you could record your game play and allow others to watch it being played some other time.
    Implementing this is actually pretty trivial. All you need is to log is the name of the chess pice, origin and destination field which can all be stored in a single 5 character long string.
    So in your first picture the last black movement would be "PD7D5" where P stands for chest piece Peon D7 is place of origin and D5 is the place the pice has been moved to. So in end you simply end up with a simple text file storing all of the moves made in a game.

  2. #2
    Quote Originally Posted by SilverWarior View Post
    Hey why not record entire game history and allow players to replay it entirely. This feature can be quite useful for people to analyze their mistakes.
    Thank you for your suggestion. Here you are:

    Eschecs 3.0.4

    You navigate with the keyboard arrows:


    • Left: go back to previous position
    • Right: go to next position
    • Up: go to last position
    • Down: go back to first position


    Quote Originally Posted by SilverWarior View Post
    Also you could record your game play and allow others to watch it being played some other time.
    Why not in a future version. Currently the game is automatically and silently saved when you quit the program using the corresponding menu item (or using the Escape key).
    Last edited by Roland Chastain; 21-11-2017 at 06:59 PM.

  3. #3
    Hello! There is a new version of Eschecs.

    What is new? You drag and drop your pieces (instead of clicking on squares).

    Other difference, there is no longer a UCI engine automatically started. You have to select an engine in the "Moves" menu. It will be started and, if the connection succeeds, your will see the name of the engine in the window title.
    Last edited by Roland Chastain; 24-12-2022 at 05:03 AM. Reason: Deleted broken link

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •