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

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/Titles/reply.

 

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

Nice to hear someone mention my robot. I would say mine could be categorized under Modular. It just has the added ability to swap out the radar, drive, and gun on the fly depending on the situation.

Skotty15:27, 9 September 2011
 

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