View source for Talk:Robot Code Layout

From Robowiki
Jump to navigation Jump to search

Contents

Thread titleRepliesLast modified
Titles217:21, 9 September 2011
Strategy Layout217:16, 9 September 2011

Seems like a reasonable page to have, but I kinda don't like how official it makes these titles and options sound. There are surely many more ways to layout your code, and I've certainly never heard anyone else use the terms "Spider Layout" or "Tower Layout". :-P Besides the combined layout, I'd say all these other styles are also modular (the adjective, not the title).

Also I think we should rename this page Robot Code Layout or something similar.

Voidious16:10, 9 September 2011

These are more rough classifications rather then strict layouts. I have no doubt there are more ways to layout a robots code then this. Feel free to remove anything that looks dumb (like spider layout).

As for moving it, that is easily done.

EDIT: Actually it does look like I can move things. Just not delete them.

Chase-san17:15, 9 September 2011
 

Though considering the entire wiki is about robocode/robots. I think it could just be "Code Layout".

Chase-san17:21, 9 September 2011
 

Strategy Layout

I and looks like Skotty use fourth layout: strategy. It something like this

+--------------Context-----------------+
|                                      |
| Wave management, bullets management  |
|            Hitstory, etc             |
|                                      |
|                         / Gun        |
|                 strat1  - Radar      |
|               /         \ Movement   |
|          robot                       |
|               \         / Gun        |
|                 strat2  - Radar      |
|                         \ Movement   |
+--------------------------------------+

This layout allows robot to has special Radar-Gun-Movement configs for ram bots, mirror bots, melee etc

Jdev12:15, 9 September 2011

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Users.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

You can view and copy the source of this page.

Return to Thread:Talk:Layout/Strategy Layout/reply.

 

That seems reasonable to add. After all I think I have seen other robots do something like that for Melee/Duel, and similar.

Chase-san17:16, 9 September 2011