Learn some programming basics [Dec. 16, 2011, 4:10 p.m.]
In order to build your game, you'll need to know a few programming basics. Let's learn about them now. The three things you'll need to know are:
1. How to ask a player for information
2. How to store that information
3. How to display a story using that information
Let's start with #1: Asking a player for information.
Open Wing IDE, and in the top-left corner, type the following:
adjective1 = raw_input("Tell me an adjective, and click enter. ")