https://github.com/m3shovon/dhor-halare
Python Game Baloon Ninja
https://github.com/m3shovon/dhor-halare
baloon-ninja pygame python pythongame
Last synced: about 2 months ago
JSON representation
Python Game Baloon Ninja
- Host: GitHub
- URL: https://github.com/m3shovon/dhor-halare
- Owner: m3shovon
- License: mit
- Created: 2024-07-10T05:45:39.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T16:25:48.000Z (6 months ago)
- Last Synced: 2025-02-09T12:31:56.840Z (4 months ago)
- Topics: baloon-ninja, pygame, python, pythongame
- Language: Python
- Homepage:
- Size: 9.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Virtual Environment Set Up
```
python -m venv venv
```
Virtual Activation[Linux]```
source venv/bin/activate
```
Install Files```
pip install -r requirements.txt
```RUN baloon-ninja.py (ctrl + Alt + N)