Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sera619/breakout-pygame
A clone from classic game "Break Out" made with PyGame
https://github.com/sera619/breakout-pygame
gamedevelopment pygame python python-breakout python-game retrogame
Last synced: 1 day ago
JSON representation
A clone from classic game "Break Out" made with PyGame
- Host: GitHub
- URL: https://github.com/sera619/breakout-pygame
- Owner: sera619
- Created: 2023-02-11T16:19:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-27T22:05:27.000Z (8 months ago)
- Last Synced: 2024-02-27T23:24:28.389Z (8 months ago)
- Topics: gamedevelopment, pygame, python, python-breakout, python-game, retrogame
- Language: Python
- Homepage:
- Size: 12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Break-Out - PyGame #
> This is a clone from classic game Break-Out. This game was made with Python 11.1 and PyGame & PyGame GUI.
>
> The game is currently on development state and can have some bugs, if you face some please open a new issue.## Installation ##
### Option 1 ###
>To install it just download the zip file and extract it where ever you want.
>
>Please Notice that this software is only tested on Windows 10/11 systems, it can work on other OS too but no guarantee.
>
>After that run the "Setup-BreakOut-PyGame.exe" that you have extracted.
>
>Follow the steps at the installer.
>
>After that you can run the Game in the installation Folder or use the Shortcut that have been created.### Option 2 ###
> You can also run the pure source code for this you need follow dependencies
>
> - Python Version 3.8 ->
> - Python Lib 'PyGame'
> - Python Lib 'PyGame GUI'
>
> First off Download the project:
>
> Via GIT:
>
> ```cmd
> git clone https://github.com/sera619/BreakOut-PyGame.git
> ```
>
> Or just click the green __Code__ Button above.
>
>
> After you downloaded the project you need to install all dependencies:
>
> ```cmd
> pip install -r requirements.txt
>```
>
> After that you can run
>
> ```cmd
> python main.py
>```## Screenshots ##
> - Some early Screenshots
>
> - ![main menu](assets/img/mainmenu.png)
>
> - ![ingame](assets/img/ingame.png)
>
> - ![help](assets/img/help.png)
>
> - ![highscore](assets/img/highscore.png)
>