## Configuration file used by the monitor plugin
## Look at the README.rc-files for additional information on the format.

## When you want to change any of these values be sure to make a copy which
## you can put back in case of trouble.

########### IMPORTANT, READ THIS !!! ##############################
## You MUST have a complete default section.
## When you remove it, or remove parts of it, the game will probably not work as
## expected. So don't email me when you have removed the default section :-(
## BTW, you can ofcourse change the values in the default section.

# The default section provides default values.
# If you want to use other values you should use a other setup and change the 
# 'useprofile' entry accordingly.
# These setups should be defined in this file.
# See [average] for a example.
[default] 
# Which setup to use.
#When you want to use it replace 'none' with 'average' or 
# some other section name.
useprofile = none
# Use sounds. possible values: yes or no.
sound = yes         
# Set a predefined gameplay. Values are: none,single,multi,multipc.
gameplay = none     
# How hard should it be to beat the computer player: easy,
# hard,impossible
computerAI = easy   
# Size of the bats in pixels                    
batsize = 72         
# Speed of bats in pixels per frame. 6 = slow,8 = normal,
# 12 = fast, 16= very fast
batspeed = 6        
# Speed of the ball. 3 = slow, 4 = average, 6 = fast
ballspeed = 3       
# Size of the goal in pixels.
goalsize = 300      
# Number of points needed to win in multiplay.
winpoints = 11      

# Which keys to use for moving the bats.
# WARNING, don't define the same keys for different actions.
left_keyup = 'q'    
left_keydown = 'a'  
right_keyup = 'p'
right_keyip = 'l'

[easy]
ballspeed = 2

[average]
# Predefined slightly more difficult setup.
computerAI = hard
batspeed = 10
ballspeed = 4
batsize = 64

[hard]              
# Harder profile
computerAI = hard
batsize = 64
ballspeed = 4

[nosound]           
# just an example, you could also change the value in the default section
sound = no

[test]
# For testing purposes (developers)
computerAI = hard
ballspeed = 6
winpoints = 2
