You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to robocode-...@googlegroups.com
I want to port Robocode which is now a desktop based application to a web application.Please let me know whether this is possible with current structure of robocode code.
If anyone has already done this ,Please direct me the place where i can find the information
Zisu Andrei
unread,
Mar 13, 2013, 5:10:44 PM3/13/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to robocode-...@googlegroups.com
Hey, I've done exactly that a few years ago. Unfortunately some bad design decisions we took (PHP as a front end) limited us from compiling robots, but the basic idea is there.
The instalation instructions should still apply.
It is a fairly old version of robocode.
Patrick Cupka
unread,
Mar 13, 2013, 5:13:34 PM3/13/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to robocode-...@googlegroups.com
It's certainly not a port, but FightCodeGame is a web-based
programming game that's pretty reminiscent of Robocode:
http://fightcodegame.com
> --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "robocode-developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to robocode-develo...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to robocode-...@googlegroups.com
Thanks Patrick and Zisu for your valuable suggestions.I want to embed the JFrame of robocode into an applet and then export as web application.But I found out that it is tightly coupled with the framework .Can you please give me an idea on how to do this.
Zisu Andrei
unread,
Mar 14, 2013, 8:56:27 AM3/14/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to robocode-...@googlegroups.com
Oh, my application has a totally different architectures, the client side is built entirely in javascript/css3.
Not sure how you could go about with the other option.