asteroid

Generate asteroids using up to 3 different shape types.
First determine the size (how many blocks the asteroid will be comprised of). The next three variables all determine the shapes of the blocks that make up the asteroid. The variables mean the number of sides.

asteroid <SIZE> [SIDES 1] [SIDES 2] [SIDES 3]

Usage Example:
asteroid 50 3 5 8

You can also skip the sides declarations and the game will use defaults that fit the size you want.

Example:
asteroid 1000