Search found 3 matches

by sluijten
Wed Jul 06, 2011 2:05 pm
Forum: Programming and Technical Discussions
Topic: Chess Programming/Concepts for Beginners.
Replies: 21
Views: 15715

Re: Chess Programming/Concepts for Beginners.

Winglet can play a game (in console-mode). Current functionality is:
Bitboard move generation using magics, iterative deepening, quiescence search, SEE,
null move pruning, mate and draw detection, repetition detection (using hash keys),
time control and running test suites.

Two more sections to ...
by sluijten
Tue Apr 26, 2011 2:17 pm
Forum: Programming and Technical Discussions
Topic: Chess Programming/Concepts for Beginners.
Replies: 21
Views: 15715

Re: Chess Programming/Concepts for Beginners.

Hi ttony,
It's good to see that someone is reading my website, and maybe even using the code - it keeps me motivated to continue!!
Feel free to post your findings on winglets forum
Stef
by sluijten
Sun Apr 24, 2011 3:57 pm
Forum: Programming and Technical Discussions
Topic: Chess Programming/Concepts for Beginners.
Replies: 21
Views: 15715

Re: Chess Programming/Concepts for Beginners.

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