Update README.md

This commit is contained in:
2025-02-18 13:05:54 +05:30
parent 939e851c37
commit 5e7712f0ac

View File

@@ -7,9 +7,8 @@ A spaceship simulator game developed in Unreal Engine 5, focusing on realistic p
- Realistic zero-gravity space flight physics - Realistic zero-gravity space flight physics
- Comprehensive power management system - Comprehensive power management system
- Dynamic damage and shield mechanics - Dynamic damage and shield mechanics
- Advanced navigation and autopilot capabilities
- Detailed ship systems simulation - Detailed ship systems simulation
- Interactive cockpit and HUD - Interactive HUD
## Prerequisites ## Prerequisites
- Unreal Engine 5.2 or higher - Unreal Engine 5.2 or higher
@@ -38,13 +37,13 @@ git lfs pull
### Project Structure ### Project Structure
``` ```
├── Config/ # Engine configuration ├── Config/ # Engine configuration
├── Content/ ├── Content/
│ ├── Core/ # Base game systems │ ├── Core/ # Base game systems
│ ├── Ships/ # Ship-related assets │ ├── Ships/ # Ship-related assets
│ ├── Environment/ # Space environment │ ├── Environment/ # Space environment
│ ├── UI/ # HUD and menus │ ├── UI/ # HUD and menus
│ └── VFX/ # Visual effects │ └── VFX/ # Visual effects
├── Source/ # C++ source code ├── Source/ # C++ source code
└── Documentation/ # Additional documentation └── Documentation/ # Additional documentation
``` ```
@@ -98,8 +97,5 @@ git checkout -b feature/your-feature-name
- Aiden Correya: Core Systems Developer - Aiden Correya: Core Systems Developer
- Shashank Kumar: Content and Design Developer - Shashank Kumar: Content and Design Developer
## License
- To be decided
## Acknowledgments ## Acknowledgments
- Unreal Engine - Epic Games (Unreal Engine)