Released Bremboce 0.6 Java winboard engine
Posted: Fri Aug 21, 2009 7:01 pm
After 7 year from the last release I release a new version of my winboard chess engine Bremboce. I've rewritten the engine in Java!!!
The jar file is downloadable from here:
http://bremboce.cisana.com/download_en.php
Features
- Written in Java
- Array board coding
- Negamax search with capture quiescence
- Simple internal opening book
- Recognize: 3 moves repetition, 50 moves rule, draw for insufficient material to mate
- Winboard protocol 2 compatible
- Can load fen positions
Changes from previous version
- Rewritten in Java from version 0.4 that was written in C
- Removed null move, hash tables and the external opening book
- Fixed a bug in evaluating checkmate positions
- Fixed a bug in evaluating king position in the end game
- Fixed a bug with the level command from winboard
- Added a simple internal opening book just to diversify the games
- Added the recognition of draws for insufficient material to mate
Gianluca
The jar file is downloadable from here:
http://bremboce.cisana.com/download_en.php
Features
- Written in Java
- Array board coding
- Negamax search with capture quiescence
- Simple internal opening book
- Recognize: 3 moves repetition, 50 moves rule, draw for insufficient material to mate
- Winboard protocol 2 compatible
- Can load fen positions
Changes from previous version
- Rewritten in Java from version 0.4 that was written in C
- Removed null move, hash tables and the external opening book
- Fixed a bug in evaluating checkmate positions
- Fixed a bug in evaluating king position in the end game
- Fixed a bug with the level command from winboard
- Added a simple internal opening book just to diversify the games
- Added the recognition of draws for insufficient material to mate
Gianluca