Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/protechz/block-dodger
A fun little game 🖥️ created with python 🐍 where the player avoids falling blocks 🟥
https://github.com/protechz/block-dodger
pygame pygame-games python python3
Last synced: 7 days ago
JSON representation
A fun little game 🖥️ created with python 🐍 where the player avoids falling blocks 🟥
- Host: GitHub
- URL: https://github.com/protechz/block-dodger
- Owner: ProTechZ
- Created: 2023-06-27T09:09:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-21T02:54:30.000Z (11 months ago)
- Last Synced: 2023-12-21T05:33:14.520Z (11 months ago)
- Topics: pygame, pygame-games, python, python3
- Language: Python
- Homepage:
- Size: 15.4 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Block Dodger 💯💯💯
This is Block Dodger. It's a game I created where you control a white box (the player) and you must avoid the falling red blocks. A pretty simple game, I know.
### Starting Screen
![image](https://github.com/ProTechZ/Block-Dodger-2/assets/96871120/3ffb65d6-6356-4418-9a26-ad4ae9a3dfc4)### Playing the Game
![image](https://github.com/ProTechZ/Block-Dodger-2/assets/96871120/19500118-db01-4e39-b7f2-d28cc1dc4c5b)## Installation
To play the game, clone the GitHub repository:
```
git clone https://github.com/ProTechZ/Block-Dodger.git
cd Block-Dodger
```Run the following commands to create a virtual environment and install the required packages (PyGame):
```
python -m venv env
.\env\Scripts\activate
pip install -r requirements.txt
```To play the game, run the `main.py` file:
```
python main.py
```Hope you have as much fun playing this game as I had making it! 😁😁