Space Battle Game is a fun 2-player Pygame project where players control spaceships and battle each other in a shrinking battlefield!
- Battle Royale Mode: The play area shrinks over time, forcing players closer together.
- Health Bars: Visual health indicators above the spaceships.
- Custom Spaceships: Unique movements and controls for each player.
- Player 1 (Yellow spaceship) controls:
- Move:
W
,A
,S
,D
- Shoot:
Left Ctrl
- Move:
- Player 2 (Red spaceship) controls:
- Move: Arrow keys
- Shoot:
Right Ctrl
Survive and eliminate the opponent by reducing their health to zero!
- Clone the repository:
git clone https://github.com/yourusername/space-battle.git cd space-battle