Difference between revisions of "Chessui"
Jump to navigation
Jump to search
(←Created page with 'Chessui is a chess program using GRRLIB to be released soon. It can use several engines (only firstchess is currently available) == engine speed / smartness == In order to...') |
|||
Line 10: | Line 10: | ||
== Roadmaps == | == Roadmaps == | ||
− | * Cursor | + | * Queen and King mask the piece above due to their size (lower position / image size / set transparency ? ) |
+ | * Update the Cursor in a thread, so it can be moved while the engine find a move | ||
* Menus to select engine, set options... | * Menus to select engine, set options... | ||
* Porting TSCP | * Porting TSCP |
Revision as of 14:09, 15 January 2011
Chessui is a chess program using GRRLIB to be released soon. It can use several engines (only firstchess is currently available)
engine speed / smartness
In order to improve the AI and keep it quit quick, the following modification has been done:
- Compiled with option -03 (it actually did the trick)
- Set the alphabeta deeps to 6
Roadmaps
- Queen and King mask the piece above due to their size (lower position / image size / set transparency ? )
- Update the Cursor in a thread, so it can be moved while the engine find a move
- Menus to select engine, set options...
- Porting TSCP
- enventually porting gnu chess if pthread is fully working in the future
Credits
- Chessui by TheDrev
- Firstchess by Pham Hong Nguyen
- Pieces graphism (CC BY-SA 3.0) by Wapcaplet (http://en.wikipedia.org/wiki/User:Wapcaplet)