Programming Languages: Java, C#
License: Eclipse Public License
Repository is hosted at google code http://code.google.com/p/robocode/source/browse/
Has there been any work on this? I think I might be able to propose something.
2012-05-26 04:36:31 PDT by sforesta
HI, Are .NET robots supported in the latest version? My robot works fine in v1.3.7.5. When I upgraded to 1.7.3.6, I noticed there wasn't a .net component as before, so I wondered if it had been integrated into the main file? It wouldn't acknowledge the existence of my robot. I'd checked the development path etc I've downgraded to.5 again and everything works fine. Please tell me that .net...
2012-05-26 00:40:47 PDT by andrewtatham
Heh... you definitely found the problem. :-) I will keep this thread. There is no reason to delete it. A robot is banned runtime as soon as Robocode finds out that is "misbehaves". Misbehave could be to cheat, like trying to read other robots data, memory, thread e.g. or violating some security policy. It could also use too much CPU or memory. The robot might also be broken or...
2012-05-25 14:38:03 PDT by fnl
NEVERMIND! The issue was my trying to get the battlefield height and width outside of the run section. XD I noticed this right after posting. Sorry. Go ahead and delete this thread.
2012-05-25 10:35:43 PDT by erasmas
Hey! I realize that this forum isn't incredibly active, but I do not know where I would ask this question on the wiki... I have a robot which I have spent about a day working on. I am very new, so forgive my ignorance. It was working great as a basic modification of MyFirstRobot, the difference being that it turns its side to the enemy robot it scans so that when it goes back and forth it has...
2012-05-25 10:32:50 PDT by erasmas
This bug has now been solved for version 1.7.4.0. Try out the new Alpha version here: The setup file required for the new .NET plug-in: http://robocode.sourceforge.net/files/robocode-1.7.4.0-Alpha-setup.jar The new .NET plug-in: http://robocode.sourceforge.net/files/robocode.dotnet-1.7.4.0-Alpha-setup.jar I should like to hear, if anybody can verify that this problem is solved with...
2012-05-25 08:19:04 PDT by fnl
Closed for now.
2012-05-24 14:11:15 PDT by fnl
Closed.
2012-05-24 14:07:52 PDT by fnl
I compiled an Alpha version of Robocode containing the fix. Try it out here: http://robocode.sourceforge.net/files/robocode-1.7.4.0-Alpha-setup.jar.
2012-05-23 13:40:58 PDT by fnl
Hi Morgan. That is an excellent idea, and I verified this myself with Ubuntu Linux and Solaris. Mac OS X uses the robocode.command file instead, so I guess it is pretty safe to set the -Dsun.java2d.opengl=true in the robocode.sh. It seems like it is not a good idea to set it runtime, so setting it when Robocode starts up seems to be the better option, and the user is able to remove this option,
2012-05-21 14:08:05 PDT by fnl