Arc13x-Ian / 154-Study-Simulator

One of the MULT 154 Game Projects: The New York Library Simulation Game
MIT License
1 stars 1 forks source link

[Task]: Mini game for book #2 #55

Open SepehrYari opened 7 months ago

SepehrYari commented 7 months ago

Rubric Criteria

Overview

this next feature will be to add a doom clone like mini game to find the next book in the game. The idea is to create a new loop for the player to participate in to create a new flow of interactive activities to keep the main game play loop interesting. the player will be able to go through a side doorway leading into a hallway where the player will pick up an item/weapon that can stop evil books from increasing the player's anxiety. at the end of the hallway there will be our 2nd book.

Visualization

a list of things i need are as such

a tutorial that I will be following to try this is - https://www.youtube.com/watch?v=UEeqT2G1TSg

What is needed to implement the task?

Scripts

  1. new player stats
  2. enemy
  3. weapon
  4. projectile

Models

  1. Enemy
  2. projectile
  3. weapon

Sounds

  1. damaged sound
  2. shooting sound
  3. death sound

What is the biggest risk it will not get done?

its a very large task to get all of this in within 2 weeks the biggest risk that this will not get done is if it will take too much time to put it all together, the sooner i start on it the better.

Test case

  1. start game
  2. progress all the way to the 2nd book
  3. walk to the directed area
  4. walk down the hallway
  5. pick up weapon
  6. fight off enemies
  7. get to the end of the hall
  8. get book 2
  9. proceed with the rest of the game (in progress)