rdemoparty / stardust

2D sidescroller
2 stars 0 forks source link

Study whether it is feasible to script the level progression #43

Open benishor opened 7 years ago

benishor commented 7 years ago

Rather than hardcoding level progression along with cutscenes in the code and use convention over configuration, study the feasibility of decoupling this from the c++ runner and have it done in scripting which the artist can control. This would allow us to also make use of game session state in order to make dynamic decisions at runtime.