Results 1 to 10 of 42

Thread: Eschecs - Pascal chess program

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    @Ñ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.

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

  3. #3

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

  5. #5

    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

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

  7. #7
    Quote Originally Posted by Ñuño Martínez View Post
    Tested. It works on Linux+Wine.
    Thank you for testing. Glad to know that it works on Wine.


    Quote Originally Posted by Ñuño Martínez View Post
    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...
    I am making something for you.

    Quote Originally Posted by Ñuño Martínez View Post
    Anyway, good work.
    Thank you.

    By the way, there would be three new messages to translate, if you would.

    Code:
        'Please wait...', // txWaiting
        'UCI protocol accepted.'#10#10'Engine name: %s'#10'Author: %s', // txUciOk
        'Cannot connect to the engine.', // txConnectionFailure

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
  •