Results 1 to 10 of 42

Thread: Eschecs - Pascal chess program

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Quote Originally Posted by Ñuño Martínez View Post
    Maybe I can contribute with a translation to Spanish. Give me some time.

    [Edit] Done. I thought it would be harder.
    Great! Thank you very much. I go at once to build the Spanish version.

    Quote Originally Posted by Ñuño Martínez View Post
    [edit 2]
    Ok, tested.

    First: It works with Wine.
    Thank you for testing.

    Quote Originally Posted by Ñuño Martínez View Post
    Second: No levels. And since I didn't play chess for ages it wiped the board in few minutes.
    OK, I will add it in the next version. The chess engine with its current settings isn't very strong, but he can easily surprise an occasional chess player (as you or me). I have to experiment how the engine behaves if I change the depth of the recursive evaluation.

    Thank you again!
    Last edited by Roland Chastain; 18-11-2016 at 07:00 PM. Reason: correction

  2. #2
    Done.

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

  3. #3
    Glad to help.
    No signature provided yet.

  4. #4
    @Ñ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.

  5. #5
    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.

  6. #6

  7. #7
    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

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
  •