################################################################## # # Configuration file for pouetChess # You can comment out a line with the symbol # # ################################################################## # # Screen configuration # # Screen width Width = 1024 # Screen height Height = 768 # Full screen mode Fullscreen = no ################################################################## # # Artificial Intelligence configuration # # # You should put yes if the game is not smooth enough when # AI is computing its next move (only usefull on Win32 systems) AI_priority_low = no # AI level # From 0 (very weak but very fast) to 2 (not that bad but very slow) AI_level = 1 # Average time for AI # You need to enable AI_IterativeDeepening for this option ! AI_time = 60 # With this option you will be able to force AI to play a move whenever you want # but AI will use a lot of more time to play AI_IterativeDeepening = no ################################################################## # # Useless features configuration # # # Draw a selection arrow above the current selected piece # Some people may like it... Selection_arrow = no # This option is completely useless # It changes floor color during the time Disco_floor = no # # End of the configuration file # # ##################################################################