Easy playing java chess game, You can play against own written wow chess engine, or other users, rewind games forward and backward, easily restart again or if needed replay the game on demand. Attractive user interface and effects. If You like to You can see other games being played, linux,win
Just aims to be a chess board (free to make your moves).
This project just aims to be a simple chess board. You can do whatever you want with pieces (even make a piece eat a king if you want !!!) : the purpose is just to provide a "magnetic" chess board on computer. But all moves are verified.
Also with some facilities : history manager, so that you can go back and rewrite the game history !!!
In knight tour (kt) problem every chess square is visited exactly once using knight moves. In this game some knight moves already made and we have an incomplete kt. The object is to complete the kt by guessing missing moves.
This is a program for playing the game of go. No go program to date has achieved a level of mastery comparable to chess programs. The design goal is to develop as strong of an AI as possible using D, agile development, an object oriented design, and gene
jose is a graphical Chess tool.
>>> moved to https://peteschaefer.github.io/jose <<<
You can store chess games in a database.
You can view and edit games (including variations and comments).
You can play against a plugged-in chess engine and use it for analysis.
Features 3D board view.
First full implementation of the chess variant Bucky, a game of dudes, chameleons and shamans. The game has logical and emergent rules, suitable for object orientation.
A Java-based server for the Japanese chess variant "Shogi". Features both a Java-based client and a Java-based server. The idea is to emulate the functionality of the popular Go server IGS (ability to play, observe, store, and review games in a group).
ictk - Internet Chess ToolKit is a java based set of libraries and widgets useful for performing common tasks such as reading PGN, FEN, and generating legal moves. The net libraries convert ICS (Internet Chess Server) output into java objects.
PHPChessLIB is a set of object oriented libraries for use in php chess programs. The libraries recognize chess rules and moves. Planned Features include: 50 move rule... stalemate recognition... insufficient mating material draws... 3 move repetition.
Java chess programm. Main goal is to develop an object orientated program with simple and well documented interfaces. A major point is how to handle endgame situations.