Chess programming C++

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

User avatar
pocopito
Posts: 238
Joined: Tue Jul 12, 2011 1:31 pm

Re: Chess programming C++

Post by pocopito »

H. H. Muller, where can be found KinSlayer's code? Doesn't seem to be here
http://home.hccnet.nl/h.g.muller/chess.html

Secondchess is a very simple chess engine, based on Firstchess, and its goal is to help to understand how a chess engine works. It's written in C though.

https://github.com/emdio/secondchess
Two first meanings of the dutch word "leren":
1. leren [vc] (learn, larn, acquire) acquire or gain knowledge or skills.
2. leren [v] (teach, learn, instruct) impart skills or knowledge to.
User avatar
hgm
Posts: 27787
Joined: Fri Mar 10, 2006 10:06 am
Location: Amsterdam
Full name: H G Muller

Re: Chess programming C++

Post by hgm »

The KingSlayer source is in my on-line repository at http://hgm.nubati.net/cgi-bin/gitweb.cgi , under the project name 'simple'.
User avatar
Roland Chastain
Posts: 640
Joined: Sat Jun 08, 2013 10:07 am
Location: France
Full name: Roland Chastain

Re: Chess programming C++

Post by Roland Chastain »

@H.G.Muller

You will find me stupid, but how do I download something from your repository?
Qui trop embrasse mal étreint.
User avatar
velmarin
Posts: 1600
Joined: Mon Feb 21, 2011 9:48 am

Re: Chess programming C++

Post by velmarin »

Roland Chastain wrote: Fri Mar 08, 2019 1:08 pm @H.G.Muller

but how do I download something from your repository?
Go to tree, and snapshot download project
example:
projects / bonanza.git / tree / snapshot
User avatar
hgm
Posts: 27787
Joined: Fri Mar 10, 2006 10:06 am
Location: Amsterdam
Full name: H G Muller

Re: Chess programming C++

Post by hgm »

Roland Chastain wrote: Fri Mar 08, 2019 1:08 pm @H.G.Muller

You will find me stupid, but how do I download something from your repository?
The repository contains the entire deveopment history of the project, as a sequence of 'commits'. It can even contain multiple 'branches' of development. The uppermost line is the most recent commit; just click 'snapshot' behind it to download an archive with all the files of the latest version. You can click 'tree' to browse through the files on-line. The 'commit' link gives you more info on the commit; 'commitdif' shows the differences with the previous version.
User avatar
Roland Chastain
Posts: 640
Joined: Sat Jun 08, 2013 10:07 am
Location: France
Full name: Roland Chastain

Re: Chess programming C++

Post by Roland Chastain »

@velmarin, H.G.Muller

OK, thank you.
Qui trop embrasse mal étreint.