From 5e7712f0acec3aac49e3914118443b3882be21be Mon Sep 17 00:00:00 2001 From: aicorr Date: Tue, 18 Feb 2025 13:05:54 +0530 Subject: [PATCH] Update README.md --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c7a1f6c..8feb1b0 100644 --- a/README.md +++ b/README.md @@ -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)