Tino Intro To Java

Last modified: January 26, 2023

Homework 3 - Complete Game Play

In HW 3, you will be completing the core gameplay for your game. This means your game will be completely and fully playable. The graphics could be basic, with no sound effects or fancy animations and no title screen, but the game needs to be completely playable with at least one complete level (if levels apply to your game).

  • Plan out what needs to be done to complete the gameplay

    • If you were a bit fuzzy on the details of your game, this is your chance to flesh out the details
      • What is the goal of the player?
      • What obstacles are preventing the player from reaching that goal?
      • What tools can the player use to progress toward the goal?
      • Are there any distractions, lesser objectives, and/or side quests that the player can try to complete?
  • Each team member should contribute significantly (as equally as possible)

  • You will create new classes and/or significantly improve existing classes
  • Make sure you update your journals to keep a log of what you have done each day.
  • For submission, simply make sure your final version has been pushed to your git repository.

Make sure to have fun!

Dark Mode

Outline