Update todos
parent
c26db83caa
commit
60b5237265
|
@ -27,12 +27,12 @@ from menu_screen import *
|
||||||
# - watering?
|
# - watering?
|
||||||
# - look at plant, how do you feel? (also gets rid of pests)
|
# - look at plant, how do you feel? (also gets rid of pests)
|
||||||
#
|
#
|
||||||
# if >5 days with no water, plant dies
|
|
||||||
# events
|
# events
|
||||||
# - heatwave
|
# - heatwave
|
||||||
# - rain
|
# - rain
|
||||||
# - bugs
|
# - bugs
|
||||||
#
|
#
|
||||||
|
# build multiplayer
|
||||||
# neighborhood system
|
# neighborhood system
|
||||||
# - create plant id (sort of like userid)
|
# - create plant id (sort of like userid)
|
||||||
# - list sorted by plantid that wraps so everybody has 2 neighbors :)
|
# - list sorted by plantid that wraps so everybody has 2 neighbors :)
|
||||||
|
@ -44,13 +44,9 @@ from menu_screen import *
|
||||||
# garden system
|
# garden system
|
||||||
# - can plant your plant in the garden to start a new plant
|
# - can plant your plant in the garden to start a new plant
|
||||||
|
|
||||||
# build time system
|
|
||||||
# build persistence across sessions
|
|
||||||
|
|
||||||
# build ascii trees
|
# build ascii trees
|
||||||
# build gui?
|
|
||||||
|
|
||||||
# build multiplayer
|
|
||||||
|
|
||||||
# def display_update:
|
# def display_update:
|
||||||
# myscreen = curses.initscr()
|
# myscreen = curses.initscr()
|
||||||
|
|
Loading…
Reference in New Issue