Go to advanced search

by beamskeleton
Wed May 31, 2017 5:16 am
Forum: Python
Topic: Help me with my game!
Replies: 9
Views: 1611

Re: Help me with my game!

So I can actually learn about loops or if statements and fix this? I am indeed quite lazy.
by beamskeleton
Wed May 31, 2017 4:32 am
Forum: Python
Topic: Help me with my game!
Replies: 9
Views: 1611

Re: Help me with my game!

Instead of saying that, can you actually help?...
by beamskeleton
Wed May 31, 2017 3:50 am
Forum: Python
Topic: Help me with my game!
Replies: 9
Views: 1611

Help me with my game!

In my game.. When I type in "3" as the code, and then type in "3" as the answer... It says "try again", which is the opposite of what is supposed to happen as I typed in 3 and 3. print("Hello, welcome to THE C0D3, please read rules and directions before playing") print("Hello, boss... Welcome back, ...
by beamskeleton
Thu May 25, 2017 4:45 pm
Forum: Python
Topic: How to prevent spamming on this game?
Replies: 5
Views: 771

Re: How to prevent spamming on this game?

What I mean by "spamming" is that the player can just keep spamming keys... For example, you can spam "6" and then "enter".. If you do that, it'll break the game and exit.
by beamskeleton
Thu May 25, 2017 4:28 pm
Forum: Python
Topic: How to prevent spamming on this game?
Replies: 5
Views: 771

How to prevent spamming on this game?

On my game, people can spam the codes and just break it.... How do I make it so spamming is prevented or isn't dangerous to my game? print ("Welcome to THE C0D3, please read the rules & directions before playing this fun and........ VERY FRUSTRATING GAME.") A = input('HEY BOSS, I FORGOT.. WHAT EXACT...
by beamskeleton
Wed May 24, 2017 5:26 pm
Forum: Python
Topic: Help me make text disapear
Replies: 7
Views: 1125

Re: Help me make text disapear

I want the part where you type in a code disapear.
Also, I am running this on a "new file"... I don't really know what it is called, but I'm running it on 3.6.1
by beamskeleton
Wed May 24, 2017 4:45 pm
Forum: Python
Topic: Help me make text disapear
Replies: 7
Views: 1125

Help me make text disapear

Heres my code, I want the text to disapear after a second. print ("Welcome to THE C0D3, please read the rules & directions before playing this fun and exciting game.") O = input('Hey Boss, I forgot... What exactly was your name? ') print ('Hello, welcome back to the job, ', O) question1 = input ("Wh...
by beamskeleton
Tue May 23, 2017 6:10 pm
Forum: Beginners
Topic: Help me! I have errors
Replies: 3
Views: 598

Help me! I have errors

I don't know what the errors are but... Heres my code: print ("Welcome to THE C0D3") x = input('What is your name, Boss? ') print ('Hello ', x) QB = input("What is the code, make it secure!") import time def: countdown(n): while n > 0: print (n) n = n - 1 if n ==0: print ('TIMES UP!!!') countdown(12...
by beamskeleton
Mon May 22, 2017 4:19 am
Forum: Beginners
Topic: TOTAL beginner help!
Replies: 3
Views: 528

TOTAL beginner help!

I am getting a Raspberry Pi Zero/Zero W... I am a student making a project with it... I need some help. The game I am making is basically where one person types in a code, and the other person tries to guess it.. When it is correctly guessed, it will flash some LEDs. There is a time limit of 1.5 min...

Go to advanced search