Home
Start a new game
Explore games
Help
Log in or sign up
Log in
Username
Password (
Forgot it?
)
×
New to Playfic?
Full Name
Email
Username
Password
Password (confirm)
Are you sure about this?
test chamber
by
Jachen Duschletta
Played 2,150 times
View game source
(spoilers!)
Download the
.z8 file
Source Code
"Test Chamber" by Fuchida The test chamber is a room. "You are in a test chamber in front of you are three lamps, and three buttons. The left lamp is [if the left lamp is lit]on[otherwise if the left lamp is not lit]off[end if]. The middle lamp is [if the middle lamp is lit]on[otherwise if the middle lamp is not lit]off[end if]. The right lamp is [if the right lamp is lit]on[otherwise if the right lamp is not lit]off[end if]." The left lamp is in the test chamber. It is not lit. The middle lamp is in the test chamber. It is not lit. The right lamp is in the test chamber. It is not lit. The left button is in the test chamber. The middle button is in the test chamber. The right button is in the test chamber. Instead of pushing the left button: if the left lamp is lit: Now the left lamp is not lit; say "The left lamp turns off."; otherwise if the left lamp is not lit: Now the left lamp is lit; say "The left lamp turns on." Instead of pushing the middle button: if the left lamp is lit: Now the left lamp is not lit; say "The left lamp turns off."; otherwise if the left lamp is not lit: Now the left lamp is lit; say "The left lamp turns on." Before pushing the middle button: if the right lamp is lit: Now the right lamp is not lit; say "The right lamp turns off."; otherwise if the right lamp is not lit: Now the right lamp is lit; say "The right lamp turns on." Instead of pushing the right button: if the left lamp is lit: Now the left lamp is not lit; say "The left lamp turns off."; otherwise if the left lamp is not lit: Now the left lamp is lit; say "The left lamp turns on." Before pushing the right button: if the middle lamp is lit: Now the middle lamp is not lit; say "The middle lamp turns off."; otherwise if the middle lamp is not lit: Now the middle lamp is lit; say "The middle lamp turns on." Every turn: If left lamp is lit and the middle lamp is lit and the right lamp is lit: say "All lamps are on. You solved the puzzle."; end the game in victory; Otherwise: say "Now the left lamp is [if the left lamp is lit]on[otherwise if the left lamp is not lit]off[end if]. The middle lamp is [if the middle lamp is lit]on[otherwise if the middle lamp is not lit]off[end if]. The right lamp is [if the right lamp is lit]on[otherwise if the right lamp is not lit]off[end if].";