| File | Date | Author | Commit |
|---|---|---|---|
| .gitignore | 2 days ago |
|
[c98fa5] Initial commit |
| LICENSE | 2 days ago |
|
[c98fa5] Initial commit |
| README.md | 2 days ago |
|
[87437f] Update README.md |
Demons aren’t the real danger…
YOU ARE.
Guns and Nuns: Storming Hell is a fast-paced, old-school retro FPS with heavy arcade vibes.
You play as Sister Angelica Amadeus — a trigger-happy nun with unbreakable faith and twin golden Desert Eagles. Your divine mission? Storm the gates of Hell and turn the underworld into a bullet-ridden battlefield.
Jump, shoot, and slaughter hordes of demons across insane arenas with twisted gravity, break high scores, and unlock powerful new weapons.
This repository is built to support modding and community content.
Recommended repository structure:
```bash
Guns-and-Nuns-Storming-Hell/
├── assets/ # models, textures, audio
├── scripts/ # GDScript / C#
├── scenes/ # levels and arenas
├── weapons/ # weapon system
├── enemies/ # demons and AI
├── README.md
└── LICENSE