Page 3 of 3 FirstFirst 123
Results 21 to 28 of 28

Thread: Uber Chess

  1. #21
    Legendary Member NecroDOME's Avatar
    Join Date
    Mar 2004
    Location
    The Netherlands, Eindhoven
    Posts
    1,059

    Uber Chess

    a 'Necro3D Page' we already have, it only has lack of updates/information etc.

    But I will update it soon.

    Some information:
    Lines: Lots!!
    Dev time: 1.5 years
    Architecture: Your App --> My Engine --> DirectX (will update this to a more visual picture when I have the time...)
    Plans: Creating a good Game Engine so every one can create nice 3D games with an easy to use editor (lots of engine DO NOT HAVE THAT!!)

    EDIT
    I still need to update the DLL listed in the my website, it's currenly Alpha 3, soon it will be alpha 4 (includes GUI etc.)
    NecroSOFT - End of line -

  2. #22
    Legendary Member NecroDOME's Avatar
    Join Date
    Mar 2004
    Location
    The Netherlands, Eindhoven
    Posts
    1,059

    Uber Chess

    FIXED: Castling!!!

    You may download new version from my website!
    NecroSOFT - End of line -

  3. #23

    Uber Chess

    The castling works But I've found two more things:
    1. When playing white computer does not make first move. I have to move for him and after that everything is allright.
    2. When white castles announcer says "black castling" and vice versa. After quick look at the source i think it can be fixed by changing the if statement in TMainForm.CastleMove from
    Code:
    if ChessBoard.WhiteToMove=False then
    to
    Code:
    if ChessBoard.WhiteToMove=true then

  4. #24
    Legendary Member NecroDOME's Avatar
    Join Date
    Mar 2004
    Location
    The Netherlands, Eindhoven
    Posts
    1,059

    Uber Chess

    yeps, it's easy to fix.

    And indeed, computer does not make the first move It's more like hes asleep or something

    But it works when you set the first move
    NecroSOFT - End of line -

  5. #25
    Legendary Member NecroDOME's Avatar
    Join Date
    Mar 2004
    Location
    The Netherlands, Eindhoven
    Posts
    1,059

    Uber Chess

    Just a notification: Uber Chess is downloaded 985 time!! (within a few days!)
    I must have done something right

    ( or somebody clicked the download button a few times )
    NecroSOFT - End of line -

  6. #26

    Uber Chess

    Quote Originally Posted by NecroDOME
    Just a notification: Uber Chess is downloaded 985 time!! (within a few days!)
    I must have done something right
    Maybe it is a good chess game? Nay, too obvious

  7. #27

    Uber Chess

    Is there a possibility to play over internet?
    Current projects with Delphi & Lazarus: Dage - Dog Adventure Game Engine.

  8. #28
    Legendary Member NecroDOME's Avatar
    Join Date
    Mar 2004
    Location
    The Netherlands, Eindhoven
    Posts
    1,059

    Uber Chess

    No multi player, onl comp vs. comp, player vs player or comp vs player...
    However you can try to make a networked game as I released the source.
    NecroSOFT - End of line -

Page 3 of 3 FirstFirst 123

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
  •