Skip to content

ahmlvs/gun-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gun-game

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)

how to start

  1. create venv in terminal
python3 -m venv ~/.venvs/gun-game
source ~/.venvs/gun-game/bin/activate
  1. install python or check it
python3 --version
  1. install requirements
pip install -r requirements.txt
  1. start game
python3 app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages