Shooter
A downloadable game for Windows
Preamble
What else would our final project be except for creating another game! Use what you've learned in your previous assignments
Your Assignment
- Use FantasyNameGenerators.com (Links to an external site.)Links to an external site. to create a list of 30 ranged weapon names.
- Create a weapon spawner that pulls item names randomly from that list. The spawner should create a weapon when the player walks near to it and the weapon should fall to the ground.
- The player can only hold one weapon at a time, picking up with 'E' or similar and dropping with 'Q' or similar.
- Each weapon should shoot 1 of 4 projectiles, fire, water, earth, or air. Each weapon should have between 10 and 20 shots before it is empty and must be discarded, again falling to the ground.
- You need to have enemies spawn in to the level at random positions with immunities to 2 of the possible elements - forcing the player to find the correct weapon to defeat them with.
- Create a game that can be won or lost, with UI to explain to the player controls, player health (3-5 hits before game over) and player score (either time or number of enemies killed). Player should win after a set number of enemies, aim for a 3-minute experience.
You are welcome to add as much as you want beyond the requirements, such as making empty guns destroy themselves, NavMeshAgents, or adding sound.
Leave a comment
Log in with itch.io to leave a comment.