jakubg1 / OpenSMCE

Game engine which allows creating a broad range of marble popper games.
MIT License
14 stars 11 forks source link

More win condition types #38

Open jakubg1 opened 3 years ago

jakubg1 commented 3 years ago

Instead of just an amount of destroyed spheres, some other types can be used too, i.e. score.

Comment from @xregexx on SM Discord server:

also, time elapsed, gems collected, spheres/vises spawned, appropriate-colored spheres destroyed. and something more specific like "make X combo/chain T times", "destroy X spheres at once with this particular powerup T times", "keep the spheres enough far from danger zone for enough long time" and so on also, winConditions stacking

jakubg1 commented 1 year ago

Objective stacking and a few basic types have been implemented in https://github.com/jakubg1/OpenSMCE/commit/e6a0cec82c6f9dd33d7b70fb87cf061f6dc4b869. More complex objectives will come at a later date.