Helpful guidelines for your group presentation
----------------------------------------------

1. Prepare by practicing what you will say.
   • Each student should speak for 3 to 5 minutes.
   • Do not interrupt your own group member while they are presenting.

2. Be ready to setup your material for the classroom big-screen.

3. Talk about the work you and your group did.
   • Do not talk about what you didn't do.
   • Do not talk about features you didn't have time to accomplish.
   • Do not give excuses for work that you didn't complete.

4. You may show a software feature that contains bugs.
   • This is encouraged.
   • Show how you can replicate the bug.
   • Show the code that likely is causing the bug.
   • Discuss ways in which you have tried to fix the code.

5. Show your feature-mode.
   • Show where your feature fits into the game.
   • Show your game and how a user might play it.


Your individual source file...
   is a "showcase" of your programming skill.
   should contain 200 to 1000 lines of code.
   should have functions that are called by other source files.
   should not have code that was copied and pasted from the main program file.
   should have perfect coding style as learned.