A Python recreation of the Sans boss fight from Undertale, built using pygame. Includes animations, dialogue, and custom UI inspired by the original game. Designed as a fun programming and game dev project. Work in progress.
- 🦴 Bone attacks
- 💬 In-game dialogue
- ❤️ Custom heart sprite
- 🧪 Modular UI components (menu, fight, death, mercy)
- ⏱️ State-based animation system
- Python 3.10+
- pygame
git clone https://github.com/jonny7171/sans-fight.git
cd SansFight
pip install pygame
python main.py
