2025-05-24 13:25:00
github.com
Beautiful CLI flower garden game – water flowers and watch them grow into stunning patterns!
Transform your terminal into a magical garden where you can nurture 5 different types of flowers, each growing into unique mathematical patterns and fractals.
-
5 Unique Flower Types: Each with distinct mathematical patterns
- 🌹 Spiral Rose – Fibonacci spirals with blooming petals
- 🌳 Fractal Tree – Recursive branching with leaves
- 🌺 Mandala Bloom – Geometric circular patterns
- 🌊 Wave Garden – Flowing sine wave patterns
- ⭐ Star Burst – Radiating star patterns
-
Growth System: 10 levels of growth for each flower
-
Persistent Save: Your garden state is automatically saved
-
Colorful Display: Beautiful terminal colors (with colorama)
-
Interactive Menu: Easy-to-use command interface
Install and run with a single command:
pip install flower-garden-cli
flower-garden
Alternative command:
# Install from PyPI (when published)
pip install flower-garden-cli
# Or install from GitHub
pip install git+https://github.com/bdavidzhang/flower-garden-cli.git
# Clone the repository
git clone https://github.com/bdavidzhang/flower-garden-cli.git
cd flower-garden-cli
# Install in development mode
pip install -e .
# Run the game
flower-garden
# Download and run directly
curl -O https://raw.githubusercontent.com/bdavidzhang/flower-garden-cli/main/flower_garden_cli/main.py
python main.py
- Launch the game: Run
flower-garden
in your terminal - Choose an action: Select from the numbered menu options
- Water flowers: Watch them grow from seeds to beautiful patterns
- Enjoy the patterns: Each growth level reveals more complexity
- Save automatically: Your progress is saved between sessions
1-5
: Water individual flower types6
: View your entire garden7
: Water all flowers at once8
: Reset garden (start over)9
: Quit game
🌹 Spiral Rose (Level 6) ⭐ Star burst (Level 4)
· ·
······· ·
✿❀✿❀✿···· · · ·
✿❀····✿···· · ✧ ·
······❀✿··· ✧ ✧ ✧
·······❀··· ✧✧✧
······❀❀····· ···✧✧✧★✧✧✧···
··········· ✧✧✧
··········· ✧ ✧ ✧
··········· · ✧ ·
········· · · ·
······· ·
· ·
flower-garden-cli/
├── flower_garden_cli/
│ ├── __init__.py
│ └── main.py
├── pyproject.toml
├── README.md
├── LICENSE
└── tests/
└── test_main.py
# Clone and setup
git clone https://github.com/bdavidzhang/flower-garden-cli.git
cd flower-garden-cli
# Create virtual environment
python -m venv venv
source venv/bin/activate # or `venv\Scripts\activate` on Windows
# Install in development mode
pip install -e ".[dev]"
# Run tests
pytest
# Format code
black flower_garden_cli/
- Python: 3.7 or higher
- Dependencies:
colorama
(for colored terminal output)
- Platform: Cross-platform (Windows, macOS, Linux)
MIT License – see LICENSE file for details.
Contributions welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
If you enjoy this project, please give it a ⭐ on GitHub!
Issues? Please report them here.
Grow your digital garden, one flower at a time 🌱✨
Keep your files stored safely and securely with the SanDisk 2TB Extreme Portable SSD. With over 69,505 ratings and an impressive 4.6 out of 5 stars, this product has been purchased over 8K+ times in the past month. At only $129.99, this Amazon’s Choice product is a must-have for secure file storage.
Help keep private content private with the included password protection featuring 256-bit AES hardware encryption. Order now for just $129.99 on Amazon!
Help Power Techcratic’s Future – Scan To Support
If Techcratic’s content and insights have helped you, consider giving back by supporting the platform with crypto. Every contribution makes a difference, whether it’s for high-quality content, server maintenance, or future updates. Techcratic is constantly evolving, and your support helps drive that progress.
As a solo operator who wears all the hats, creating content, managing the tech, and running the site, your support allows me to stay focused on delivering valuable resources. Your support keeps everything running smoothly and enables me to continue creating the content you love. I’m deeply grateful for your support, it truly means the world to me! Thank you!
BITCOIN bc1qlszw7elx2qahjwvaryh0tkgg8y68enw30gpvge Scan the QR code with your crypto wallet app |
DOGECOIN D64GwvvYQxFXYyan3oQCrmWfidf6T3JpBA Scan the QR code with your crypto wallet app |
ETHEREUM 0xe9BC980DF3d985730dA827996B43E4A62CCBAA7a Scan the QR code with your crypto wallet app |
Please read the Privacy and Security Disclaimer on how Techcratic handles your support.
Disclaimer: As an Amazon Associate, Techcratic may earn from qualifying purchases.