A downloadable game

I took a Scripting class Fall 2019 at the University of Texas. This was the first project for the semester. Here is the assignment details:

Project Requirements:

  • 2D or 3D (your choice, use Asset Store for assets)
    • Must include both art and sound
  • Character Movement (do NOT use a prebuilt character controller)
    • Move with arrow keys, jump with space bar
  • Health and Damage
    • Player starts with 100 health, displayed as text
    • Walk over trap, take damage
    • Update text when player takes damage
  • Collectables
    • Display text with number of items collected
    • When player collides with item, number goes up, trigger particles and sound
  • Key and Locked Door
    • Door blocks player until they have key
    • Key is collectable (with particles and sound)
    • When player collides with door and has key, the door animates open
  • Physics
    • Items that fall to block the player's path, or blocks the player can push

Leave a comment

Log in with itch.io to leave a comment.