eakosin / TheExplorerProject

A 2D MMO-PVE dungeon crawler with item based character progression.
4 stars 3 forks source link

Design generation process in mapGeneration.lua #3

Closed eakosin closed 10 years ago

eakosin commented 10 years ago

mapGeneration.generate should be passed a level object and seed value, generate an entire level, and have template functionality to upload level parameters to a server.

mapGeneration.reGenerate should be passed a level object and script, configuration, and seed parameters to rebuild a previous level. This does not need to be completed yet.