Part 20. Domain Analysis For interactive programs such as these, we will use the How to Design Worlds recipe. This is our guide for developing most interactive programs, in big-bang, these are called world programs. There are 2 parts when designing interactive programs, first is that we use pen and paper for the concept and then we then code the whole thing from our analysis. We are going to design the walking cat program using the recipe. The cat would start at the left edge of the display and walks across the screen. When it reaches the right side, it should just continue walking off screen The interactive part is that we can use the spacebar key to bring the cat back to the left side. There are 4 steps in domain analysis Sketch program scenarios Identify constant information Identify Changing information Identify big-bang options First we sketch program scenarios, we would need pen and paper for this one. These 2 or 3 images shows the states of t...