Skip to content
Open navbar menu
Sign UpLog In
LiamBerube

LiamBerube

@LiamBerube
LiamBerube
LiamBerube
published a Repl
2 years ago
0
Batting stats
Batting stats
LiamBerube
LiamBerube
shared a Post
3 years ago
I need help with a pause button
I need help with a pause button because I am new to pygame and just someone to tell me the simplest way to do this so that it doesn't go way over my h
Flappy Bird Dev
Python
MaciahLawson
MaciahLawson
I'm pretty sure this is how you do it. (I haven't done pygame in a while so pls lemme know if this works)... for e in pygame.event.get(): if e.type == pygame.QUIT: break if e.type == pygame.KEYDOWN: if e.key == pygame.K_p: state = PAUSE if e.key == pygame.K_s: state = RUNNING...3 years ago
LiamBerube
LiamBerube
shared a Post
3 years ago
Use space to fly, mobile friendly just tap. High Score is saved when you X out of the window. auto-save coming in 1.0.1.
Flappy Bird
Python
Michael8910
Michael8910
Cool but there is a long lag time between clicks3 years ago
LiamBerube
LiamBerube
shared a Post
3 years ago
Text based adventure game get to 50 kills and then beat the boss to win. If you find any bugs or have suggestions lmk.
Kill the monsters!
Python
LiamBerube
LiamBerube
shared a Post
3 years ago
I made a bot that asks a sh*t ton of questions. As per request of @JacobMcPherson1 who told me it's not a bot instead of calling it a question bot it
AIDANGREEN6
AIDANGREEN6
But... I was hoping to get a response based on my question.... I just kept getting asked more.... I was actually asked "do you ever wear headbands?" 12 times in a row... Also, instead of while question_loop == 1, you could have just done while True. 3 years ago
Michael8910
Michael8910
I don't consider under 20 questions to be a ton of questions3 years ago
JacobMcPherson1
JacobMcPherson1
that's not a bot3 years ago
LiamBerube
LiamBerube
shared a Post
3 years ago
What is Python Anyways? Python is a programming language made for readability and is great for large projects such as : Web development with flask Cha
codingjlu
codingjlu
Wait a minute............... did you just say Siri, Alexa, Google???? Nuh uh!3 years ago
codingjlu
codingjlu
I would downvote this if I could - there are wayyyyyyyyyyyyy tooooooo many Python tutorials for a language that isn't all that great.3 years ago
LiamBerube
LiamBerube
shared a Post
3 years ago
Follow the instructions/prompts on screen and get ready to have a laugh with friends, or by yourself.
Madlib
Python
LiamBerube
LiamBerube
shared a Post
3 years ago
I made a basic chatbot. It's not really even a chatbot it just guides you through a conversation. Don'ts: Don't answer with anything other than letter
LiamBerube
LiamBerube
shared a Post
3 years ago
I am new to python and the console in this version with the infinite loop is very chaotic I tried adding import time as t t.sleep(1) To make it only d
Clock
Python
Brendan23
Brendan23
@LiamBerube you can use os.system('clear') or sys.stdout.write("write what you want here") if you have any questions, pls ask me.3 years ago
LiamBerube
LiamBerube
shared a Post
3 years ago
I'm doing a project for school and whenever I try to run it in the environment it doesn't work.
MLK Project
HTML, CSS, JS
RYANTADIPARTHI
RYANTADIPARTHI
everything seems to be working.3 years ago
Baconman321
Baconman321
It works fine for me. What do you mean by "the environment"? As in, the editor?3 years ago
mwilki7
mwilki7
Run it in which environment? I am able to see the page.3 years ago