Home
Explore games
Help
Log in
Playfic is now in read-only mode.
You can still play existing games, but new signups and game editing is disabled.
Read the announcement.
Log in
Username
Password (
Forgot it?
)
Login
Just some random game file for testing and demonstrating some things.
by
zach whalen
Played 1,807 times
View game source
(spoilers!)
Download the
.z8 file
Source Code
[Building some basic spaces] The office is a room. There is a key in the office. The front door is a door. The front door is lockable and locked. The front door is north of the office and south of the hallway. The key unlocks the front door. [Let's try this scene test.] The interaction is a scene. [This tests for 3 things: is the player in the hallway, is the door unlocked, how many turns has it been.] The interaction begins when the player is in the hallway for the fifth turn and the door is unlocked. [Testing to confirm whether interaction scene has actually begun.] When interaction begins: say "The man on the couch begins to stir." [Now let's test some radiation!!] The radiation count is a number that varies. The radiation count is 0. Every turn when the front door is unlocked: increase the radiation count by 1; say "You are now at radiation level [the radiation count].". Every turn when the radiation count is 5, say "You begin to feel sick to your stomach. It must be because of radiation. You're going to have to do something about this soon. Can you make a suit of some kind? Thinking back to basic medical interventions may also help."