Chess Programming/Concepts for Beginners.
- noctiferus
- Posts: 122
- Joined: Thu Jun 10, 2010 7:57 am
- Location: Ivrea (To), Italy
Re: Chess Programming/Concepts for Beginners.
I believe there are much more people looking to your website: I'm another one.
Thx for the great job.
Thx for the great job.
Re: Chess Programming/Concepts for Beginners.
anyone else having trouble accessing http://www.sluijten.com/winglet/
such a great site, hope it only down for maintenance
such a great site, hope it only down for maintenance
Re: Chess Programming/Concepts for Beginners.
I contacted Stef Luijten about it on the 6th, and he responded promptly with:
"Yes, the site is down as I do not have time to maintain it. If there is a volunteer to take over and publish the site elsewhere - I can forward."
I don't have any experience in web hosting or maintenance, else I'd do this in a snap. Winglet was by far the best resource for people just beginning their chess programming journey, and I'd hate to see it fall off the map!
-Tony
"Yes, the site is down as I do not have time to maintain it. If there is a volunteer to take over and publish the site elsewhere - I can forward."
I don't have any experience in web hosting or maintenance, else I'd do this in a snap. Winglet was by far the best resource for people just beginning their chess programming journey, and I'd hate to see it fall off the map!
-Tony
Re: Chess Programming/Concepts for Beginners.
Google's webcache is still up. Seems like the content is just a bunch of static pages. If no one is willing to host a mirror, it shouldn't be that difficult to convert to PDF or move somewhere free, e.g. setup a blog at wordpress.com and post source code at GitHub.
Re: Chess Programming/Concepts for Beginners.
What happened to your site, I get a 404 message now.
Re: Chess Programming/Concepts for Beginners.
And Google's cache is gone... but it still can be accessed through Internet Archive.
Re: Chess Programming/Concepts for Beginners.
Hi all,sluijten wrote:winglet has a board, can display it on the console window, you can set up a position manually,
or read a FEN string from a file.
Some real chess stuff is about to start: move generation.
Stef Luijten
So I've just discovered Winglet and it's an excellent learning tool. However, in section "19 Null move pruning" it states "There are some important changes in makemove.cpp and movegen.cpp that are not listed here" - and the link that's provided is broken. Does anyone have the updated code files they can share? Or a link to the source?
Many thanks,
Graham....
-
- Posts: 616
- Joined: Thu May 19, 2011 1:35 am
Re: Chess Programming/Concepts for Beginners.
Here is a link to the code:
https://www.dropbox.com/s/mcy6odxvdrw44 ... et.7z?dl=0
I had to make a couple changes so that it would compile with g++.
https://www.dropbox.com/s/mcy6odxvdrw44 ... et.7z?dl=0
I had to make a couple changes so that it would compile with g++.
Re: Chess Programming/Concepts for Beginners.
Thanks for the link.
Graham....
Graham....