Skip to content

rifkykd/Breakout-KD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Breakout-KD

About This Game

Breakout-KD is a fantastic breakout game. It's a python based game officialy made by me on december holiday. This game works on Windows 7/8/10/11 & all windows platforms.

REQUIREMENTS :

  • First make sure new version Python installed in your system
  • I made this game on pygame module. So, Install pygame on your system
pip install pygame
pip install pyinstaller
pip install auto-py-to-exe

Screenshots

Instalation & Usage

  • If you have installed git on your system, you can clone this
    • git clone https://github.com/rifkykd/Breakout-KD
    • cd Breakout-KD
    • python breakout_kd.py
  • Otherwise you can download this as Zip file
    • Extract it
    • cd Breakout-KD
    • python breakout_kd.py

Make it executable

Method 1 :

  • Open cmd & go to file path
  • type
pyinstaller --onefile breakout_kd.py
  • Now you can see some new folders. Open dist folder and you can find breakout_kd.exe on it

Method 2 :

  • Open cmd & type
auto-py-to-exe
  • Browse your file path
  • select --onefile & click on Convert
  • Now you can see some new folders. Open dist folder and you can find breakout_kd.exe on it

Note :- Make sure requirments installed on your system correctly

100% WORKING

Enjoy 🥳

This Tool Was Developed By :

Connect with me

Rifky KD| Twitter Instagram GitHub TikTok Youtube gmail

visitor badge

About

A fantastic game created in python with pygame ✌️

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages