-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Anastasia Laczko edited this page May 31, 2021
·
24 revisions
You can use the navigation bar on the right to find the page you're looking for.
A recommended starting place is Getting Started.
- Entities and Components
- Service Locator
- Loading Resources: Batch loading game resources through the Resource Service.
- Logging:
- Unit Testing
- Debug Terminal
- Input Handling
- UI: Rendering UI elements on the game screen.
- Animations: Adding animations to entities.
- Audio: Playing audio.
- AI: Adding AI to entities.
- Physics: The physics Engine.
- Game Screens and Areas
- Terrain
- Concurrency & Threading: General-purpose multi-threading through the Job System.
- Settings: The Settings Screen.
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