gricha2380 / regex

https://gricha2380.github.io/regex/demo
0 stars 0 forks source link

Add multi-stage levels into game object #35

Open gricha2380 opened 6 years ago

gricha2380 commented 6 years ago

Certain levels will require players to clear multiple waves of enemies or multiple phases before completion is reached. To allow this, the game model should provide an array of alerts, end conditions and introductions for each phase.

gricha2380 commented 6 years ago

This has been implemented for a few weeks now but I haven't fully tested.