In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "Chessui"

From WiiBrew
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 update in a thread
+
* 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