Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ A once-weekly cron on clear_weekly_users.py should be set up to keep weekly visi
with 20% growth speed for the next plant
* Random and rare mutations can occur at any point in a plant's life
* SQLite Community Garden of other users' plants (for shared unix servers)
* Colored plant art! Color can be toggled off by setting the environment variable `NO_COLOR` or setting `PYTHON_COLORS=0`.
* Data files are created in the user's home (~) directory, along with a JSON file that can be used in other apps.
* Data is created for your current plant and harvested plants

Expand Down
11 changes: 11 additions & 0 deletions art/agave1.ansi
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@



    .  ,     ,   .     
    |\ |`,  ||  /|  ., 
    |\v| \v /|v/| |/ | 
     \| \\\/ /| / V /  
       \_| \ / / ,/    
.  , _ .\ \ |,/_/., _ .
  ^      '        `    '

11 changes: 11 additions & 0 deletions art/agave2.ansi
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@


       ,    ,    .     
    .  |`.  |\  /|  ., 
  . |\ | | /||^| |  /| 
   \ \v| \v /|v/| |/ | 
    \ |\  |/ /| / V  / 
   \^\ \ \ \ / / ,| /  
.  , \ \\ \ |,/_/./ / .
  ^      '        `    '

11 changes: 11 additions & 0 deletions art/agave3.ansi
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
         oo|oo         
        oo|oo          
       , oo|oo   .     
    .  |`. \|\  /|  ., 
  . |\ | | /||^| |  /| 
   \ \v| \v /|v/| |/ | 
    \ |\  |/ /| / V  / 
   \^\ \ \ \ / / ,| /  
.  , \ \\ \ |,/_/./ / .
  ^      '        `    '

11 changes: 11 additions & 0 deletions art/aloe1.ansi
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@




       .     .  .      
       |\.,n/|./|      
        \\\/ /| /      
        '| \ / /       
.  , _ . .\ |,/_ ., _ .
  ^      '        `    '

11 changes: 11 additions & 0 deletions art/aloe2.ansi
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@


       .\     .|       
        \\    ||  ._   
     ..\ \\. //. //    
      \ \.\|v ||//     
        \\\ || //      
        '| \ / /       
.  , _ . .\ |,/_ ., _ .
  ^      '        `    '

11 changes: 11 additions & 0 deletions art/aloe3.ansi
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
          =\=          
           =|=         
       .\   | .|       
        \\  | ||  ._   
     ..\ \\||//. //    
      \ \.\|v ||//     
        \\\ || //      
        '| \ / /       
.  , _ . .\ |,/_ ., _ .
  ^      '        `    '

11 changes: 11 additions & 0 deletions art/baobab1.ansi
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@


     &&    &   &   &  &&
     ^ \   | ^    | ^/ 
       ^|^  |^  ^|^/   
         |    *  |     
         |. ;   `|     
         |     . |     
.  , _ .(.        ) _ .
  ^      '        `    '

11 changes: 11 additions & 0 deletions art/baobab2.ansi
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

     &&&   &&  &&  &&& 
    &&&&\& & v &   /& &&
    && \ |  \^ , &/^/& 
         |       |^    
         |    ,  |     
         |. ;    |     
        /      .  \    
.  , _ ( .         )_ .
  ^      '        `    '

11 changes: 11 additions & 0 deletions art/baobab3.ansi
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
      *     *&     * * 
     &&&  *&&  &&  &&& 
    &*&&\* & * &   /* &&
    *& \ |  \^ , &/*/& 
        *|       |^    
         |    ,  |     
         |. ;    |     
        /      .  \    
.  , _ ( .         )_ .
  ^      '        `    '

Loading