Your trusted source for computer chess information!
Differences
This shows you the differences between two versions of the page.
computer_chess:engines:secondchess:index 2012/08/12 11:40 | computer_chess:engines:secondchess:index 2015/04/22 13:27 current | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== SecondChess ====== | ====== SecondChess ====== | ||
- | {{http://computer-chess.org/data/media/logos/SecondChess.png}} | + | {{secondchess.png}} |
SecondChess is a didactical chess engine written in C by Emilio Díaz and based on FirstChess code of Pham Hong Nguyen, addressed to programmers who want to learn how a chess engine works. | SecondChess is a didactical chess engine written in C by Emilio Díaz and based on FirstChess code of Pham Hong Nguyen, addressed to programmers who want to learn how a chess engine works. | ||
Line 8: | Line 8: | ||
===== Main Features ===== | ===== Main Features ===== | ||
* One single C code file heavily commented, around 2000 lines | * One single C code file heavily commented, around 2000 lines | ||
- | * Licensed under GPL: source available at https://github.com/pocopito/secondchess | + | * Licensed under GPL: source available at https://github.com/emdio/secondchess |
* Board representation: one 64 int array for pieces and one 64 int array for colors | * Board representation: one 64 int array for pieces and one 64 int array for colors | ||
* Rules Implemented: castle, en passant and promotion | * Rules Implemented: castle, en passant and promotion |