Dummyrunner / LandingGame

MIT License
0 stars 0 forks source link

Implement level design #11

Open beneblubb opened 2 weeks ago

beneblubb commented 2 weeks ago

Aim

A one-level-game is boring. Lets add the possibility to create new levels!

Thoughts

Maybe this would be possible with a new Level class, which contains all objects needed for handling the actual level. Then in the Main loop, you could iterate through a list of all levels. Probably there are already patterns for implementing levels in pygame online.