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
Line 1: Line 1:
 
Chessui is a chess program using GRRLIB to be released soon. It can use several engines (only firstchess is currently available)
 
Chessui is a chess program using GRRLIB to be released soon. It can use several engines (only firstchess is currently available)
  
 +
 +
[[File:Chessui_alpha1.jpg]]
 +
Note: the cursor and texts appears normally on a actual wii
  
 
== engine speed / smartness ==   
 
== engine speed / smartness ==   

Revision as of 14:18, 15 January 2011

Chessui is a chess program using GRRLIB to be released soon. It can use several engines (only firstchess is currently available)


Chessui alpha1.jpg Note: the cursor and texts appears normally on a actual wii

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