diff --git a/Jogo Vicente/Jogo Vicente/README.md b/Jogo Vicente/Jogo Vicente/README.md
new file mode 100644
index 00000000..58ae3d4e
--- /dev/null
+++ b/Jogo Vicente/Jogo Vicente/README.md
@@ -0,0 +1,112 @@
+#
Unity Application Project
+
+---
+
+## Overview
+
+This project is a Unity-based application developed using the Unity Engine framework.
+
+The application uses Unity runtime components for:
+
+- Real-time rendering
+- Scene management
+- Audio systems
+- Input handling
+- Asset streaming
+- Rendering pipelines
+
+The project was compiled as a standalone Unity build and includes the Unity runtime environment through `UnityPlayer.dll`.
+
+---
+
+# Technologies Used
+
+| Technology | Purpose |
+|:---:|:---:|
+| Unity Engine | Main application framework |
+| C# | Application scripting |
+| Unity Rendering Pipeline | Graphics rendering |
+| Unity Audio System | Sound processing |
+| Unity Runtime | Standalone execution |
+
+---
+
+# Project Structure
+
+```txt
+.
+├── UnityPlayer.dll
+├── GameExecutable.exe
+├── Data/
+├── MonoBleedingEdge/
+└── README.md
+```
+
+---
+
+# Main Features
+
+- Real-time rendering
+- Scene management
+- Asset loading
+- Runtime processing
+- Input system integration
+- Audio playback
+- UI rendering
+
+---
+
+# Requirements
+
+| Requirement | Description |
+|:---:|:---:|
+| Windows OS | Required to run the application |
+| DirectX Support | Graphics rendering |
+| GPU Acceleration | Recommended |
+| .NET Runtime | Included with Unity |
+
+---
+
+# How to Run
+
+1. Extract all files.
+2. Launch the main executable.
+3. Ensure all DLL files remain in the same directory structure.
+4. Do not remove the `Data` folder.
+
+---
+
+# Unity Components Detected
+
+The DLL references Unity systems such as:
+
+- UnityEngine.CoreModule
+- Unity Rendering
+- Unity Archive System
+- Unity LowLevel APIs
+- Unity Test Framework
+- Unity U2D Systems
+
+---
+
+# Possible Application Types
+
+This runtime structure may support:
+
+- Games
+- Simulations
+- Visualization tools
+- Interactive applications
+- VR/3D environments
+
+---
+
+# Disclaimer
+
+This README was generated from compiled runtime components and may not fully represent the original source project architecture.
+
+---
+
+# Author
+
+José Garcia
\ No newline at end of file