sjs329 / Bounded-Circles

Javascript game inspired by Mary Rose Cook (http://maryrosecook.com/)
2 stars 0 forks source link

Add levels #11

Closed sjs329 closed 9 years ago

sjs329 commented 9 years ago

First step is defining how the levels should be structured and what things can change between them, then the actual level design will just be making the desired structures.

My initial thought is to have the level be a structure that mimics the world structure in main.js, and pass that into the reset function, where it will just assign the new level to the world variable.

sjs329 commented 9 years ago

LEVELS ARE IN!

Define them in levels.js. currently you can set:

sjs329 commented 9 years ago

Circles can now be statically defined in addition to specifying a number of random ones