View source for Talk:Robocode/.NET/Create a .NET robot with Visual Studio
- [View source↑]
- [History↑]
Contents
Thread title | Replies | Last modified |
---|---|---|
.net performance? | 2 | 19:42, 20 October 2017 |
useing a 2nd class for one robot (eclipse | 0 | 23:32, 19 May 2013 |
Hiya, I was thinking about getting back into robocode (again!!!) and was looking at the .net api.
Is there any performance difference between that and the Java robots? My bots tend to be CPU heavy so it's pretty critical to me before I dive back in!
On a side note how does it work technically? How does clr code get executed against the Java runtime?
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
Return to Thread:Talk:Robocode/.NET/Create a .NET robot with Visual Studio/.net performance?/reply.
i have been trying to use a movement class to handle different maneuvers in different situations. How ever robocode dosen't seem to recognize that. It just tells me that i'm using a method that robocode dose not know about. anyone have any idea or even if they have encountered this issue them self.