Gun-Game is a fun and exciting game where players use a cannon to launch balls at various targets! The goal is to aim carefully and hit as many targets as possible with the limited number of cannonballs. The game features multiple levels of increasing difficulty, with moving targets, obstacles, and special power-ups to keep things interesting.
Key Features:
- Ball Physics: Realistic ball movement and bouncing.
- Cannon: Adjustable angle and power for precise shots.
- Targets: Static and moving targets to challenge your aim.
- Power-ups: Special balls that explode, split, or bounce. (TO_DO)
- Scoring: Earn points for hitting targets and try to beat your high score.
- Levels: Different levels with unique layouts and challenges. (TO_DO)
- create venv in terminal
python3 -m venv ~/.venvs/gun-game
source ~/.venvs/gun-game/bin/activate
- install python or check it
python3 --version
- install requirements
pip install -r requirements.txt
- start game
python3 app.py