To score, or not to score?

I agree with Joey and Ghalev here – most games today don’t have a score and don’t need one, because you can usually tell that Stuff Has Happened. (Though Laroquod argues that score is useful in telling you How Much Stuff Is Left To Happen, by comparing it to the max score – this doesn’t always work that way in practice though, if there are optional points and/or the last thing you need to do scores several points at once.)

If you do want a SCORE command at the prompt, you don’t need to implement it yourself in Inform 7; there’s one built in.

Matt,

(chuckling) That comment would tempt me to implement the Very Last Thing to increase the score by 300 points out of 400 possible points, after doling it out by 10s and 20s. :astonished: :wink: :smiley:

I just checked, and yes, there it is. IIRC, that wasn’t the case with Inform 6, about 10 years ago. :wink:

Pretty much, yeah.

A pretty common train of thought seems to be that more conspicuously game-like elements are more likely to be OK in games with content that’s light-hearted, wacky, game-like or conspicuously non-serious. On the other hand, if you’re making a game with more sombre tone and content, and you throw in things like a score (or achievements, or an AMUSING command at the end, or whatever), that can be a little jarring. If you put points in something realistic, they’re likely to look snarky or satirical: the points in Jim Munroe’s Punk Points are a sort of joke on the adolescent question ‘how will I know when I’m authentic, not just a faker noob?’ Similarly, if you’re writing a heart-breaking memoir about your last days with your dying mother, points are going to look totally out of place. (Not to say it’s impossible to make a game like that but… you should probably have some important Cool Idea about what the points are there to accomplish.)

The presence of a visible score makes signals to the player: ‘this is the kind of game that you will be playing with the goal of getting a good high score, and you should be focusing on stuff that raises your score’. They tend to make the player expect something with more challenging puzzles: there’s not much satisfaction in earning points unless they’re awarded for doing stuff with a certain degree of challenge. With more challenging puzzles, they’ll expect a slower narrative pace.

There are lots of sensible uses for scores, but for my money that’s the big one to keep in mind.

I’ve played games that did that (though I can’t remember which). Works best if the game has already been pretty jokey about its points.

A much firmer modern principle is that dicking the player around purely for the author’s amusement, while awfully tempting, is Not Cool. (If you’re pulling a meta-game joke, make damn sure you’re laughing with the player, not at them.)

Good point. (Actually I was thinking in terms of just a one-off for that particular player.)

That reminds me of what Jim Aikin (?) said about authors who insist on playing the “I’m smarter than you are game” with players (e.g., guess the verb, do random arbitrary action to solve the puzzle), and his response was pretty much identical to yours: “Not Cool.”

My early stuff that I’m porting to Inform 7 was pretty jokey (embarrassingly so 15 years later). OTOH, the piece I started from scratch in late October is still entertaining but has a much more down-to-earth tone, and the idea of scoring for that one seems much more arbitrary. (And out of place.)

Thanks for sharing your thoughts!

Cheers,

I think you hit it spot on when you wrote that a score counter serves as a way to “clue the player in somehow that she’s on the right track.” If you feel the game you’re writing needs, or at least could benefit from, such a mechanism, by all means include a score. If it doesn’t need it, don’t.

Of course, there are also games that include a score counter for other valid reasons, such as to parody and/or pay homage to classic IF conventions (e.g. Mentula Macanus) or because the score actually serves an in-game function (e.g. Treasures of a Slaver’s Kingdom, although that really fits both reasons). Or, you know, simply to keep track of the player’s progress, even if the direction of the progress is clear (e.g. Six).

Poking around the forum, I found that discussion on this thread:

But I still agree with our conclusions above. :wink: :smiley:

What about the “badge” type of achievements that are so popular these days - like on stackexchange sites, for example - is anybody using those in IF?

It would be interesting if people start to “gamify” a game…

Edit: I suppose you don’t necessarily understand where this is going. My point was something like this: what if, instead of just a score, there were different achievements you could aspire for, such as

  • Globetrotter: visited every location in the game
  • Academic: read more than 10 notes
  • bloodhound: found all hidden objects

Something like that. If you want to give the player a hint that there are things left to do, maybe this is an option to “12 out of a possible 15 points”.

Andromeda Apocalypse did that. (There are also achievements in Walker and Silhouette, but those are optional things rather than plot points.)

If you want to follow the score-as-completion-meter line of thought, there are really two separate things we’re talking about: ‘how far am I through the story?’ and ‘is there any optional content I haven’t seen?’ If you’re really serious about it, you need to distinguish one from the other, because otherwise the player has no way of telling, on a first playthrough, whether ‘the game is just about to end’ is at 300/500 or 490/500.

Yes. There’s been lots of talk about this. Andromeda Apocalypse has them, for a start. I think, in a normal IF game, they’re not really very different from an AMUSING list, except that you get to see 'em during play (and that ideally they’re persistent across sessions, which I don’t think is possible in a web runner at the moment). They’d work best in something like Kerkerkruip that encourages unusually high levels of replay anyway.

(Unless by ‘badge’ you mean a mechanism for public display, which obviously can’t work unless all IF is hooked up to a spooky centralised panopticon.)

There are, of course, achievements in Kerkerkruip. Some of them are pretty fun and hard to achieve.

One thing I find is that due to the way the score is implemented by default alongside the turn count, it is easy to mistake the turn count for the maximum score. You can then easily end up thinking that the game is being unfair by increasing the “maximum score” every turn.

Maga, Glk data files will work in Quixe :slight_smile:

That is excellent, and I’m very glad to be corrected!

When I was working on A Killer Headache, I felt self-conscious about having a points system at all, and about breaking the fourth wall too much in general. But with hindsight, I think I should have pushed the Meretzky-isms as hard as possible. Progress is just too hard to understand, and this might have actually worked pretty well:

[spoiler]You yank your arm away from the rabid dog, and your hand pops right off as the dog chomps down. You fly backwards land on your ass in the dirt.

Your score has just gone up by 10 points.[/spoiler]

Well, you’ve actually just exemplified a great use of score. Jarring by modern sensibilities, yes, but it tells the player inequivocally that they’re on the right track.

As opposed to, say, typing UNDO and finding a way to avoid that happening.

I think something similar happened in “Afflicted”. A certain scene, not unlike the one you just described, which nevertheless made it clear to the player that it was something that we’d have to go through to proceed.

And then again, you could just mess with the player, by taking points FROM them even though it IS a necessary part of the story. That is also done sometimes.

And in both Afflicted and A Killer Headache, it’d also be a signal that we shouldn’t be treating the gore and severed body parts too seriously. (Establishing tone was something that AKH struggled with somewhat.)

I wouldn’t actually automatically agree with that. Progression is one thing, tone is another. I did find it a tiny bit jarring that score went up as I was maimed, but not enough to actually interfere with the tone, or with the seriousness of the fore and severing.

On a sidenote, which game was it where your maximum score was a random value and you actually got random points? I think that as the game progressed, your maximum score actually came down to meet your current one. Was it Leather Goddesses of Phobos? That was completely tone-setting.

Wasn’t LGOP. Or Bureaucracy (that was the one with “blood pressure”). Hm. I remember the effect you’re talking about but not what game it was.

Actually, it was LGOP. I just checked. Played the first scene three times, getting 3, 8, and 2 points. Quitting at that point tells you your score is out of a possible 9000-something.