UniverseGen and XMLPlotter
Posted: Thu Aug 31, 2006 8:07 pm
http://www.dracsoft.com/zips/universegen.zip
I'm considering making a space sim game, and this is my first little dip into randomly generated content for the game.
Enjoy =P
Some of the names are quite comical. An example generated.xml is included. Here's an example (comical) planet in this universe:
"Oh I BET its a 'service' base. Probably has Hasselhoff in there..."
I'm considering making a space sim game, and this is my first little dip into randomly generated content for the game.
Enjoy =P
Some of the names are quite comical. An example generated.xml is included. Here's an example (comical) planet in this universe:
Code: Select all
<planet>
<name>Potholes</name>
<x>7021</x>
<y>42402</y>
<type>Asteroid</type>
<category>Mining</category>
</planet>
<planet>
<name>Spermrenaults</name>
<x>22159</x>
<y>49154</y>
<type>Base</type>
<category>Service</category>
</planet>