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