From 60b5237265608a2a5977eb1c7d3b346ae9f69eee Mon Sep 17 00:00:00 2001 From: Jake Funke Date: Wed, 8 Mar 2017 23:11:06 +0000 Subject: [PATCH] Update todos --- botany.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/botany.py b/botany.py index d0fc1e1..361cc1e 100644 --- a/botany.py +++ b/botany.py @@ -27,12 +27,12 @@ from menu_screen import * # - watering? # - look at plant, how do you feel? (also gets rid of pests) # -# if >5 days with no water, plant dies # events # - heatwave # - rain # - bugs # +# build multiplayer # neighborhood system # - create plant id (sort of like userid) # - list sorted by plantid that wraps so everybody has 2 neighbors :) @@ -44,13 +44,9 @@ from menu_screen import * # garden system # - can plant your plant in the garden to start a new plant -# build time system -# build persistence across sessions - # build ascii trees -# build gui? -# build multiplayer + # def display_update: # myscreen = curses.initscr()