Skip to content

stringzzz/IF_The_Else

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IF_The_Else

Interactive Fiction Game in C

This is a very classic-style interactive fiction game, it's pure text.

Anytime you see something in the text that is all caps, this implies it is something you can interact with. A couple of examples:

There is a PAINTING on the wall.

Then you can enter an action such as: check/examine/etc. painting

Another:

You see a ROCK on the ground.

Then action: get/take/grab/etc. rock

This is just the tip of the iceberg for the action options you have. In certain places you may be able to try different things, just use some logic, and don't be afraid to think outside the box.

There are also several different 'game over' scenarios in the game, so it would be a wise choice to save regularly, it can save a lot of headaches. To save you just enter 'save game' as an action anytime you have the 'Enter an action: ' prompt.

Finally, if you find yourself in an area where there are ridiculous puzzles and weird things going on, congratulations, you are in the final area. Good luck! -stringzzz

P.S. There are several obscure easter eggs in the game, have fun finding them! :P