piguy79 / SleddingSmash

0 stars 0 forks source link

Add basic LevelDirector to create levels of varying difficulty #13

Closed piguy79 closed 9 years ago

piguy79 commented 9 years ago

Now that the terrain can be modified in many different ways, we need a programmatic level director to combine these modifiers in interesting ways. The level director should accept an argument to indicate level of difficulty; easier levels should use fewer modifiers with less drastic changes and more advanced levels should combine many modifiers with drastic shifts

piguy79 commented 9 years ago

We decided to create levels by hand, but via a level editor. Do not need this.