Main > Free Download Search >

Free ivex winboard software for linux

ivex winboard

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 7
XBoard 4.2.7

XBoard 4.2.7


XBoard project is a X and Windows graphical chessboard. more>>
XBoard project is a X and Windows graphical chessboard.
XBoard is a graphical chessboard for X that can serve as a user interface for GNU Chess, Crafty, other chess engines, and the Internet Chess Servers.
XBoard can also be used by itself to read and write game files in PGN (portable game notation). WinBoard is a port of XBoard to Microsoft Win32.
You can build xboard on most systems with the following commands.
./configure
make
Enhancements:
- Version 4.2.7 corrects about two dozen bugs in the 4.2.6 release.
- In addition, WinBoard 4.2.7 comes bundled with GNU Chess 5.07 instead of the old 5.02+ version.
- The XBoard and WinBoard source code trees have been merged, so the xboard download now contains the complete source for both.
<<less
Download (1.3MB)
Added: 2007-01-11 License: GPL (GNU General Public License) Price:
1020 downloads
Chessweb 1.0 alpha2

Chessweb 1.0 alpha2


Chessweb is a J2EE chess game Website. more>>
Chessweb is a J2EE chess game Website. It is a pure Java servlet implementation of a two-player chess game.

Two players log into the Web site, see an image of the current board in their browser, and make their moves.

The differentiating features of chessweb (e.g. versus WinBoard / XBoard) is that its an extremely lightweight implementation written completely in Java (nothing more than an app server and browser is required).

Furthermore, the client end is DHTML only, and verified to works with FireFox 1.0.6 and IE 6.
<<less
Download (2.2MB)
Added: 2005-08-29 License: The Apache License 2.0 Price:
1517 downloads
 
Other version of Chessweb
Chessweb 1.0(e.g. versus WinBoard / XBoard) is that its an extremely lightweight implementation written
License:The Apache License 2.0
Download (MB)
1069 downloads
Added: 2006-11-21
Tiffanys 0.3

Tiffanys 0.3


Tiffanys is a Java chess engine, including a Swing gui and Win/XBoard support. more>>
Tiffanys project is a Java chess engine, including a Swing gui and Win/XBoard support.
It supports the PGN / FEN format. Tiffanys also contains a XBoard / Winboard interface.
Main features:
- Swing GUI
- PGN / FEN Support
- XBoard interface
- Knows all basic rules (including Castling, EnPassant and Pawnpromotion)
<<less
Download (0.13MB)
Added: 2007-01-23 License: GPL (GNU General Public License) Price:
1005 downloads
Pos 1.14

Pos 1.14


Pos is an experimental chess program based not on the Shannon algorithm, but on several others. more>>
Pos is an experimental chess program based not on the Shannon algorithm, but on several others. Pos is not a brute force system.

The algorithm used is determined by a genetic (evolutionary) algorithm.

How to run it?

In a terminal

When using the SUN Java 5.0 runtime environment, start it with "java -Xmx384M -jar pos.jar".

Xboard/WinBoard

The program should now fully support xboard/winboard. Start it with commandline "java -Xmx384M -jar pos.jar --io-mode xboard".

For example: xboard -firstChessProgram "java -Xmx384M -jar pos.jar --io-mode xboard"

<<less
Download (0.042MB)
Added: 2007-05-05 License: GPL (GNU General Public License) Price:
906 downloads
Autoplay 0.3

Autoplay 0.3


Autoplay project connects two xboard/winboard protocol complaint chess engines and lets them play against each other. more>>
Autoplay project connects two xboard/winboard protocol complaint chess engines and lets them play against each other. The result will be logged in a easily parseable logfile and after the result of the game is known, a specific exit-code is returned (0=white won, 1=black won, etc).

How to run it?

GNUChess versus Pos

autoplay -1 "gnuchess -x " -2 "java -Xmx256M -jar pos --io-mode xboard" -r -l gnuchess_v_pos.log

Sjeng versus GNUChess
autoplay -1 sjeng -2 "gnuchess -x" -l sjeng_v_gnuchess.log

Engines running on seperate computers

This example runs gnuchess on computer B with white and sjeng on computer A with black:

Computer B (slave):
autoplay -P 7788 -0 "gnuchess -x"

Computer A (master):
autoplay -1 "client:B:7788" -2 "sjeng" -v -r
<<less
Download (0.011MB)
Added: 2006-09-18 License: GPL (GNU General Public License) Price:
1134 downloads
GNU Chess 5.07

GNU Chess 5.07


GNU Chess project is a computer program which plays the Game of Chess. more>>
GNU Chess project is a computer program which plays the Game of Chess.
GNU Chess lets most modern computers play a full game of chess.
It has a plain terminal interface but supports visual interfaces such as X-Windows "xboard" and Windows-for-PC "winboard" as well as a full 3-dimensional wooden chess-board protocol for the Novag Chess board enabling one to be relatively free of the computer itself.
Enhancements:
- Minor ScoreDev code tidy
- ensure gnuchessx included in EXTRA_DIST
- Fix to Posix thread for readline
- Fix to ensure "HARD" is default
- Improve Posix thread handling
- Portability fix IsTrustedPlayer
- Portability fix to lexpgn.l
- Changes to lexpgn.l to handle some special cases
- Fix trailing "/" in FEN causes buffer overflow issues.
- Portability fix to lexpgn.l
<<less
Download (0.22MB)
Added: 2006-11-06 License: GPL (GNU General Public License) Price:
641 downloads
Gullydeckel Chess Program 2.16pl1

Gullydeckel Chess Program 2.16pl1


Gullydeckel Chess Program project is a simple chess program. more>>
Gullydeckel Chess Program project is a simple chess program.
The Gullydeckel chess playing program allows you to play a game of chess against a not too strong opponent. It has been written by Martin Borriss and is available free of charge on the terms of the GNU General Public License (GPL).
You can use Gullydeckel with Linux and Windows. Most people integrate Gullydeckel with a graphical chess board such as WinBoard. Other interfaces are quite possible (Fritz 8, Arena, or Chessbase).
Installing
1. Extract the sources from the archive (e.g., "tar zxf g2_2.13.pl6.tgz")
2. "cd src"
3. "make" (This gives you the gully2 binary.)
4. To have the opening book available, copy the file "book.bin" into the directory where the binary resides. (This is the place and filename searched by default.)
5. Now you are ready to go. You can solve testsuites (in epd/fen format) by typing something like
"gully2 -f ../Tests/bk.epd --time 30"
or play a game using Xboard (e.g., "xboard -fcp gully2").
Enhancements:
- This release removes extra polling code used when pondering structures for detailed evaluation in place.
<<less
Download (0.15MB)
Added: 2007-01-19 License: GPL (GNU General Public License) Price:
1009 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1