This is a simple game made using pygame.

Overview

Ball breaker

This is a simple game made using pygame

game view

The game view have been updated wait for the new view to be uploaded

Game_show.mp4

Learning concepts

In this game we can learn how to work with

- Different states
- Score calculation
- collision detection 
- sprites
- movement

The sprites are made using pygame Sprite class. So, You might also learn about classed based approach on doing things.

contribution

  • some issues are to be fixed in issues section please make sure to check them and make this game better
  • If you feel some issues please mail me at [email protected]
  • Beginners like me feel free to learn and ask question. 👍
  • There is an special issue in the issue section which requires new level. If you are interested or new to github contributions you can just print a good pattern for the game and make a pull request 🤠

Installation

If you want to try this game on your computer then do the following steps:

1. Download the zip file from codes in this repo
2. Unzip this file on your personal device
3. Open command propmt / poweshell window in the unzipped file
4. In your command prompt / powershell window type the following command
5. python main.py
5. If it shows some error download the required packages which is given in requirements.txt(in most of the cases, you will only need pygame)

Author @Rishikesh-kumar-7258

Thank you! for visiting our game. I hope you would enjoy it.

You might also like...
A game made similar as space inveders with pygame

space-inveders-pygame a game made similar as space inveders with pygame . . . if you are using it make sure to change audio and imgs file i do no own

The Classic Fruit Collecting game made in python with pygame
The Classic Fruit Collecting game made in python with pygame

FruitCollect A classic fruit Collecting game made with pygame Install pygame before running: "pip install pygame" Rules: Random fruits will drop from

A Python Sudoku Game Made with Pygame.
A Python Sudoku Game Made with Pygame.

A Python Sudoku Game Made with Pygame. A Begginer Aimed at Learning Git, This Game Uses a Puzzle Generator Made by RutledgePaulV, Link to his Repo:

Snake game made in python with the pygame library.

Pygame snake Snake game made in python with the pygame library. Requirements pip pygame Pygame Installation On the command line, type: pip install pyg

A Game Engine Made in Python with the Pygame Module

MandawEngine A Game Engine Made in Python with the Pygame Module Discord: https://discord.gg/MPPqj9PNt3 Installation To Get The Latest Version of Mand

🐥Flappy Birds🐤 Video game. With your help I can go through🚀 the pipes. All UI is made with 🐍Pygame🐍
🐥Flappy Birds🐤 Video game. With your help I can go through🚀 the pipes. All UI is made with 🐍Pygame🐍

🐠 Flappy Fish 🐢 I am Flappy Fish 🐟 . With your help I can jump through the pipes and experience an interesting and exciting flight deep into the fi

PyGame-Tutorial - Refrence for building games in pygame
PyGame-Tutorial - Refrence for building games in pygame

PyGame-Tutorial How to build games using the python library PyGame End result Ho

A Simple Scissor Paper Rock Game On Python Using Pygame.

Scissor Paper Stone Game Using Pygame This is a simple GUI based game made on pygame python. Installation Run code on your machine: git clone https:

Simple Game created using Python & PyGame, as my Beginner Python Project!
Simple Game created using Python & PyGame, as my Beginner Python Project!

Space Invaders This is a simple SPACE INVADER game create using PYGAME whihc have sound and lot's of keyboard functions. Prerequisites More Experience

Comments
  • Docstrings wiring required

    Docstrings wiring required

    There are many classes and function in this game which are without docstrings. Please write a short docstring describing the function. If you want to know more about docstrings please refer to this link : https://www.geeksforgeeks.org/python-docstrings/

    documentation good first issue 
    opened by Rishikesh-kumar-7258 0
  • Particles system in pygame

    Particles system in pygame

    In this game when the ball collides with a block. If there is some dust falling off that brick then this would look nice. If you know how to implement the falling dust animation without causing the performance issue please sort this out.

    enhancement help wanted question 
    opened by Rishikesh-kumar-7258 0
  • collision glitch

    collision glitch

    sometimes the ball behaves abnormally when it hits the bricks or the slider. Like when it's supposed to go down it goes up or it slices through ball , sometimes, like there is nothing while it should be bouncing backwards

    bug enhancement help wanted 
    opened by Rishikesh-kumar-7258 1
Owner
Rishikesh Kumar
I am a front-end developer and a coding enthusiast.
Rishikesh Kumar
Wordle-Python - A simple low-key clone of the popular game WORDLE made with python and a 2D Graphics module Pygame

Wordle-Python A simple low-key clone of the popular game WORDLE made with python

Showmick Kar 7 Feb 10, 2022
Small game I made in 2019 using python/pygame.

Kill-The-Blokk // Shoot or Die This is a small game I made in gr.10 (2019) for my high school computer science class; the game was coded in python usi

null 1 Nov 13, 2021
This is a 2D Link to the Past-esque game made using Python 3.2.5 and pygame 1.9.2

Queen-s-Demise Queen's Demise This is a 2D Link to the Past-esque game made using Python 3.2.5 and pygame 1.9.2 I made this for a game development cla

Zoey 1 Dec 15, 2021
N-Queens game made using pygame library

N-Queens N-Queens game using pygame for AIML201 Testing: 1. git clone https://github.com/python-game-dev/N-Queens.git 2. cd N-Queens 3. python main.py

null 1 Sep 24, 2021
A didactic GUI chess game made in Python3 using pygame.

Chess A didactic GUI chess game made in Python3 using pygame. At the moment, there is no AI. The only way you can test the game is by playing against

Leonardo Delfino 1 Dec 22, 2021
Made with pygame. Multiplayer game using socket module and threading.

Rock Paper Scissor made with python-pygame. Poorly made, as a beginner in programming. Multiplayer with server code and client code provided.

AllenJo 1 Dec 29, 2021
Inflitator is a classic doom and wolfenstein3D like game made in Python, using the famous PYGAME module.

INFLITATOR Raycaster INFLITATOR is a raycaster made in Python3 with Pygame. It is a game built on top of a simple engine of the same name. An example

Zanvok Corporation 1 Jan 7, 2022
A Tetris game made using PyGame as renderer only, for a school project.

Tetris_Python A Tetris game made using PyGame as renderer only, for a school project. Twist in the Game Blocks can pentrate through right and left bou

Ravi Arora 2 Jan 31, 2022
A Pygame game made in 48 hours

Flappuccino Flappuccino is a game created in 48 hours for the PyGame Community New Years Jam using Python with Pygame. Screenshots Background Informat

PolyMars 242 Jan 2, 2023
Quiz game made entirely with python and pygame for school work

Tabela de conteúdo Descrição Como instalar Linguagens usadas Contribuidores Créditos Problemas com o jogo? Contate-nos Descrição Quiz feito inteiramen

null 3 Apr 12, 2022