how to play chess
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1870
CHEOPS Chess 1.1
CHEOPS Chess project is a C++ chess engine. more>>
CHEOPS Chess project is a C++ chess engine.
CHEOPS (CHEss OPponent Simulator), or Χεοψ, is a fully-functional AI chess program capable of human vs. human, human vs. computer, and computer vs. computer play. It uses a 64-square linear array board representation.
The game tree search is alpha-beta, and the static evaluation function considers material, mobility, and motif features.
CHEOPS comes with extensive documentation on the program internals, aimed at students or programmers wishing to understand or extend the system.
<<lessCHEOPS (CHEss OPponent Simulator), or Χεοψ, is a fully-functional AI chess program capable of human vs. human, human vs. computer, and computer vs. computer play. It uses a 64-square linear array board representation.
The game tree search is alpha-beta, and the static evaluation function considers material, mobility, and motif features.
CHEOPS comes with extensive documentation on the program internals, aimed at students or programmers wishing to understand or extend the system.
Download (0.17MB)
Added: 2007-01-12 License: GPL (GNU General Public License) Price:
1022 downloads
Vulcan Chess 0.3
Vulcan Chess allows you play against the computer in a chess variant inspired by a certain well-known science-fiction TV series. more>>
Vulcan Chess project allows you play against the computer in a chess variant inspired by a certain well-known science-fiction TV series.
Enhancements:
- Castling was added.
- The legal move generator is a bit faster.
<<lessEnhancements:
- Castling was added.
- The legal move generator is a bit faster.
Download (0.12MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
688 downloads
BabyChess 16
BabyChess is a chess program. more>>
BabyChess is a chess program. You can edit chess games, play chess on the internet, and play locally against engines.
BabyChess is distributed as free software under the terms of the GNU GPL.
Main features:
- Games between humans and/or engines can be played in the match window. XBoard engines are supported.
- The chess position editor lets you edit a chess position, and save it in FEN notation, as used by other chess programs.
- The chess game editor understands PGN notation.
- The game archive editor reads PGN files that contain any number of chess games. It displays a list of all games and lets you edit those games using the game editor.
- The ICS client connects you to an Internet Chess Server and lets you play games against human opponents.
- The "evaluator" of BabyChess is a chess engine that uses its own communication protocol. It is not an XBoard engine. This program is given a FEN position as an argument and analyzes the position. During the thinking process, information about the current best move and more is written.
- The game editor uses the chess evaluator to analyze chess positions.
- Internally, the evaluator uses 64 bit numbers even on 32 bit systems, meaning it is possible to analyze more than 2 billion positions on PCs.
- This program implements an XBoard chess engine. It uses the evaluator as a backend.
- In addition to the standard algebraic notation (SAN). French, German and Dutch notations are supported. Figurine notation is also supported, also the current fonts dont make it look good. New notations can be created.
<<lessBabyChess is distributed as free software under the terms of the GNU GPL.
Main features:
- Games between humans and/or engines can be played in the match window. XBoard engines are supported.
- The chess position editor lets you edit a chess position, and save it in FEN notation, as used by other chess programs.
- The chess game editor understands PGN notation.
- The game archive editor reads PGN files that contain any number of chess games. It displays a list of all games and lets you edit those games using the game editor.
- The ICS client connects you to an Internet Chess Server and lets you play games against human opponents.
- The "evaluator" of BabyChess is a chess engine that uses its own communication protocol. It is not an XBoard engine. This program is given a FEN position as an argument and analyzes the position. During the thinking process, information about the current best move and more is written.
- The game editor uses the chess evaluator to analyze chess positions.
- Internally, the evaluator uses 64 bit numbers even on 32 bit systems, meaning it is possible to analyze more than 2 billion positions on PCs.
- This program implements an XBoard chess engine. It uses the evaluator as a backend.
- In addition to the standard algebraic notation (SAN). French, German and Dutch notations are supported. Figurine notation is also supported, also the current fonts dont make it look good. New notations can be created.
Download (0.31MB)
Added: 2005-07-21 License: GPL (GNU General Public License) Price:
1557 downloads
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
<<lessHow 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
Download (0.011MB)
Added: 2006-09-18 License: GPL (GNU General Public License) Price:
1134 downloads
TryChess 0.2
TryChess project is a multiplayer online chess game. more>>
TryChess project is a multiplayer online chess game.
First it was only a test to try PHP5s news features. But it started growing and became a nearly complete chess game with many features.
Main features:
- Multiplayer game
- Preview move
- Hostory of moves
- Check and Check mate detection
- Browser indepentant (even lynx works, but does not look so good :) )
- Special moves supported partialy (rochade,...)
- Top Score list
- Invite friend function
- "Whos online?"
- Forum
- Admin functions
- Search for users
<<lessFirst it was only a test to try PHP5s news features. But it started growing and became a nearly complete chess game with many features.
Main features:
- Multiplayer game
- Preview move
- Hostory of moves
- Check and Check mate detection
- Browser indepentant (even lynx works, but does not look so good :) )
- Special moves supported partialy (rochade,...)
- Top Score list
- Invite friend function
- "Whos online?"
- Forum
- Admin functions
- Search for users
Download (MB)
Added: 2006-11-21 License: GPL (GNU General Public License) Price:
1068 downloads
HellChess 1.2
HellChess is a freeware chess program that guides beginners through the game. more>>
HellChess project is a freeware chess program that guides beginners through the game, while intermediate and expert players can evaluate their level of play and match wits with the opponent available in HellChess or online on the net.
HellChess is the first project that is using the full features of the BraatWorst engine and serves as an perfect example of the capabilities this engine can provide.
Main features:
Perfect online teaching while chatting to trainee in the game.
- Using HellChess one can give online training to students that are willing to learn chess. The teacher can setup a chessboard while chatting to the trainee. The trainee will see the chessboard being setup while the teacher is placing his pieces. This is really helpfull to both trainee and teacher. If a trainee does a bad move, the teacher can undo his move and explain why using the edit board or the chat function.
Battle between different computers
- Tired of your friends claiming their machine is better than yours ? Why not let it play against a friends computer ? You can let HellChess play against the other machine using the networking option. Whoever wins will have the better machine and youll earn respect.
Bored waiting ?
- Now you can install HellChess on your PocketPC and tickle your brain whenever you have to wait. Youll be surprised how quickly time passes when battling your pieces on the board against the CPU. And now with the new games Othello and Connect4 you can also play a different kind of game whenever youve had enough chess battles.
Enhancements:
- The game can now also play Chinese chess, Japanese chess, and Checkers.
- Built-in documentation that explains all of the game rules was included along with several tutorials for learning these games.
- The skin was changed.
<<lessHellChess is the first project that is using the full features of the BraatWorst engine and serves as an perfect example of the capabilities this engine can provide.
Main features:
Perfect online teaching while chatting to trainee in the game.
- Using HellChess one can give online training to students that are willing to learn chess. The teacher can setup a chessboard while chatting to the trainee. The trainee will see the chessboard being setup while the teacher is placing his pieces. This is really helpfull to both trainee and teacher. If a trainee does a bad move, the teacher can undo his move and explain why using the edit board or the chat function.
Battle between different computers
- Tired of your friends claiming their machine is better than yours ? Why not let it play against a friends computer ? You can let HellChess play against the other machine using the networking option. Whoever wins will have the better machine and youll earn respect.
Bored waiting ?
- Now you can install HellChess on your PocketPC and tickle your brain whenever you have to wait. Youll be surprised how quickly time passes when battling your pieces on the board against the CPU. And now with the new games Othello and Connect4 you can also play a different kind of game whenever youve had enough chess battles.
Enhancements:
- The game can now also play Chinese chess, Japanese chess, and Checkers.
- Built-in documentation that explains all of the game rules was included along with several tutorials for learning these games.
- The skin was changed.
Download (9.5MB)
Added: 2005-09-08 License: GPL (GNU General Public License) Price:
1671 downloads
Brutal Chess 0.5.2
Brutal Chess is a 3D chess game with several levels of AI inspired by Battle Chess released by Interplay circa 1988. more>>
Brutal Chess project features full 3D graphics, an advanced particle engine, and several different levels of intelligent AI, inspired by the once popular "Battle Chess" released by Interplay circa 1988.
<<less Download (4.5MB)
Added: 2007-01-23 License: GPL (GNU General Public License) Price:
617 downloads
Tonic Chess bridge4
Tonic Chess project is an online chess software. more>>
Tonic Chess project is an online chess software.
Tonic is a graphical interface for playing online chess. It is based on Jin.
From now on Tonic is really open source software (and free as in libre as well) - I managed (I had some problems last time I tried) to import source to cvs sourceforge repository. It is a bridge2 release source with few little modifications. You can read how to get it from cvs here. If you are impatient pastenenter in console:
cvs -d:pserver:anonymous@tonic-chess.cvs.sourceforge.net:/cvsroot/tonic-chess login
When prompted for password just hit enter. And then:
cvs -z3 -d:pserver:anonymous@tonic-chess.cvs.sourceforge.net:/cvsroot/tonic-chess co -P tonic
You should see a list of files downloaded from cvs repository. If you are a non-console user (i.e. Windows or Mac user) I recommend visiting this site. I myself use Linux for development. And Netbeans sometimes as you could figure out from examining the contents of tonic directory. So, enjoy the opensourceness of Tonic!
I uploaded new screenshot to Tonic project site. It is Tonic in Aero GTK engine tuxedo. Quite a peculiar engine imo, but you can use other GTK engines if you run Tonic in Java 6 aka Mustang (you know you can get it from here, dont you?) I test Tonic with Mustang and Ive problems with tray icon. After some searching Ive realized why Tonic crashed under Java 6 - the problem was tray.jar plugin and its dependencies - tray.so or tray.dll, so if you want to run Tonic on Java 6 move them away from theirs directory. Ive written a class for tray icon using new desktop API from Mustang, but it doesnt work as expected in KDE (tray icon is invisible) ; GNOME is better, but I have to work on the popup menu. Well, what could I say? Mustang is in beta stage, but it has some goodies to wait for (early splashscreen, access to tab component, ...).
<<lessTonic is a graphical interface for playing online chess. It is based on Jin.
From now on Tonic is really open source software (and free as in libre as well) - I managed (I had some problems last time I tried) to import source to cvs sourceforge repository. It is a bridge2 release source with few little modifications. You can read how to get it from cvs here. If you are impatient pastenenter in console:
cvs -d:pserver:anonymous@tonic-chess.cvs.sourceforge.net:/cvsroot/tonic-chess login
When prompted for password just hit enter. And then:
cvs -z3 -d:pserver:anonymous@tonic-chess.cvs.sourceforge.net:/cvsroot/tonic-chess co -P tonic
You should see a list of files downloaded from cvs repository. If you are a non-console user (i.e. Windows or Mac user) I recommend visiting this site. I myself use Linux for development. And Netbeans sometimes as you could figure out from examining the contents of tonic directory. So, enjoy the opensourceness of Tonic!
I uploaded new screenshot to Tonic project site. It is Tonic in Aero GTK engine tuxedo. Quite a peculiar engine imo, but you can use other GTK engines if you run Tonic in Java 6 aka Mustang (you know you can get it from here, dont you?) I test Tonic with Mustang and Ive problems with tray icon. After some searching Ive realized why Tonic crashed under Java 6 - the problem was tray.jar plugin and its dependencies - tray.so or tray.dll, so if you want to run Tonic on Java 6 move them away from theirs directory. Ive written a class for tray icon using new desktop API from Mustang, but it doesnt work as expected in KDE (tray icon is invisible) ; GNOME is better, but I have to work on the popup menu. Well, what could I say? Mustang is in beta stage, but it has some goodies to wait for (early splashscreen, access to tab component, ...).
Download (5.0MB)
Added: 2007-01-15 License: GPL (GNU General Public License) Price:
1013 downloads
Java3D chess 0.1
Java3D chess is a Java applet that allows you to play chess. more>>
Java3D chess project is a Java applet that allows you to play chess.
Java 3D Chess is a chess program with uses Java 3D. You can play the game on any computer capable of using Java.
You can play Java 3D Chess agains yourself or a friend (on the same computer).
Maybe inthe near future you can play against other as well.
<<lessJava 3D Chess is a chess program with uses Java 3D. You can play the game on any computer capable of using Java.
You can play Java 3D Chess agains yourself or a friend (on the same computer).
Maybe inthe near future you can play against other as well.
Download (0.12MB)
Added: 2006-12-21 License: GPL (GNU General Public License) Price:
1057 downloads
Ruby Chess 1.0.0
Ruby Chess is a chess game implemented in Ruby using GTK2. more>>
Ruby Chess is a chess game implemented in Ruby using GTK2. Ruby Chess project has a good artificial intelligence that is heuristic-based and stochastic.
<<less Download (0.020MB)
Added: 2006-12-27 License: GPL (GNU General Public License) Price:
1035 downloads
VDB Janus Chess 1.06
VDB Janus Chess is a chess game with a slight variation. more>>
VDB Janus Chess project is a chess game with a slight variation.
The table is 10x8 instead of 8x8 and every person has one additional piece, the Janus, which can move like a bishop and a knight.
This game is really an extension of ordinary chess. Both player have one additional piece, called Janus. The Janus can move like a knight and a bishop together, it also looks like a combination of knight and bishop.
At the beginning the Janus is located between knight and rock. There are two Janusses for every player so the field extends to 10x8. The Janus is the only piece that is able to checkmate the other king alone. All other rules are identically to chess.
Most of the interface is self-explanatory. But there are some points that should be explained.
If you play against the computer and want to take back your last move, it is easier to chose "Move - Last own". This returns to your last own move.
This program supports "Lazy drag and drop". If you press the middle button of your mouse, the icon is glued to the mouse pointer. You drop the icon with another click on the middle mouse button.
<<lessThe table is 10x8 instead of 8x8 and every person has one additional piece, the Janus, which can move like a bishop and a knight.
This game is really an extension of ordinary chess. Both player have one additional piece, called Janus. The Janus can move like a knight and a bishop together, it also looks like a combination of knight and bishop.
At the beginning the Janus is located between knight and rock. There are two Janusses for every player so the field extends to 10x8. The Janus is the only piece that is able to checkmate the other king alone. All other rules are identically to chess.
Most of the interface is self-explanatory. But there are some points that should be explained.
If you play against the computer and want to take back your last move, it is easier to chose "Move - Last own". This returns to your last own move.
This program supports "Lazy drag and drop". If you press the middle button of your mouse, the icon is glued to the mouse pointer. You drop the icon with another click on the middle mouse button.
Download (0.62MB)
Added: 2007-01-12 License: GPL (GNU General Public License) Price:
1015 downloads
Emacs Chess 2.0b6
Emacs Chess is an object-oriented library written in Elisp for manipulating chess objects (games, plies, positions, etc.), and f more>>
Emacs Chess is an object-oriented library written in Elisp for manipulating chess objects (games, plies, positions, etc.), and for displaying them.
Main features:
- Emacs Chess is also an object-oriented library for manipulating chess objects (games, plies, positions, etc), and for displaying them. It supports a wide range of engine objects to use as move sources. This what allows chess.el to act as a chess client.
- chess-announce.el announces your opponents moves verbally, such as "knight takes at f4"provided you have "festival" installed.
- chess-sound.el is similar to chess-announce, but uses specific WAV files for each sound used. It takes up much more disk space, but is nicer to listen to. Available in English only at the moment.
- chess-irc.el provides a tiny IRC bot, allowing you to play games over IRC so long as your opponent enters moves in short algebraic notation. If they dont have chess.el, all they need is a regular chessboard, and a knowledge of SAN (short alegebraic notation).
- chess-ics.el lets you to play on Internet Chess Servers, using chess.el as your chessboard display (which means chess-announce works with it, etc). It has only been tested with FICS so far.
- chess-crafty.el, chess-gnuchess.el and chess-phalanx.el let you play against the Crafty, Gnuchess and Phalanx engines.
- chess-random.el will create Fischer Random positions to play against. Note that this feature only really works against opponents who are also using chess.el. Simply type "S" in the chessboard display buffer to setup a Fischer Random starting position.
- chess-network.el lets you play against other chess.el users directly, over a single open port on the server side. To be a server, you must have "netcat" installed, or be using Emacs 21.3 or higher (which supports server side network sockets). To be a client, all you need is Emacs 21.1 or higher.
- chess-link.el lets you tie two engines together, so that events from one are responded to by events from another. This can let you run a chess bot on your computer over any of the transport, or you can use it to pit two computer chess engines against each other.
- chess.el can even export chessboard display to other X servers, allowing you to play against people in your meeting room, even if they dont have Emacs installed!
Enhancements:
- This maintenance release includes several bugfixes.
<<lessMain features:
- Emacs Chess is also an object-oriented library for manipulating chess objects (games, plies, positions, etc), and for displaying them. It supports a wide range of engine objects to use as move sources. This what allows chess.el to act as a chess client.
- chess-announce.el announces your opponents moves verbally, such as "knight takes at f4"provided you have "festival" installed.
- chess-sound.el is similar to chess-announce, but uses specific WAV files for each sound used. It takes up much more disk space, but is nicer to listen to. Available in English only at the moment.
- chess-irc.el provides a tiny IRC bot, allowing you to play games over IRC so long as your opponent enters moves in short algebraic notation. If they dont have chess.el, all they need is a regular chessboard, and a knowledge of SAN (short alegebraic notation).
- chess-ics.el lets you to play on Internet Chess Servers, using chess.el as your chessboard display (which means chess-announce works with it, etc). It has only been tested with FICS so far.
- chess-crafty.el, chess-gnuchess.el and chess-phalanx.el let you play against the Crafty, Gnuchess and Phalanx engines.
- chess-random.el will create Fischer Random positions to play against. Note that this feature only really works against opponents who are also using chess.el. Simply type "S" in the chessboard display buffer to setup a Fischer Random starting position.
- chess-network.el lets you play against other chess.el users directly, over a single open port on the server side. To be a server, you must have "netcat" installed, or be using Emacs 21.3 or higher (which supports server side network sockets). To be a client, all you need is Emacs 21.1 or higher.
- chess-link.el lets you tie two engines together, so that events from one are responded to by events from another. This can let you run a chess bot on your computer over any of the transport, or you can use it to pit two computer chess engines against each other.
- chess.el can even export chessboard display to other X servers, allowing you to play against people in your meeting room, even if they dont have Emacs installed!
Enhancements:
- This maintenance release includes several bugfixes.
Download (0.38MB)
Added: 2007-04-24 License: GPL (GNU General Public License) Price:
545 downloads
pychess 0.6 Final
pychess is a chess game written using pygtk. more>>
pychess is a chess game written using pygtk.
Should be able to do most things xboard does, but in a nicer gtk/svg enviroment.
Will support
- Svg pieces
- Pgn reading/writing
- Animation
- DnD
- Builtin move validation
- Multiple engines
- and much more.
<<lessShould be able to do most things xboard does, but in a nicer gtk/svg enviroment.
Will support
- Svg pieces
- Pgn reading/writing
- Animation
- DnD
- Builtin move validation
- Multiple engines
- and much more.
Download (0.41MB)
Added: 2007-04-11 License: GPL (GNU General Public License) Price:
927 downloads
PicoChess 0.1
PicoChess project is a small chess program. more>>
PicoChess project is a small chess program.
PicoChess will support one and two player games, as well as playing against itself. It can also load and save games, and export transcripts of games.
<<lessPicoChess will support one and two player games, as well as playing against itself. It can also load and save games, and export transcripts of games.
Download (0.11MB)
Added: 2006-11-27 License: GPL (GNU General Public License) Price:
1061 downloads
w3Chess 0.8.4
w3Chess is a Web and Mail based chess. more>>
w3Chess is a Web- and Mail- based chess board. I built this to play chess over Internet with my friends. If you play chess via E-Mail, you have several problems:
- You need a chessboard in your house for every opponent
- You could drop your board down an loose the actual piece positions
- You can set a piece wrong and your boards doesnt look like your opponents one anymore
I searched for such programs but the I only found chess-servers, or tools which depends on sql-databases and javascript.
But I hate Java-Script and I hate huge dependencies for small solutions.
Main features:
- few dependencies (its written in c)
- high compatiblity (its written in c, should also work under unfree Gaming Systems from Redmond)
- it should run fast (its written in c)
- it should need less system ressources (do i have to say it ?)
- it should display the actual board via (any) Web-Browser (no JavaScript, even lynx should do it)
- you should have the moves stored at home (E-Mail-Notifications....)
- you shouldnt be able to do wrong moves
- you shouldnt do moves if it is not your turn
- the administration should be easy (old games are removed after nn days)
- the usage should be easy (no "cosmetic" features, easy translation)
- you should be able to search for an opponent
- your pieces should be at the bottom
Supported languages:
- German
- English
- Italian, thanks to Carlo !
- Brazilian Portuguese, thanks to Fabio !
- Spanish, thanks to Pablo !
Enhancements:
- charset-Tag in Mail-Header
<<less- You need a chessboard in your house for every opponent
- You could drop your board down an loose the actual piece positions
- You can set a piece wrong and your boards doesnt look like your opponents one anymore
I searched for such programs but the I only found chess-servers, or tools which depends on sql-databases and javascript.
But I hate Java-Script and I hate huge dependencies for small solutions.
Main features:
- few dependencies (its written in c)
- high compatiblity (its written in c, should also work under unfree Gaming Systems from Redmond)
- it should run fast (its written in c)
- it should need less system ressources (do i have to say it ?)
- it should display the actual board via (any) Web-Browser (no JavaScript, even lynx should do it)
- you should have the moves stored at home (E-Mail-Notifications....)
- you shouldnt be able to do wrong moves
- you shouldnt do moves if it is not your turn
- the administration should be easy (old games are removed after nn days)
- the usage should be easy (no "cosmetic" features, easy translation)
- you should be able to search for an opponent
- your pieces should be at the bottom
Supported languages:
- German
- English
- Italian, thanks to Carlo !
- Brazilian Portuguese, thanks to Fabio !
- Spanish, thanks to Pablo !
Enhancements:
- charset-Tag in Mail-Header
Download (0.053MB)
Added: 2006-07-26 License: GPL (GNU General Public License) Price:
1185 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above how to play chess search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed