## 🎮 Game_1 – Pygame Prototype
This issue introduces the first playable version of **Operation Free Passage – Strait of Hormuz Simulator**.
Below is the complete Python code (v1.0) for discussion, testing, and iteration.
---
### 🧩 Full Code
```python
import pygame
import sys
i...
Looking forward to your opinions/feedback on this.