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 ...
Search found 3 matches
- Wed Jul 06, 2011 2:05 pm
- Forum: Programming and Technical Discussions
- Topic: Chess Programming/Concepts for Beginners.
- Replies: 21
- Views: 15715
- Tue Apr 26, 2011 2:17 pm
- Forum: Programming and Technical Discussions
- Topic: Chess Programming/Concepts for Beginners.
- Replies: 21
- Views: 15715
- 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
or read a FEN string from a file.
Some real chess stuff is about to start: move generation.
Stef Luijten