Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+2)

Do you have any suggestions for alternatives?

I agree that they are pervasive, but I would suggest that they're a necessary evil - ultimately, the underlying mechanics of games have to be based on numerical measures.

No matter how much abstraction you place on top, there is always a number (or set of numbers) ticking away to decide if a given character is dead yet, and by making that more obscure you risk frustrating the player because you're withholding information.

(+3)

The short answer is "nope, not off the top of my head. Somebody smarter than I am is gonna have to figure that out."

The longer answer would be 1) think about paring down rather than building up 2) to look at reward structures in other mediums. 

1) Super Meat Boy I think is an example of paring down. That game would just plain old suck if it had a lives system, and would probably suck also if it had a hitpoint system. Its gimmick is challenge+mastery (you either clear the stage or you don't, and you need to master gradually harder skills to clear later stages). So sure, there's some boolean value somewhere (you're either alive or dead), but it feels less hitpoint-y than, say, a Metroidvania. Heck, even Super Mario Brothers (lives system aside) does more interesting things with its trinary hit point system (big, small, dead): there are some routes through the level that are only possible if you've been hit. So I agree that hiding your hit point replacement behind a bunch of other complex factors would be too opaque and player-unfriendly, but that's not the only way forward. Not all numbers have to act like hit points. Not all hit points have to act like hit points! A metaphor that you may or may not find satisfying is that just because images on the screen are made up of pixels doesn't mean that every game has to be pixel art.  We can build abstractions on top of internal numerical representations that are both expressive and usable.

2) Part of the reason why this is a manifesto rather than a design document is because it's utopian. I allude to it in the original essay, but I think we need to go spelunking for verbs from other places. Your question supposes that the player needs to die: that there needs to be something that ticks down that makes the game over.  Books don't (usually) have that constraint. Neither do movies. The natural argument  that I can come up with for why those media are different is that a game = winning/losing = win/loss condition = internal state= number related to internal state = something hit-pointy.  Each of those logical links seem pretty strong, but I think if people push on them (or make explicit design constraints to go around them) there are plenty of non-conforming spaces there.  There are twine games that keep track of internal states (player location/preferences/narrative progression) but have nothing that looks like a hit point. Portal is an example where you literally have hitpoints somewhere in the engine, but they have very little practical importance (they just determine how long you can withstand turret fire, say). 

Bonus 3) I'm interested in how far I can push game design before I run into the "it's all gonna have to be numbers somewhere" limit while still making something fun. At the very least it would be a fun design exercise.

I apologize for writing the word "no" via several hundred words that were not "no."

(+2)

No need to apologise; thank you for taking the time to write such a detailed reply! I realise now that my comment might have come across as a bit facetious (in the sense that it can be read as "games are programmed with numbers so of course you can't take away the numbers") - that wasn't my intention!

I definitely like the suggestion to make hitpoints more meaningful and less arbitrary. Super Mario Brothers is an excellent example of that which I'd never even considered before. One other that popped into my head was 'This War of Mine' in the way that they handle sickness, injury, and depression: The game deliberately makes these ambiguous by only having vague descriptors for each 'level' of a condition (e.g. 'slightly sick', 'sick', 'severely ill') which is particularly effective because it reinforces the game's overall mood of fear and uncertainty.

The recent 'Into the Breach' has a different but still interesting approach: it does use hitpoints but they act more as a resource to be spent, using your characters to block damage which would otherwise destroy an objective, for example.

I also agree that more games should experiment with different success / failure states than the traditional win and continue / die and restart (Portal is a good example). I think Pyre has an interesting approach on that one, too - failures don't hold the player back but instead have an emotional weight to them because of how they affect the characters / story.

I don't think all genres will be able to shake them off (MOBAs and competitive FPS, for example) but maybe even they can change.