https://github.com/faisalahmedbijoy/shooter-aircraft-game-using-pygame-library
Shooter Aircraft Breakout PyGame
https://github.com/faisalahmedbijoy/shooter-aircraft-game-using-pygame-library
game game-development kuet logics pygame python research
Last synced: 4 months ago
JSON representation
Shooter Aircraft Breakout PyGame
- Host: GitHub
- URL: https://github.com/faisalahmedbijoy/shooter-aircraft-game-using-pygame-library
- Owner: FaisalAhmedBijoy
- Created: 2022-10-18T17:24:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-23T18:57:15.000Z (over 2 years ago)
- Last Synced: 2025-01-19T16:38:10.619Z (5 months ago)
- Topics: game, game-development, kuet, logics, pygame, python, research
- Language: Python
- Homepage:
- Size: 1.58 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.pyRun the following command to start the game
```bash
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

- Select the *Game Rules* button for instruction

- Select the *PLAY* button for start playing

- Random scenario of the game

- Winning of the game with score and time

- Lost and game over with score and time
