From e4f458afcab60b934059a7b02eda556571c0d45a Mon Sep 17 00:00:00 2001 From: Jake Funke Date: Wed, 15 Mar 2017 21:35:14 +0000 Subject: [PATCH] Readme formatting --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b6d8dfe..42d40c9 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,13 @@ Check in and water your plant every 24h to keep it growing. 5 days without water ## getting started 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! -*Note - botany.py must initially be run by the user who cloned/unzipped it -this initalizes the shared data file permissions.* +*Note - botany.py must initially be run by the user who cloned/unzipped +botany.py - this initalizes the shared data file permissions.* ## features * Curses-based menu system * Persistent aging system that allows your plant to grow even when app is closed * Community leaderboard (for shared unix servers) created in program directory `garden_file.json` -* Data file is created in your home (~) directory, along with a JSON file that you can use in your own apps. +* Data file is created in the user's home (~) directory, along with a JSON file that can be used in other apps. ``` { "description":"common singing blue seed-bearing poppy", @@ -30,10 +30,11 @@ this initalizes the shared data file permissions.* } ``` -###testing features +### testing features * *Plant lifecycle is currently extremely short for testing - bear with me!* +* *Plant mutation happens more frequently than it will in final version.* -###to-dos +### to-dos * Add ASCII plant display * Finish garden display ('garden' function) * Allows you to water neighbor's plants