FireWall A Python-based game focused on strategy, timing, and system defense mechanics. Players interact with a simulated firewall environment, making decisions to protect against incoming threats.
- Firewall-inspired gameplay mechanics
- Multiple game states and logic modules
- Executable build included
- Modular Python codebase
- Resource-based assets and configuration
Firewall-Exe/
├── build/Firewall/ # Build artifacts
├── dist/ # Compiled executable
├── resources/ # Game assets (images, data, etc.)
├── screenshots/ # Game screenshots (for README)
├── Firewall.py # Main game entry point
├── GlobalValues.py # Shared constants and global settings
├── SecretInput.py # Input handling / hidden logic
├── Firewall.spec # PyInstaller spec file
├── .gitattributes



