Last active
April 11, 2019 22:49
-
-
Save Glench/011fcc0778b6224edf1081e49ec05a90 to your computer and use it in GitHub Desktop.
sad program: https://giphy.com/gifs/U6XHGxQDmSWyjJBF0W
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import play | |
@play.when_any_key_pressed | |
def do(key): | |
text = play.new_text(':(', y=play.screen.bottom) | |
text.start_physics(x_speed=play.random_number(-20,20), y_speed=100, bounciness=.3) | |
play.start_program() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment