From: Remi Coulom Newsgroups: comp.os.msdos.djgpp Subject: Re: djgpp chess program? Date: Fri, 13 Jun 1997 09:25:38 +0200 Organization: IMAG Lines: 23 Message-ID: <33A0F5F2.41C6@ensimag.imag.fr> References: <97061209543540 AT ort DOT ort DOT edu DOT uy> NNTP-Posting-Host: amoot.imag.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk sansberro AT ort DOT ort DOT edu DOT uy wrote: > > Does anybody knows if exists some djgpp chess program (source included)? > I am programming a chess player program and I need some techniques, source > code, etc. It is a bit dificult to find some linear programming, almost is > related with parallel programming. > > Thank you. > > Fernando Sansberro from Uruguay. > (Sorry for my english) Take a look at http://www.xs4all.nl/~verhelst/chess/programming.html You will find there a lot of very useful links and explainations about some programming techniques, and links to source code. I developped a freeware C++ chess class library with djgpp, which you can find at : http://www-ensimag.imag.fr/eleves/Remi.Coulom/chesslib.htm Remi