Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

Ok let set the stage for the game. You control a tank, with your script, on a battle field of variable size, and fight up to 9 other tanks in the field during one match.
The match will last for a set amount of time.(not infinite)
Your tank my perform tasks as moving, shooting, scaning, etc.
The object is to kill all the other tanks on the field.

Contributing programmers: mr.nick, OeufMayo

Please give your suggestions and comments.



UPDATE 5
I'm thinking of implementing everything in a true 3D space.

UPDATE 1
Thanks to Larsen for pointing out those other game

UPDATE 2
Mr.nick had the idea to include different types of moving or firing methods such as Moving::hover or Moving::treads. This made me think of stuff like Radar::passive, Radar::active, Body::normal, Body::stealth. The Body::stealth would suggest that radar is not 100% accurate.

UPDATE 3
Looks like it is going to be a time based not turn base game. Oh all the possibilities! =)

UPDATE 4
What do you think of 4 teams of 3 tanks fighting it out as a extra play type?

Game specs

M = meters; S = seconds; Body::Normal { Hull = 1000 Radarsig = 90 Maxpower = 100 } Body::Stealth { Hull = 700 Radarsig = 45 Maxpower = 60 } Weapon::Cannon { Damage = 500 Accuracy = 5 // Within n M of location shot at DamageArea = 5 // M Reload = 10 // S Rrange = 500 // M Speed = 20 // M per S Power = 10 // Power needed from body } Weapon::Rocket { Damage = 700 Accuracy = 30 // Within n M of location shot at DamageArea = 20 // M Reload = 10 // S Rrange = 500 // M Speed = 20 // M per S Power = 20 // Power needed from body }

------
PT - Perl Tanks %100 Perl programming game
The Price of Freedom is Eternal Vigilance


In reply to Perl Tanks by SilverB1rd

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (1)
As of 2024-04-18 23:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found