Skip to content
/ flux Public

A Java Chess Engine

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

fluxroot/flux

Repository files navigation

Flux Chess

Copyright 2007-2020 Phokham Nonava
https://www.fluxchess.com

Build Status

Introduction

Flux Chess is an attempt to write a computer chess engine entirely in Java. The speed of most Java Virtual Machines is improving nowadays. However compared to other C/C++ chess engines Flux is still slow (or maybe my algorithms are not that sophisticated?).

As a pure UCI chess engine, Flux does not have a graphical user interface. You can load him however into your favorite chess program if it supports the UCI protocol.

License

Flux Chess is released under version 3 of the LGPL.