Show HN: Terminal Flower Garden

https://news.ycombinator.com/rss Hits: 3
Summary

๐ŸŒบ Flower Garden CLI 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. ๐ŸŒธ Features 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 ๐Ÿš€ Quick Start Install and run with a single command: pip install flower-garden-cli flower-garden Alternative command: garden ๐Ÿ“ฆ Installation Methods Method 1: pip install (Recommended) # 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 Method 2: Local Development # 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 Method 3: Direct from Source # Download and run directly curl -O https://raw.githubusercontent.com/bdavidzhang/flower-garden-cli/main/flower_garden_cli/main.py python main.py ๐ŸŽฎ How to Play 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 Menu Options: 1-5 : Water individual flower types : Water individual flower types 6 : View your entire garden : View your entire garden 7 : Water all flowers at ...

First seen: 2025-05-28 13:00

Last seen: 2025-05-28 15:01