Skip to content

FaisalAhmedBijoy/Shooter-Aircraft-Game-using-PyGame-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shooter-Aircraft-Game-using-PyGame-Library

Outlines

  • Introduction
  • Game overview
  • Game logic and rules
  • Winning scenario
  • Game over and termination

Program structure

  • main.py
  • ball.py
  • brick.py
  • config.py
  • game_menu.py
  • paddle.py

Run the following command to start the game

python main.py

Introduction

  • The game was developed using the PyGame library
  • The game consist of different elements such as paddle, bricks, and balls.
  • The score is increased when a ball collides with a brick

Game overview

  • Starting window of the game console

image

  • Select the Game Rules button for instruction

image

  • Select the PLAY button for start playing

image

  • Random scenario of the game

image

  • Winning of the game with score and time

image

  • Lost and game over with score and time

image

Releases

No releases published

Packages

No packages published

Languages