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
- To compile python file to exe we want to install pyinstaller & auto-py-to-exe modules
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 findbreakout_kd.exe
on it
Method 2 :
- Open cmd & type
auto-py-to-exe
- Browse your file path
- select
--onefile
& click onConvert
- Now you can see some new folders. Open
dist
folder and you can findbreakout_kd.exe
on it
Note :- Make sure requirments installed on your system correctly