Cover artwork of it's getting cold

// Archive entry № 0916

it's getting cold

it's getting cold is a text-based wilderness survival simulation video game. It features sparse textual descriptions and an oppressive setting and mood. It was created by the author as an exercise in both programming and setting a scene.

Developer
cheesybomb
Players
Region
Worldwide
Unrated Be the first · 8 views

Rate this game

Your rating, from 1 to 5 stars
Tap a star to submit

About the game

it's getting cold is a text-based wilderness survival simulation video game. It features sparse textual descriptions and an oppressive setting and mood. It was created by the author as an exercise in both programming and setting a scene.

The game does not rely on any external libraries with the exception of stdint, but that can easily be replaced. If it is running on a terminal which supports it, the game may use colored output.

== Gameplay == The goal in "it's getting cold" is to survive for as many turns as possible; the game only ends upon the player character's death. Each turn the player may perform one of several available actions, which pass a certain amount of time. As time progresses the player's hunger also increases, which if they do not address will lead to their demise. The five available actions (excluding quit) are as follows: eat, hunt, make arrows, scavenge, and tend the fire. All of these activities must be done regularly in order to maintain the necessary materials for survival; the ultimate resource is food, the player's supply of which will determine their ability to live, as hunger is the only way by which they may die.

Technical notes

Imported from LibreGameWiki. Verify platform-specific requirements on the linked project/download page before installing.