UendelC / october-chess-engine

Java Chess Engine

Home Page:http://skeeto.github.com/october-chess-engine/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

			 October Chess Engine

This is a rather simple Chess engine, written in Java, initially
developed in October 2010. It can be run standalone, or as an
applet. It's multi-threaded and will make good use of a multi-core
machine. Right now it can search 6 plies on modern hardware pretty
quickly, and 8 plies is still reasonable on good hardware.

The engine configuration could definitely use some tweaking, and a
non-developer could do it easily. Just find this properties file and
edit to taste,

  com/nullprogram/chess/ai/default.properties

For more information:
 * http://nullprogram.com/blog/2010/10/17/
 * http://nullprogram.com/blog/2011/04/09/

About

Java Chess Engine

http://skeeto.github.com/october-chess-engine/

License:The Unlicense


Languages

Language:Java 97.4%Language:NSIS 1.7%Language:HTML 0.9%