The Hack Attack

The Hack Attack

Your challenge is to create your own attack game. A game where your main character is defending an object from being attacked by other objects.

Overview/requirements of the game:

  • Cohesive Theme

  • A background(s) that match your theme

  • At least 3 sprites sprites

  • Win and lose splash screen

  • At least 2 variables

  • Directions for play

Your program must contain the following:

  • A cohesive theme

  • Sprites:

    • Defender (Main Character)

      • You may create your own Defender sprite or use a sprite that already exists

      • Select a sound for when the Defender retrieves/moves/kicks the attacking Item

    • Object to be protected by Defender (like the Server in Hack Attack)

      • You may create your own Object to be protected sprite or use a sprite that already exists

      • Select a sound for when the Object is touched by the attacking Item

    • The item that is attacking your Object (like the VIRUS letters)

      • You may create your own Item to attack your Object sprite or use a sprite that already exists

    • Text sprite that contains directions for your game

    • Text sprite for when user wins and loses the game

      • Select a sound for when the user wins

      • Select a sound for when the user loses

  • At least two variables:

    • Your game must have a variable to keep track of scoring

    • Your game must have a variable to keep track of chances

  • Your game must have directions:

    • These directions should come from your Defender or a direction sprite you create

  • Your game must have a background(s):

    • Any background(s) you want

    • The background(s) must match your sprites/storyline/game/theme

  • Optional: You game can have sound effects/music:

    • Background music

    • Sound for when the defender retrieves/moves/kicks the item attacking

    • Sound for when the item attacking touches the object being defended

    • Must have a win screen, with sound

    • Must have a lose screen, with sound

    • The sound effects/music must match your sprites/storyline/game/theme/event and you may use any sound effect/music you choose