.TH ogamesim 6 "Dec 4, 2006" "ogamesim" .SH NAME Console Ogame Simulator .SH SYNOPSYS .B ogamesim [ -i ] [ -o ] .SH DESCRIPTION .PP Tasks for simulation are consist of text files. .PP Example of task concluding all possible units is adduced bellow. .SH OPTIONS .B -i : task file (STDIN unless defined); .PP .B -o : result file (STDOUT unless defined); .PP .B -s : 1 <= value <= N (no limits); .PP .B -t : (seconds) 0 <= value <= N, 0=no limits; .PP .B -f : 0 <= value <= 100. .SH RETURN VALUES .B 0: if success .SH EXAMPLES Task concluding all possible units: .nf attacker attack = 9 shield = 10 armory = 11 Small Cargo = 10 Large Cargo = 10 Light Fighter = 20 Heavy Fighter = 30 Cruiser = 40 Battleship = 50 Colony Ship = 60 Recycler = 70 Espionage Probe = 80 Bomber = 900 Destroyer = 110 Deathstar = 120 defender attack = 11 shield = 12 armory = 13 Rocket Launcher = 100 Light Laser = 200 Heavy Laser = 300 Gauss Cannon = 400 Ion Cannon = 500 Plasma Turret = 600 Small Shield Dome = 1 Large Shield Dome = 1 Solar Satellite = 100 metal = 123456 crystal = 56789 deut = 987654 .fi