pull/1/head
Jake Funke 2017-03-13 05:22:30 +00:00
commit 5e4619e1c0
1 changed files with 2 additions and 8 deletions

View File

@ -11,11 +11,7 @@ Check in and water your plant every 24h to keep it growing. 5 days without water
*(work in progress)* *(work in progress)*
## getting started ## getting started
botany is designed for unix-based systems. Clone into a local directory using botany is designed for unix-based systems. Clone into a local directory using `git clone https://github.com/jifunks/botany.git`. Run with `python botany.py`. Water your seed to get started. You can come and go as you please and your plant continues to grow. Make sure to come back and water every 24 hours or your plant won't grow. If your plant goes 5 days without water, it will die!
`git clone https://github.com/jifunks/botany.git`. Run with `python
botany.py`. Water your seed to get started. You can come and go as you please
and your plant continues to grow. Make sure to come back and water every 24 hours or your plant won't grow.
If your plant goes 5 days without water, it will die!
## features ## features
* Beautiful curses-based menu system * Beautiful curses-based menu system
@ -56,6 +52,4 @@ If your plant goes 5 days without water, it will die!
## credits ## credits
* thank you tilde.town for inspiration! * thank you tilde.town for inspiration!
* Thank you @etkirsch for [this * Thank you @etkirsch for [this gist](https://gist.github.com/etkirsch/53505478f53aeeac24a5) - python curses can be nightmarish!
gist](https://gist.github.com/etkirsch/53505478f53aeeac24a5) - python curses
can be nightmarish!