Results 1 to 10 of 42

Thread: Eschecs - Pascal chess program

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Glad to help.
    No signature provided yet.

  2. #2
    @Ñuño

    In the next version of the game, one can set the opponent strength. So there will be three new items in the menu. Please could you tell me if my Spanish translation is correct?

    Code:
        'Más débil adversario', // txWeakerOpponent
        'Normal adversario', // txNormalOpponent
        'Más fuerte adversario', // txStrongerOpponent
    Last edited by Roland Chastain; 20-11-2016 at 09:39 PM.

  3. #3
    Nope, sorry. Use this instead:
    Code:
        'Adversario de nivel bajo', // txWeakerOpponent
        'Adversario de nivel medio', // txNormalOpponent
        'Adversario de nivel alto', // txStrongerOpponent
    AFAIK the Spanish chess lingo uses "nivel" (level) instead of "fuerza" (strength).

    Also, as you see, the order of words is slightly different. Actually "El más débil adversario" may be correct in some contexts. But "El normal adversario" isn't correct in any context though.
    No signature provided yet.

  4. #4

  5. #5
    Hello! Here is Eschecs 2.4.2. Now one can set the strength of the artificial opponent, by selecting one of three options. There is also a new language (Dutch).
    Last edited by Roland Chastain; 24-12-2022 at 05:01 AM. Reason: Deleted broken links

  6. #6

    Eschecs 3.0.0

    Hello! Here is a new version of Eschecs. Now the application uses the UCI protocol to communicate with an external chess engine (Fruit by F. Letouzey).

    Comments welcome.
    Attached Images Attached Images
    Last edited by Roland Chastain; 24-12-2022 at 05:02 AM. Reason: Deleted broken link

  7. #7
    Tested. It works on Linux+Wine.

    It killed my queen but I don't know when. May be an option to repeat the last movement or marking the last computer movement...

    Anyway, good work.
    No signature provided yet.

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
  •