Difference between revisions of "The Role of Hunger"

From RogueBasin
Jump to navigation Jump to search
(Major format and style update. Removed section identifiers and referred to the sections literally for easier reading.)
 
(13 intermediate revisions by 4 users not shown)
Line 1: Line 1:
   "Do you have hunger in your roguelike?"<br>
   "Do you have hunger in your roguelike?"<br>
   "Not yet."<br>
   "Not yet."<br>
   "Excellent!  I hate that!"<br>
   "Excellent!  I hate that!"


The dislike of starving to death in roguelikes seems, in my  
The dislike of starving to death in roguelikes seems, in my experience, to dwarf the dislike of permanent death.  And yet roguelike authors continue to rush to implement starvation.  The following is a collection of thoughts on hunger, largely derived from discussions I have read roguelikes I have played.  I look forward to any expansion people can make.  
experience, to dwarf the dislike of permament death.  And yet  
Roguelike authors continue to rush to implement starvation.  The  
following is a collection of thoughts on hunger, largely derived from  
discussions I have read & roguelikes I have played.  I look forward to  
any expansion people can make.  


== Benefits Of Hunger ==
== Benefits of Hunger ==


* B1: <b>Hunger as a Resource</b>
=== Hunger as a Resource ===


Hunger provides another dimension of resource management.  Like  
Hunger provides another dimension of resource management.  Like Hitpoints, Magic points, and Gold, Satiation is another resource that must be managed.  Since many roguelikes are largely about balancing resources, removing hunger from the equation would make it easier for the player to min/max, and thus less challenging, and less fun.  
Hitpoints, Magic points, and Gold, Satiation is another resource that  
must be managed.  Since many roguelikes are largely about balancing  
resources, removing hunger from the equation would make it easier for  
the player to min/max, and thus less challenging, and less fun.  


Examples:
==== Examples ====
* A ring of sustanence uses up a ring slot which the player could use for another purpose.  
* A ring of sustenance uses up a ring slot which the player could use for another purpose.  
* Casting spells consumes hunger, thus having a long term (hunger) and short term (magic point) cost.  
* Casting spells consumes hunger, thus having a long term (hunger) and short term (magic point) cost.  
* Food rations take space/weight in inventory, leading to more careful packing and/or stashing.  
* Food rations take space/weight in inventory, leading to more careful packing and/or stashing.  


* B2: <b>Hunger as a Timelimit</b>
=== Hunger as a Time Limit ===


The inexorable tick of the Hungry time bomb provides a sort of urgency  
The inexorable tick of the Hungry time bomb provides a sort of urgency to the adventure.  You ''must'' delve deeper searching for food rations. You can't just lock yourself in a room for 2000 turns to heal/study/etc.  
to the adventure.  You *must* delve deeper searching for food rations.  
You can't just lock yourself in a room for 2000 turns to  
heal/study/etc.  


Many aspects of Roguelikes encourage safe & careful play.  Hunger is  
Many aspects of Roguelikes encourage safe and careful play.  Hunger is often listed as a drive for action rather than inaction.  
often listed as a drive for action rather than inaction.  


Examples:
==== Examples ====
* Cutting trees in [[ADOM]] would be a nearly free action if not for going from Full->Hungry in a single user-turn.  
* Cutting trees in [[ADOM]] would be a nearly free action if not for going from "Full" to "Hungry" in a single user-turn.  
* In the early [[NetHack]] game, I personally tend to dive quickly if I'm running low on food in hopes of getting a yummy corpse. (Note: This is not directly encouraged as some note that one can always use a hunger prayer instead)  
* In the early [[NetHack]] game, I personally tend to dive quickly if I'm running low on food in hopes of getting a yummy corpse. (Note: This is not directly encouraged as some note that one can always use a hunger prayer instead.)
* [[Cogmind]], though it does not use hunger, uses the lack of healing to similar extent. The player may only heal after they reach a new level, limiting the time they have to explore before suffering the consequences of attrition.


* B3: <b>Hunger as Realism</b>
=== Hunger as Realism ===


We have to eat in real life, right?  Of course, we have to breathe in  
We have to eat in real life, right?  Of course, we have to breathe in real life, and few would suggest a "breathe" command be added to roguelikes.  (It would make an interesting death message though - "forgot to breathe")  Hunger could always be fully abstracted.  It could be assumed the adventurer is foraging and eating, much as it is assumed the adventurer is sleeping regularly in most roguelikes.  
real life, and few would suggest a "breathe" command be added to  
roguelikes.  (It would make an interesting death message though -  
"forgot to breathe")  Hunger could always be fully abstracted.  It  
could be assumed the adventurer is foraging and eating, much as it is  
assumed the adventurer is sleeping regularly in most roguelikes.  


I don't consider this much of a benefit, and merely leave it here  
I don't consider this much of a benefit, and merely leave it here for completeness.
completeness.  


[[Uses of Eating]]
== Uses of Eating ==


What use is eating?  Why have eating at all in the game?  Another way  
What use is eating?  Why have eating at all in the game?  Another way of looking at this, is why would a player want to eat in your roguelike?  
of looking at this, is why would a player want to eat in your  
roguelike?  


* U1: <b>Prevent Death</b>
=== Prevent Death ===


This is the most commonly implemented use.  And, IMO, is the source of  
This is the most commonly implemented use.  And, in my opinion, is the source of most of the aggravation with Hunger in Roguelikes.  No food for long enough implies death.  
most of the aggravation with Hunger in Roguelikes.  No food for long  
enough implies death.  


This use strengthens B1, as any resource which causes death on expiry  
This use strengthens hunger as a resource, as any resource which causes death on expiry (such as hitpoints) tends to be more carefully managed.  However, Magic Points are another carefully managed resource, and usually hitting 0 MP doesn't directly result in death.  Thus, to gain hunger's advantages as a resource, one must merely ensure being Hungry causes sufficient negative properties that one will be encouraged to manage it.  
(such as hitpoints) tends to be more carefully managed.  However,  
Magic Points are another carefully managed resource, and usually  
hitting 0 MP doesn't directly result in death.  Thus, to gain B1, one  
must merely ensure being Hungry causes sufficient negative properties  
that one will be encouraged to manage it.  


B2 is more susceptable to the removal of the death penalty.  
B2 is more susceptible to the removal of the death penalty. Hunger-as-timelimit is well displayed by Ultima III.  In Ultima III, your party members each had a Food counter.  Each action decremented that counter.  If it hit 0, the character would take damage until death.  You had a very good idea about what your time-to-live was by the counter.  On the other hand, if Hunger has only non-fatal effects, say preventing magic regeneration, there is no sense of time-to-live. One could let one's hunger bottom out, spend an arbitrary amount of time goofing around, and then have a couple cram rations to resatiate oneself.  (Removing the floor on hunger may avoid this, but seems like an artificial fix.)  
Hunger-as-timelimit is well displayed by Ultima III.  In Ultima III,  
your party members each had a Food counter.  Each action decremented  
that counter.  If it hit 0, the character would take damage until  
death.  You had a very good idea about what your time-to-live was by  
the counter.  On the other hand, if Hunger has only non-fatal effects,  
say preventing magic regeneration, there is no sense of time-to-live.  
One could let one's hunger bottom out, spend an arbitrary amount of  
time goofing around, and then have a couple cram rations to resatiate  
oneself.  (Removing the floor on hunger may avoid this, but IMO would
be an artificial fix)  


* U2: <b>Allow Healing</b>
=== Allow Healing ===


Often eating is implemented as a form of instant-healing.  A sandwhich
Often eating is implemented as a form of instant-healing.  A sandwich may give +5HP & +5MP.  One's hunger level is more of a satiation level, and it is ironically better to be hungry than full as one can then take advantage of food.  This, however, turns food into YAWTH  
may give +5HP & +5MP.  One's hunger level is more of a satiation  
(Yet another way to heal), as there are plenty of insta-heal methods in the Roguelike genre already.  
level, and it is ironically better to be hungry than full as one can  
then take advantage of food.  This, however, turns food into YAWTH  
(Yet another way to heal), as there are plenty of insta-heal methods  
in the Roguelike genre already.  


This system does not provide B1 nor B2.  
This system does not provide hunger as a resource nor as a time limit.


* U3: <b>Allow Regeneration</b>
=== Allow Regeneration ===


The natural regeneration of hit points and magic points can be tied to  
The natural regeneration of hit points and magic points can be tied to the hunger level.  This keeps food as a method-of-healing, but it doesn't change an apple into a different looking potion of healing.
the hunger level.  This keeps food as a method-of-healing, but it  
doesn't change an apple into a different looking potion of healing.  


This system only weakly drives B1 and B2.  Regeneration is nice (one  
This system only weakly drives hunger as a resource and time limit.  Regeneration is nice (one gets hp/mp while wandering around, rather than having to consume turns and items), but can be ignored by uninjured players and high level players.  Thus, one may find people only eating before major fights and falling to "Starving!" whilst moving stuff between their caches.  
gets hp/mp while wandering around, rather than having to consume turns  
and items), but can be ignored by uninjured players and high level  
players.  Thus, one may find people only eating before major fights  
and falling to Starving! whilst moving stuff between their caches.  


* U4: <b>Allow Special Actions</b>
=== Allow Special Actions ===


Actions, such as SpellCasting, or going Beserk, may be limitted to  
Actions, such as SpellCasting, or going Berserk, may be limited to those who are not hungry.  This has a strong resource component.  The strength of this feature as a time limit depends on how pervasive the requirement is.  (If I can research spells while "Starving!", the hunger system does not contribute to the balancing of the time taking to research spells.)
those who are not hungry.  This has a strong B1 component.  The  
strength of B2 depends on how pervasive the requirement is.  (If I can  
research spells while Starving!, the hunger system does not contribute  
to the balancing of the time taking to research spells)  


* U5: <b>Gain Intrinsics</b>
=== Gain Intrinsics ===


You are what you eat.  This benefit for eating is similar to U2,  
You are what you eat.  This benefit for eating is similar to allowing healing, except usually is not just a clone of another existent process.  It has serious balance issues, however.  Being able to gain an intrinsic means not having to use an item slot to fulfill that intrinsic.  One must be careful not to nerf rings of fire resistance (as I personally think they have been in [[NetHack]]).  There are multiple solutions to this:  
except usually is not just a clone of another existant process.  It  
* Balance with it in mind.
has serious balance issues, however.  Being able to gain an intrinsic  
* Have different levels of resistance.  Thus, maximum resistance requires the item + the eaten intrinsic.
means not having to use an item slot to fulfill that intrinsic.  One  
* Only grant temporary resistances through eating.
must be careful not to nerf rings of fire resistance (as I personally  
think they have been in [[NetHack]]).  There are multiple solutions to  
this:  
* Balance with it in mind  
* Have different levels of resistance.  Thus, maximum resistance requires the item + the eaten intrinsic  
* Only grant temporary resistances through eating.  


* U6: <b>Add atmosphere</b>
=== Add Atmosphere ===


Being able to bake a cake adds to the sense of the completeness of the  
Being able to bake a cake adds to the sense of the completeness of the world.  One should be cautioned that the powergamers will immediately clamour for it to be "useful."
world.  One should be cautioned that the powergamers will immediately  
clamour for it to be "useful".


[[Implementation Details]]
== Implementation Details ==


What are things to keep in mind when implementing hunger?  
What are things to keep in mind when implementing hunger?  


* I1: <b>Does hunger bottom out?</b>
=== Lower Limit ===


Even in U1, this is not easily answered.  Ultima III, for example,  
Even when using hunger as a resource, this is not easily answered.  Ultima III, for example, does bottom out at 0 food, so as soon as you buy more food you stop starving.  However, they could have tracked arbitrarily large negative food.  
does bottom out at 0 food, so as soon as you buy more food you stop  
starving.  However, they could have tracked arbitrarily large negative  
food.  


By not letting hunger bottom out, one can strengthen B2.  While one  
By not letting hunger bottom out, one can strengthen hunger as a time limit.  While one may research that spell while "Starving!", one can't then just have a slice of pizza and be back at 100%, you have to eat yourself out of a very deep hole.  I think such a system would have serious representational problems.
may research that spell while Starving!, one can't then just have a  
slice of pizza and be back at 100%, you have to eat yourself out of a  
very deep hole.  I think such a system would have serious  
representational problems.  


* I2: <b>Is there a maximum that you can eat?</b>
=== Upper Limit ===


In either U2 or U5, I think this is mandatory.  For the other cases,  
For either healing or for intrinsics, I think this is mandatory.  For the other cases, it is entirely optional.  Note that removing a maximum cap removes the inventory management aspect of food.  The other portions of food as a resource remain, of course.  
it is entirely optional.  Note that removing a maximum cap removes the  
inventory management aspect of food in B1.  The other portions of B1
remain, of course.  


Note that if one can eat corpses, having no limit lets you stock up  
Note that if one can eat corpses, having no limit lets you stock up from a room of kills.  Most extant roguelikes require you to kill-when-hungry.
from a room of kills.  Most extant roguelikes require you to  
kill-when-hungry.  


* I3: <b>How does hunger increase?</b>
A variant of this used by [[Crawl]] is to have some food stuffs that you can only eat when hungry.  Most characters refuse to eat raw meat unless they are already hungry, even though they'd be quite willing to eat an apple.


This is a whole range of possibilities.  One or more of:
=== Change Over Time ===
* Time.  Every game tick, you grow hungrier.
* Turns.  Every time you do an action, you hunger (possibly relating to the strenuousness of the action)
* Regeneration.  When you regenerate due to U3, you hunger.
* Special Abilities.  When you use special abilities due to U4, you hunger.
* Intrinsics.  Possession of certain items/intrinsics/whatever which are too strong can be balanced with hunger.  Eg, ring of conflict in [[Nethack]], being invisible in [[ADOM]], etc.


* I4: <b>Does one explicitly eat?</b>
Hunger can increase in several different ways. One or more of:
* '''Time.'''  Every game tick, you grow hungrier.
* '''Turns.'''  Every time you do an action, you hunger (possibly relating to the strenuousness of the action).
* '''Regeneration.'''  When you regenerate due to U3, you hunger.
* '''Special Abilities.'''  When you use special abilities due you hunger.
* '''Intrinsics.'''  Possession of certain items/intrinsics/whatever which are too strong can be balanced with hunger.  (e.g. ring of conflict in [[NetHack]], being invisible in [[ADOM]], etc.)


In aforementioned Ultima III, one never has to "eat" something - it is
=== Eating as an Action ===
done automatically.  Eating can quickly become a micro management
issue.  However, if one wants U6, one had better have explicit eating.


* I5: <b>How is hunger level expressed?</b>
In aforementioned Ultima III, one never has to "eat" something - it is done automatically.  Eating can quickly become a micro management issue.  However, if one wants intrinsics, the game had better have explicit eating.
 
=== Interface ===


This comes down to a question of granularity:  
This comes down to a question of granularity:  
* A numeric value: This strongly reinforces B2.  One sees the ticking of the clock in front of one's face.  
* '''Numeric Value:''' This strongly reinforces hunger's use as a time limit.  One sees the ticking of the clock in front of one's face.  
* A hunger bar: Simpler to reference, feels less fiction-breaking than the numeric value, but still allows one to watch the slow ticking.  
* '''Hunger Bar:''' Simpler to reference, feels less fiction-breaking than the numeric value, but still allows one to watch the slow ticking.  
* Hunger Status Line: "Hungry" type status line entries.  Hides the time limit aspect of hunger.  Often results in newbies being surprised and starving.  
* '''Hunger Status Line:''' "Hungry" type status line entries.  Hides the time limit aspect of hunger.  Often results in newbies being surprised and starving.  
* No Output: Best for systems such as U6 or U2.  Definitely not suggested for U1.  This avoids spamming the user with something they may not care about.  It will downplay the role of food in your game.  
* '''Invisible:''' Best for atmospheric systems or those in which hunger is only used to heal.  Definitely not suggested for hunger as a means to prevent death.  This avoids spamming the user with something they may not care about.  It will downplay the role of food in your game. Ultima Online, for example, used this system.
Ultima Online, for example, used this system (It maybe categorized as U6 + theoritical U3, with I1, I2, I3(time only), and I4).  


[[Hunger Hatred]]
== Hunger Hatred ==


Why do people hate hunger?
Why do people hate hunger?


* H1: <b>It is micro management. </b>
=== Micromanagement ===
 
If no non-newbies should ever starve to death, then the hunger system is just requiring the player to periodically perform extra keypresses. If the player doesn't find these key presses interesting, it seems like meaningless micromanagement.
 
Some roguelikes (for example [[NetHack]]) have magical items that eliminate or greatly reduce food consumption.  Such an item allows the benefits of a hunger system, and the realism in the early game, but helps to ensure that micromanagement is reduced in the mid-to-end game, when the player would be most irritated by starving to death.  Similarly, other roguelikes like [[POWDER]] can have a skill which provides immunity to the negative effects of hunger - allowing the player to let their hunger timer to bottom out without adverse effect.


If no non-newbies should ever starve to death, then the hunger system
=== Time Limit ===
is just requiring the player to periodically perform extra keypresses.
If the player doesn't find these key presses interesting, it seems
like meaningless micro management.


* H2: <b>It is a time limit. </b>
This is less often expressed, but I think lies at the heart.  People feel the constant tick of time and know there is only a finite number of turns before they must get the next food ration.  This may add excitement to some players, but others are turned off. Roguelikes are turn based, after all, so often played by people who want to think about their moves.  Knowing a wasted diagonal movement may cause starvation will worry many players needlessly.  


This is less often expressed, but I think lies at the heart.  People
=== Interruption of Story ===
feel the constant tick of time and know there is only a finite number
of turns before they must get the next food ration.  This may add
excitement to some players, but others are turned off.  Roguelike's
are turn based, after all, so often played by people who want to think
about their moves.  Knowing a wasted diagonal movement may cause
starvation will worry many players needlessly.


* H3: <b>Interrupts the Heroic Fantasy </b>
Worrying about food whilst engaged in an awesome task seems petty. This is tied to realism, of course, and both are as relevant to the whole discussion.


Worrying about food whilst engaged in an awesome task seems petty.  
This isn't to say that a heroic tale doesn't have food or hunger.  Such tales, however, tend to concentrate on epic hunger. The mundane day-to-day eating is passed over to save words for more exciting things.  Hunger in roguelikes tends to combine the life-or-death of "epic hunger" with the mundanity of everyday food shopping.
This is tied to B3, of course, and both are as relevant to the whole
discussion.


[[Category:Articles]]
[[Category:Articles]]

Latest revision as of 02:10, 19 May 2017

 "Do you have hunger in your roguelike?"
"Not yet."
"Excellent! I hate that!"

The dislike of starving to death in roguelikes seems, in my experience, to dwarf the dislike of permanent death. And yet roguelike authors continue to rush to implement starvation. The following is a collection of thoughts on hunger, largely derived from discussions I have read roguelikes I have played. I look forward to any expansion people can make.

Benefits of Hunger

Hunger as a Resource

Hunger provides another dimension of resource management. Like Hitpoints, Magic points, and Gold, Satiation is another resource that must be managed. Since many roguelikes are largely about balancing resources, removing hunger from the equation would make it easier for the player to min/max, and thus less challenging, and less fun.

Examples

  • A ring of sustenance uses up a ring slot which the player could use for another purpose.
  • Casting spells consumes hunger, thus having a long term (hunger) and short term (magic point) cost.
  • Food rations take space/weight in inventory, leading to more careful packing and/or stashing.

Hunger as a Time Limit

The inexorable tick of the Hungry time bomb provides a sort of urgency to the adventure. You must delve deeper searching for food rations. You can't just lock yourself in a room for 2000 turns to heal/study/etc.

Many aspects of Roguelikes encourage safe and careful play. Hunger is often listed as a drive for action rather than inaction.

Examples

  • Cutting trees in ADOM would be a nearly free action if not for going from "Full" to "Hungry" in a single user-turn.
  • In the early NetHack game, I personally tend to dive quickly if I'm running low on food in hopes of getting a yummy corpse. (Note: This is not directly encouraged as some note that one can always use a hunger prayer instead.)
  • Cogmind, though it does not use hunger, uses the lack of healing to similar extent. The player may only heal after they reach a new level, limiting the time they have to explore before suffering the consequences of attrition.

Hunger as Realism

We have to eat in real life, right? Of course, we have to breathe in real life, and few would suggest a "breathe" command be added to roguelikes. (It would make an interesting death message though - "forgot to breathe") Hunger could always be fully abstracted. It could be assumed the adventurer is foraging and eating, much as it is assumed the adventurer is sleeping regularly in most roguelikes.

I don't consider this much of a benefit, and merely leave it here for completeness.

Uses of Eating

What use is eating? Why have eating at all in the game? Another way of looking at this, is why would a player want to eat in your roguelike?

Prevent Death

This is the most commonly implemented use. And, in my opinion, is the source of most of the aggravation with Hunger in Roguelikes. No food for long enough implies death.

This use strengthens hunger as a resource, as any resource which causes death on expiry (such as hitpoints) tends to be more carefully managed. However, Magic Points are another carefully managed resource, and usually hitting 0 MP doesn't directly result in death. Thus, to gain hunger's advantages as a resource, one must merely ensure being Hungry causes sufficient negative properties that one will be encouraged to manage it.

B2 is more susceptible to the removal of the death penalty. Hunger-as-timelimit is well displayed by Ultima III. In Ultima III, your party members each had a Food counter. Each action decremented that counter. If it hit 0, the character would take damage until death. You had a very good idea about what your time-to-live was by the counter. On the other hand, if Hunger has only non-fatal effects, say preventing magic regeneration, there is no sense of time-to-live. One could let one's hunger bottom out, spend an arbitrary amount of time goofing around, and then have a couple cram rations to resatiate oneself. (Removing the floor on hunger may avoid this, but seems like an artificial fix.)

Allow Healing

Often eating is implemented as a form of instant-healing. A sandwich may give +5HP & +5MP. One's hunger level is more of a satiation level, and it is ironically better to be hungry than full as one can then take advantage of food. This, however, turns food into YAWTH (Yet another way to heal), as there are plenty of insta-heal methods in the Roguelike genre already.

This system does not provide hunger as a resource nor as a time limit.

Allow Regeneration

The natural regeneration of hit points and magic points can be tied to the hunger level. This keeps food as a method-of-healing, but it doesn't change an apple into a different looking potion of healing.

This system only weakly drives hunger as a resource and time limit. Regeneration is nice (one gets hp/mp while wandering around, rather than having to consume turns and items), but can be ignored by uninjured players and high level players. Thus, one may find people only eating before major fights and falling to "Starving!" whilst moving stuff between their caches.

Allow Special Actions

Actions, such as SpellCasting, or going Berserk, may be limited to those who are not hungry. This has a strong resource component. The strength of this feature as a time limit depends on how pervasive the requirement is. (If I can research spells while "Starving!", the hunger system does not contribute to the balancing of the time taking to research spells.)

Gain Intrinsics

You are what you eat. This benefit for eating is similar to allowing healing, except usually is not just a clone of another existent process. It has serious balance issues, however. Being able to gain an intrinsic means not having to use an item slot to fulfill that intrinsic. One must be careful not to nerf rings of fire resistance (as I personally think they have been in NetHack). There are multiple solutions to this:

  • Balance with it in mind.
  • Have different levels of resistance. Thus, maximum resistance requires the item + the eaten intrinsic.
  • Only grant temporary resistances through eating.

Add Atmosphere

Being able to bake a cake adds to the sense of the completeness of the world. One should be cautioned that the powergamers will immediately clamour for it to be "useful."

Implementation Details

What are things to keep in mind when implementing hunger?

Lower Limit

Even when using hunger as a resource, this is not easily answered. Ultima III, for example, does bottom out at 0 food, so as soon as you buy more food you stop starving. However, they could have tracked arbitrarily large negative food.

By not letting hunger bottom out, one can strengthen hunger as a time limit. While one may research that spell while "Starving!", one can't then just have a slice of pizza and be back at 100%, you have to eat yourself out of a very deep hole. I think such a system would have serious representational problems.

Upper Limit

For either healing or for intrinsics, I think this is mandatory. For the other cases, it is entirely optional. Note that removing a maximum cap removes the inventory management aspect of food. The other portions of food as a resource remain, of course.

Note that if one can eat corpses, having no limit lets you stock up from a room of kills. Most extant roguelikes require you to kill-when-hungry.

A variant of this used by Crawl is to have some food stuffs that you can only eat when hungry. Most characters refuse to eat raw meat unless they are already hungry, even though they'd be quite willing to eat an apple.

Change Over Time

Hunger can increase in several different ways. One or more of:

  • Time. Every game tick, you grow hungrier.
  • Turns. Every time you do an action, you hunger (possibly relating to the strenuousness of the action).
  • Regeneration. When you regenerate due to U3, you hunger.
  • Special Abilities. When you use special abilities due you hunger.
  • Intrinsics. Possession of certain items/intrinsics/whatever which are too strong can be balanced with hunger. (e.g. ring of conflict in NetHack, being invisible in ADOM, etc.)

Eating as an Action

In aforementioned Ultima III, one never has to "eat" something - it is done automatically. Eating can quickly become a micro management issue. However, if one wants intrinsics, the game had better have explicit eating.

Interface

This comes down to a question of granularity:

  • Numeric Value: This strongly reinforces hunger's use as a time limit. One sees the ticking of the clock in front of one's face.
  • Hunger Bar: Simpler to reference, feels less fiction-breaking than the numeric value, but still allows one to watch the slow ticking.
  • Hunger Status Line: "Hungry" type status line entries. Hides the time limit aspect of hunger. Often results in newbies being surprised and starving.
  • Invisible: Best for atmospheric systems or those in which hunger is only used to heal. Definitely not suggested for hunger as a means to prevent death. This avoids spamming the user with something they may not care about. It will downplay the role of food in your game. Ultima Online, for example, used this system.

Hunger Hatred

Why do people hate hunger?

Micromanagement

If no non-newbies should ever starve to death, then the hunger system is just requiring the player to periodically perform extra keypresses. If the player doesn't find these key presses interesting, it seems like meaningless micromanagement.

Some roguelikes (for example NetHack) have magical items that eliminate or greatly reduce food consumption. Such an item allows the benefits of a hunger system, and the realism in the early game, but helps to ensure that micromanagement is reduced in the mid-to-end game, when the player would be most irritated by starving to death. Similarly, other roguelikes like POWDER can have a skill which provides immunity to the negative effects of hunger - allowing the player to let their hunger timer to bottom out without adverse effect.

Time Limit

This is less often expressed, but I think lies at the heart. People feel the constant tick of time and know there is only a finite number of turns before they must get the next food ration. This may add excitement to some players, but others are turned off. Roguelikes are turn based, after all, so often played by people who want to think about their moves. Knowing a wasted diagonal movement may cause starvation will worry many players needlessly.

Interruption of Story

Worrying about food whilst engaged in an awesome task seems petty. This is tied to realism, of course, and both are as relevant to the whole discussion.

This isn't to say that a heroic tale doesn't have food or hunger. Such tales, however, tend to concentrate on epic hunger. The mundane day-to-day eating is passed over to save words for more exciting things. Hunger in roguelikes tends to combine the life-or-death of "epic hunger" with the mundanity of everyday food shopping.