Sure, I might have expressed myself clumsily and perhaps incorrectly.
Thanks for pointing this out.
Here’s another try: If you mix source code from SCID and Chessbase into one thing, and want to distribute that mixed thing, there are only two ways to do so. One is to go within what copyright laws ...
Search found 4 matches
- Sun Dec 15, 2013 11:57 am
- Forum: Engines, GUIs, Books and Platforms
- Topic: The Bauhaus chess font in SCID
- Replies: 13
- Views: 8859
- Fri Dec 13, 2013 9:18 am
- Forum: Engines, GUIs, Books and Platforms
- Topic: The Bauhaus chess font in SCID
- Replies: 13
- Views: 8859
Re: The Bauhaus chess font in SCID
Hagen, thanks for your kind words. It means a lot.
- Fri Dec 13, 2013 9:00 am
- Forum: Engines, GUIs, Books and Platforms
- Topic: The Bauhaus chess font in SCID
- Replies: 13
- Views: 8859
Re: The Bauhaus chess font in SCID
Sorry for reviving an old thread, but I didn’t know about this.
I designed this 2d-representation of Hartwig’s classic Bauhaus style chess set (without permission from Hartwig, because, well, he died) and submitted it to SCID.
I made it in the special format that SCID’s source code uses, which is ...
I designed this 2d-representation of Hartwig’s classic Bauhaus style chess set (without permission from Hartwig, because, well, he died) and submitted it to SCID.
I made it in the special format that SCID’s source code uses, which is ...
- Mon Aug 08, 2011 11:15 am
- Forum: Programming and Technical Discussions
- Topic: Chess960 move validation code?
- Replies: 9
- Views: 4563
Re: Chess960 move validation code?
!SquaresBetweenTheKingAndRookAreAttacked
This is incorrect.
It’s the squares between the king and the king’s target square that must be unattacked. Not all the squares between the king and the rook.
So check for these three things:
The king and rook involved can’t have moved.
There can’t be ...
This is incorrect.
It’s the squares between the king and the king’s target square that must be unattacked. Not all the squares between the king and the rook.
So check for these three things:
The king and rook involved can’t have moved.
There can’t be ...