Difference between revisions of "Little Wing"

From Chessprogramming wiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 50: Line 50:
 
* [https://github.com/vinc/littlewing GitHub - vinc/littlewing: Bitboard chess engine written in Rust]
 
* [https://github.com/vinc/littlewing GitHub - vinc/littlewing: Bitboard chess engine written in Rust]
 
==Misc==
 
==Misc==
* [[:Category:Nguyên Lê|Nguyên Lê]] et [https://www.discogs.com/artist/426356-Cathy-Renoir Cathy Renoir] - [https://en.wikipedia.org/wiki/Little_Wing Little Wing], [https://en.wikipedia.org/wiki/Institut_national_de_l%27audiovisuel ina.fr], [https://en.wikipedia.org/wiki/YouTube YouTube] Video  
+
* [[:Category:Jimi Hendrix|Jimi Hendrix]] - Solo [https://en.wikipedia.org/wiki/Little_Wing Little Wing], [https://en.wikipedia.org/wiki/YouTube YouTube] Video
 +
: {{#evu:https://www.youtube.com/watch?v=U5Vki76x-EU|alignment=left|valignment=top}}
 +
* [[:Category:Nguyên Lê|Nguyên Lê]] et [https://www.discogs.com/artist/426356-Cathy-Renoir Cathy Renoir] - Little Wing, [https://en.wikipedia.org/wiki/Institut_national_de_l%27audiovisuel ina.fr], [https://en.wikipedia.org/wiki/YouTube YouTube] Video  
 
: {{#evu:https://www.youtube.com/watch?v=Omha-H5gbOo|alignment=left|valignment=top}}
 
: {{#evu:https://www.youtube.com/watch?v=Omha-H5gbOo|alignment=left|valignment=top}}
  

Latest revision as of 11:38, 15 September 2019

Home * Engines * Little Wing

The Jimi Hendrix Experience [1]

Little Wing,
a free open source chess engine by Vincent Ollivier, written in Rust, supporting the Chess Engine Communication Protocol as well as UCI, distributed under the terms of the GNU General Public License version 3. Little Wing is work in progress started in December 2014 [2]. As bitboard engine, Little Wing relies on Rust primitive type u64 [3], which also features trailing zero count [4], and population count [5]. So far, sliding piece attacks - even for single pieces - are computed by a generalized loop fill along the rays [6].

Features

Board Representation

Search

Zobrist Hashing

Evaluation

See also

Postings

External Links

Chess Engine

Misc

References

Up one level