Discussion:
Problem packaging .Net robot
f***@gmail.com
2018-05-31 15:04:33 UTC
Permalink
Hello,

I'm trying to package my first robot so I can submit it to the RoboRumle.
I've created it using .Net and VisualStudio 2013. Using Robocode I can
access and battle with my bot, but it does not appear as an option on the
"Package your robot" window.
I am using robocode 1.9.3, and I even made my solution .Net 2.0 compatible.

Is there any extra step I need to take?

Thanks,
--
You received this message because you are subscribed to the Google Groups "robocode" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robocode+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
fnl
2018-06-10 19:27:35 UTC
Permalink
Hi,

Unfortunately, Robocode does not have a Robot Packager for .Net and it is
not possible to join the RoboRumble with the .Net bots.
The .Net bots are put inside a .dll instead of a .jar (Java archive). The
RoboRumble server does not use the .Net plugin.

Currently, the best option is to translate our .Net robot into a Java based
robot somehow.

Best regards,
- Flemming
Post by f***@gmail.com
Hello,
I'm trying to package my first robot so I can submit it to the RoboRumle.
I've created it using .Net and VisualStudio 2013. Using Robocode I can
access and battle with my bot, but it does not appear as an option on the
"Package your robot" window.
I am using robocode 1.9.3, and I even made my solution .Net 2.0 compatible.
Is there any extra step I need to take?
Thanks,
--
You received this message because you are subscribed to the Google Groups "robocode" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robocode+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...