|
The LRP Graphing system converts roborumble bot details into graphs. The roborumble is an effort to have up-to-date rankings of robots in the programming game robocode, in which virtual tanks battle in an arena. The X-axis is the expected score for a bot to get, and the Y-axis is the problem-bot index. Full red color means that the actual score is 0%, full green color means that the actual score is 100%, other colors are in between. Links to sample input and output of this Information System: Sample Bot Ranking Details: (Input) http:\\rumble.fervir.com\rumble\RatingDetails?game=roborumble&name=techdude.Carruthers%201.2.4 Sample Bot LRP Graph: (Output) http:\\thekandieman.com\nfwu\lrp.php?name=techdude.Carruthers%201.2.4More info on the roborumble: http:\\robowiki.net?RoboRumble |
![]() |

| The User requests a calculation of a robot's LRP graph using his web browser. (Since the user is most likely a Java programmer, he would have no problem with the modification of a URL.) | ![]() |
| The LRP Calculation script recieves this request and sends a request to the roborumble server for the bot's rating details. | |
| The LRP Calculation script recieves the data and processes it, outputting a hypertext document and an image file. |
<!-- Output from LRPGraphs v3, by Nfwu. Under the GPL 2 licence.--> <H2>GRAPH FOR techdude.Carruthers 1.2.4 IN GAME roborumble </H2><img src="/lrp/roborumble_techdude.Carruthers 1.2.4.gif usemap="#botmap""></img><Map name="botmap"><Area name= ... |
| Finally, the user's web browser displays the recieved hypertext document and retrieves the image to be displayed. | ![]() |