Added image output to manager, added plots to results pages
Can generate images from manager program with the -I option Can generate a video from these images with the -v option (Note: just runs ffmpeg) These two options only work if the program was built with graphics enabled. Note: You can generate a video from a saved log file by "./stratego -v video -o logfile" So that's cool. Results pages look nicer. Fixed bug with score updating between rounds. Added pretty plots. Most plots end up being straight lines. But its pretty anyway.
Showing
- judge/manager/game.cpp 28 additions, 4 deletionsjudge/manager/game.cpp
- judge/manager/game.h 4 additions, 2 deletionsjudge/manager/game.h
- judge/manager/graphics.cpp 76 additions, 0 deletionsjudge/manager/graphics.cpp
- judge/manager/graphics.h 4 additions, 1 deletionjudge/manager/graphics.h
- judge/manager/main.cpp 44 additions, 3 deletionsjudge/manager/main.cpp
- judge/simulator/simulate.py 111 additions, 16 deletionsjudge/simulator/simulate.py
- web/doc/manager_manual.txt 19 additions, 1 deletionweb/doc/manager_manual.txt
Please register or sign in to comment