Project by @KratosBuilds
Welcome to FangShift, my debut project fusing retro arcade nostalgia with futuristic cyberpunk energy. Built in Python using Pygame, FangShift transforms the beloved Snake gameplay into a neon-infused journey through shifting grids, synthwave soundscapes, and customizable challenges.
- ๐ฎ Dual Modes: Switch between Classic Snake and CyberShift mode
- ๐ Cyberpunk Aesthetics: Neon grids, pixel glows, and ambient overlays
- ๐ง Synthwave Soundtrack Support: Add your own tracks for atmospheric gameplay
- ๐งฑ Dynamic Difficulty: Customize speed, grid size, and wall behaviors
- ๐ง Modular Codebase: Clean architecture for easy updates and modding
- Python 3.8+
- Pygame (install via
pip install pygame)
To run FangShift locally:
git clone https://github.com/kratosbuilds/FangShift.git
cd FangShift
pip install -r requirements.txt
python fangshift.py