Final Project

Stuff You Need

  • Final Project Outline (see below)
  • You can do a 2D game or a full GUI application

Things to Remember

  • Simple and working is better than complex and not working
  • You need
    • 2D sprites
    • Collision
    • Doing something when collision happens
    • Sound
    • Background
    • Score
    • Menu system
    • Artwork (Icon, splash screen, company logo, ...)
    • App description
  • You need to generate an addition to the single code document (on top of what you normally give me, so all the code and the following in 1 PDF uploaded) that shows me 1 example from your code for each of the following. If you do not have one of the following in your code, explain in the context of your game why you do not.:
    • variables
    • constants
    • If ... Then
    • Loop
    • List
    • Procedure
    • Function