CMPS-3350 Software Engineering  Lab-7

Establish your project individual source file.

Step-1 In this lab session, you will establish your individual source file and write some code in it. The description below outlines choosing and building a feature and doing your own work in the project. Not allowed in your individual source file: 1. main() 2. unused #include files 3. code copied from the main framework 4. code that someone else wrote Work with your group members... 1. Choose a feature of your game. 2. Choose a key-press or other action, to activate your feature. • The look of the screen will indicate your feature. • Choose a game feature that does not work yet. • Use your feature to write and test your code. If your feature is complete, then your feature is too simple. Choose another one. A feature must have: • the need for new code in your individual file • complexity • a need for testing • code elements such as · conditional statements · looping · arrays · math · function calls · new functions