# Screen Config screen: # specifies the screen resolution, must in 16:9, # default : "1280x720" #! hardcoder une res de base si c'est pas un 16:9 terminal: charEmptySpace: ' ' charPlayer: '' charPlayerProjectile: '' charEnemy: '' charEnemyProjectile: '' # Game Mode # values : "terminal" "graphic" # default : "terminal" mode: "graphic" # User config user: startPositionX: 0 startPositionY: 0 speed: 5 keys: moveLeft: '4' moveLeft: '6' shoot: '5' # Enemies config enemy: startPositionX: 0 startPositionY: 0 speed: 2 size: 4