Edited online

kylienencetty 2024-01-17 16:51:58 +00:00
parent bf464ffc49
commit 75fd30e53c
1 changed files with 21 additions and 2 deletions

@ -82,6 +82,25 @@
* For example, an objective that says Virus Samples Collected (0/3) will update as the player collects the necessary samples to create vaccines (**Brigitte Rollain**). * For example, an objective that says Virus Samples Collected (0/3) will update as the player collects the necessary samples to create vaccines (**Brigitte Rollain**).
* A variation of a game over screen will display depending on end-of-game conditions, such as the player losing all health or completing all objectives (Kylie Nencetty). * A variation of a game over screen will display depending on end-of-game conditions, such as the player losing all health or completing all objectives (**Kylie Nencetty**).
* A mini-map of the environment can be created which shows each room from a top-down point of view (Daniel Noel). * A mini-map of the environment can be created which shows each room from a top-down point of view (**Daniel Noel**).
**Summary of gameplay:**
* The player will need to collect a sample from each type of virus to create the corresponding vaccine to destroy each type of virus (**Joe Rafferty**).
* The player will go back to the starting location with each sample where there will be something they can interact with to create vaccines. (**Daniel Noel**).
* Vaccines can be created one by one; the player does not have to have all the virus samples before creating a vaccine. (**Group decision**).
* The vaccines will serve as different ammo types for a syringe weapon. This weapon will be used to destroy viruses (**Group decision**).
* Each ammo type will only be effective against its corresponding virus type.
* The playspace will start with three viruses, one of each type, and those viruses will begin to reproduce until a maximum of twenty viruses have spawned (**Group decision)**.
* The player can lose health from acid pools (**Brigitte Rollain**) or when getting too close to a virus (**Group decision**). A health pick-up will be available to replenish lost health (**Group decision**).
* Once the player has destroyed 20 viruses, or lost all health, the end-of-game conditions will be triggered (**Group decision**).
-----------------------------------------------------------------------------------------------------------------