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: 6 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T02:54:30.000Z (over 1 year ago)
- Last Synced: 2024-11-09T20:36:24.712Z (8 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! 😁😁