|
|
|
|
|
by hyperpallium
2737 days ago
|
|
Says "arguing definitions is rarely useful"; argues a definition usefully. :-) FWIW I asked the question because I'm designing a simulation "game" without explicit win-conditions, but I'm concerned it won't be very engaging without them. e.g. Minecraft added monsters (to survive the night), and the enderverse. |
|
For the case of your game[0] specifically, one option is to expose game stats that the player can form their own challenges around. E.g. if the game UI shows how many times you've jumped, that implicitly lets the player form "do X without jumping more than Y times" sorts of challenges, etc. Or the more formal way to do it is like e.g. Minecraft achievements - there's no "win condition" for putting a saddle on a pig or whatever, but the mere fact that there's a piece of UI tracking whether you've done it or not, creates a challenge by itself.
[0] yeah I said it! ;)