A stylish pixel-art gangster game with neon aesthetics
Welcome to Neon Gangster, a action-packed game that combines retro pixel art with modern neon aesthetics. Navigate through dangerous streets, face off against rival gangs.
- Intense Combat System: Fast-paced gunfights with various weapons
- Multiple Levels: 4 unique levels with increasing difficulty
- Boss Battles: Face off against unique boss enemies
- Collectable Items: Power-ups and resources to aid your survival
- Neon Aesthetic: Vibrant visual style with dynamic lighting
- Ensure you have Python 3.x installed
- Install Pygame:
pip install pygame- Clone this repository:
git clone https://github.com/Creative-banda/Gangsters_game.git- Run the game:
python main.pyassets/
├─ font/ # Game fonts
├─ icons/ # UI icons
├─ sfx/ # Sound effects
├─ images/ # Game sprites and backgrounds
├─ level_1.json # Level 1 configuration
├─ level_2.json # Level 2 configuration
├─ level_3.json # Level 3 configuration
├─ level_4.json # Level 4 configuration
main.py # Game entry point
enemy.py # Enemy class and behavior
player.py # Player class and controls
settings.py # Game settings and constants
- W, A, S, D: Movement
-
- L_Shift: Sprint
- Space: Shoot
- 1, 2, 3: Switch Between Different Guns
- R: Reload
- ESC: Quit
- Python 3.x
- Pygame
