in reply to Re: Perl Game, suggestions.
in thread Perl Tanks
I would suggest writing some modules for the basic functions: Moving, Scanning, Firing, Status. Each bot may ONLY include these modules, nothing else (if you want a feature that another package has, you must write it yourself and include it directly into your bot).
This sounds quite neat. I played Crobots for quite a long time and would LOVE to see something similiar in Perl.
But like with all games, you are going to have to allow enough variations that people stay interested. You might have the choice to include one type of "Firing" module over another. Or perhaps a "Moving::Hover" instead of "Moving::Treads". They both would have their advantages and disadvantages.
The different types of armor, weapons and movements should probably be categorized by a point value. Then each bot may include upto X number of points in accessories (kinda like weight restrictions in Mechwarrior).
Something to think about!
|
|---|