Changed lines at line 58
58: In any case you will get a final result, who as won and so on.
59: In any case you will get a final result, who as won and so on. Here the compete list of parameters:
60: {code}
61: Usage: run [OPTION...]
62: -r FILE --red=FILE red brain file. There are 2 possible endings: .phec and .prog.
63: If it ends with .phec it is compiled to .prog and .ant
64: -b FILE --black=FILE black brain file. There are 2 possible endings: .phec and .prog.
65: If it ends with .phec it is compiled to .prog and .ant
66: -c --justcompile just compile don't simulate
67: -w[FILE] --world[=FILE] world file to load (default: tiny.world)
68: -d[FILE] --dump[=FILE] write dump output to FILE (default: dump.trace)
69: -s[NUM] --steps[=NUM] number of simulation steps to run (default: 1000)
70: -f --frontend writes the output for the frontend to stdout
71: -t --console uses console output (xterm tested colors)
72: --random[=NUM] randomseed to use (default: 12345)
73: {code}