Difference between revisions of "Turbo Chess"

From Chessprogramming wiki
Jump to: navigation, search
(Created page with "'''Home * Engines * Turbo Chess''' FILE:GameWorks.jpg|border|right|thumb|link=http://openlibrary.org/b/OL2753290M/Turbo_GameWorks| Turbo Gameworks <ref>[[...")
 
Line 19: Line 19:
 
==[[Evaluation]]==
 
==[[Evaluation]]==
 
* [[Score#Grain|Score Grain]]: 1/256 Pawn
 
* [[Score#Grain|Score Grain]]: 1/256 Pawn
* [[Material]]
+
* [[Root]] [[Oracle#Pre-processing|Computed]] [[Piece-Square Tables]] considering <ref>The tables are calculated at the beginning of the search using the evaluation function described  earlier</ref>
* [[Oracle#Pre-processing|Pre-computed]] [[Piece-Square Tables]] considering <ref>The tables are calculated at the beginning of the search using the evaluation function described  earlier</ref>
+
** [[Material]]
 
** [[Mobility]]
 
** [[Mobility]]
 
** [[Pawn Structure]]
 
** [[Pawn Structure]]

Revision as of 17:55, 30 October 2018

Home * Engines * Turbo Chess

Turbo Gameworks [1]

Turbo Chess,
an didactic chess program by Kaare Danielsen [2], written in Turbo Pascal and published as source code in 1985 on disk along with the book Turbo GameWorks [3] by Borland International. Borland later translated the program into C++ and used it as an example program for the for the Borland C++ compiler [4].

Features

Board Representation

Search

Evaluation

Namesake

See also

Publications

Forum Posts

Re: origin of Chess from old Turbo Pascal Turbo GameWorks by Kaare Danielsen, borland.public.delphi.non-technical, February 29, 2016

External Links

Turbo (gastropod) from Wikipedia

References

Up one level