https://github.com/zion-dev1/block-dodger
A fun little game created with python where the player avoids falling blocks 🟥⬜
https://github.com/zion-dev1/block-dodger
pygame pygame-games python python3
Last synced: 11 months ago
JSON representation
A fun little game created with python where the player avoids falling blocks 🟥⬜
- Host: GitHub
- URL: https://github.com/zion-dev1/block-dodger
- Owner: Zion-Dev1
- Created: 2023-06-27T09:09:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T02:54:30.000Z (about 2 years ago)
- Last Synced: 2025-02-09T16:41:23.295Z (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

### Playing the Game

## 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! 😁😁