Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 🟥

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