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 13: Line 13:
 
== Roadmaps ==
 
== Roadmaps ==
  
* (okey) Queen and King mask the piece above due to their size (lower position / image size / set transparency ? ) 
+
* (okey) Queen and King mask the piece above due to their size
* (gived up) Update the Cursor in a thread, so it can be moved while the engine find a move
+
* (okey) Menus to select engine, set options...  
* (wip) Menus to select engine, set options...  
+
* (wip) Porting other engines
* (wip) Porting TSCP
+
* (wip) animations
* (eventuality) porting gnu chess if pthread is ported in the future
 
  
 
== Credits ==  
 
== Credits ==  

Revision as of 18:27, 20 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

  • (okey) Queen and King mask the piece above due to their size
  • (okey) Menus to select engine, set options...
  • (wip) Porting other engines
  • (wip) animations

Credits