CoilBrew / sidescroller

0 stars 0 forks source link

Make multiple obstacles spawn #13

Closed chrisgrounds closed 6 years ago

chrisgrounds commented 6 years ago

An example of how to do this:

https://github.com/chris-bacon/starfield/blob/develop/starfield.py#L18

chrisgrounds commented 6 years ago

Maybe we want to generate the obstacles and store them on the Level class: https://github.com/CoilBrew/sidescroller/issues/14