Water Simulator
In this simulation you play a drop of water. You don't have to do anything, just watch. Feel free to add suggestions on what to add!
The code doesn't work on the last part
@DynamicSquid It's still a work in progress. I haven't added any options for the underground bit. Thanks though!
Could you add an option to speed up the text, it’s really slow.
Cool! Maybe add some colors to make it more colorful and space out each sentence because it’s a bit too chunky...
Otherwise I like it!
@Bookie0 Thanks for the suggestion! I'll keep it in mind.
@Bookie0 Both have been done! I'm still trying to add color to everything, but that'll take a bit more time.
Ok cool! @Jackolanternexe
@jeremykyleisgod good video should definatly watch!
in the description please put do not type also how do you tag images
grate job
@Pipepelaez Thanks!
use:
from time import sleep
import sys
def slow(text):
{tab}sys.stdout.write(char)
{tab}sys.stdout.flush()
{tab}sleep(0.05)
slow("Hello World!")
it will print letter by letter...
@Jackolanternexe cool!
Thanks! @Zuhdi28
@Zuhdi28 I tried this for my game but it doesn't work do you know why?
@jeremykyleisgod yes
you write it wrong
do it like this:
import sys
from time import sleep
def print_slow(text):
for char in letter:
sys.stdout.write(char)
sys.stdout.flush()
sleep(0.05)
@jeremykyleisgod don't make an py str
infinate loops!
this is no longer an 'unsuspected turn of events'