-
Notifications
You must be signed in to change notification settings - Fork 1
Starting the game
Ian edited this page Aug 27, 2024
·
2 revisions
When you start the game, you'll come to the main menu and have the following options to choose from:
- Difficulty selection: choose your difficulty - easy, medium or hard.
- How To Play: see an overview of the game and how to play it.
- Load: currently unused.
- Settings: customise graphics, music and sound effects.
- Exit: exit the game.
Design Choices
Utilities
Animals
Menus/screens
Character
- Character Animations
- Character's Inventory On Display
- Character's Inventory System
- Character's HealthBar
- Character's Interaction with Items
- Character achievements
- Saving Character
- Player-(and-other-NPC)-invincibility-frames
- Player Factory
- Scoring System
- Test Plan for Inventory System
- Test Plan for Player's Interaction with Items
- Test Plan for Player's Inventory Display
- Test Plan for Saving Character State
- Test Plan for Scoring System
Map
Weapon
- Weapon Overview
- Weapon Types
- Weapon Structure
- Weapon Stats Display
- Testing Plan for Weapon Factory
- Testing Plan for Firing Controller Component
- Testing Plan for Position Tracker Component
- Testing Plan for Weapon Animation Controller component
- Testing Plan for Concrete Melee Weapon class
- Testing Plan for Concrete Ranged Weapon class