You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create a class Tree initialized with height and screen_size with the current default values
boolean parameters balls, color and lights all True by default when instantiated
That way the user could create Tree's with or without balls, colors and random lights instantiating the parameters with True (default) or False. The functions from the current version of the project would be methods of Tree changing the default tree according to the __init__ parameters.
The CLI would have arguments related to balls (-b), color (-c) and lights (-l) so that these could be changed.
user custom symbols to balls and stars
user can change the time interval
the main star can be changed to 🐍 with -p / --pythonsnake command line argument
Make it snow! ❄ ❅ ❆ ❉ ❊
The text was updated successfully, but these errors were encountered:
Tree
initialized withheight
andscreen_size
with the current default valuesballs
,color
andlights
allTrue
by default when instantiatedThat way the user could create
Tree
's with or without balls, colors and random lights instantiating the parameters withTrue
(default) orFalse
. The functions from the current version of the project would be methods ofTree
changing the defaulttree
according to the__init__
parameters.The CLI would have arguments related to
balls
(-b),color
(-c) andlights
(-l) so that these could be changed.-p
/--pythonsnake
command line argumentThe text was updated successfully, but these errors were encountered: