Three Ways
Hello !
This is my three ways game. You can move the ball with k, l, and m or arrows. Press enter to play and retry. It's better to play in a new tab. I hope you will enjoy it.
I'm still working on it, so it's not finished. I will add a system to change the size of the game on the screen, change the menu screen, and add a config to move with the arrows. You can tell me if you find bugs or things to improve.
If the screen is oversized, you can go to this link :
https://three-ways--equation.repl.co/
You enjoyed the game ? Don't forget to upvote !
Now available : gold rush ! Go on the paddle to earn gold !
Have fun !
(Sorry for my bad English, this game comes from France ;)
23!
15!
51 this is rly fun
rhymes kinda
one,fun.
OMG I LUV THIS <3
record 65 and counting
Record 64
Awesome Game!
ce jeu est tellement bien
pourrais tu rajouter un highscores juste pour le fun et pouvoir se comparer avec des amis
Wow! This game is awesome!
Hello its me again , sorry if I bother you every now and then but will you kindly help me with this coding
I send you a signup code a week ago, I made a few improvements, but its still needs further improvement
the code is as follows
memberlist=[]
print ("*Welcome to mymailbox.com")
while True:
alreadymember=input("Already a member?:")
if alreadymember=="Y" or alreadymember=="y" or alreadymember=="Yes" or alreadymember=="yes" or alreadymember=="YES": member=input("Enter User Name:") if member in memberlist: print ("Welcome", (member)) else: print((member),"not found") if alreadymember=="N" or alreadymember=="n" or alreadymember=="No" or alreadymember=="NO": signup=input("Would you like to signup?:") if signup=="yes" or signup=="YES" or signup=="Yes" or signup=="Y" or signup=="y": print("Kindly fill the following form") First_name=input("Enter Your first name:") print("First Name=:",(First_name)) Second_name=input("Enter Your last name:") print("Second Name=:",(Second_name)) Age=int(input("Enter Your age:")) print("Age=:",(Age)) Username=input("Enter your username:") print("Username=:",(Username)) memberlist.append(Username) print("Welcome to the Team",(First_name)) if signup=="no" or signup=="NO" or signup=="No" or signup=="N" or signup=="n": print("Enjoy browsing mymailbox.com, hope you change your mind") print(memberlist)
the link is mentioned below
https://repl.it/@SakuraKimiko/member-signup
You will notice that when you type No or no NO it wont ask the question would you like to signup, only on smaller n or no it would ask that,
not to mention when it asks you are you already a member and you say yes, even if you are not, it does respond member not found however I want it to ask would you like to sign up
rather it asks again already a member
how do I fix it
Thank You
Regards
Sakura
I have created a new repl with comments to explain you what was the problem and some advices.
You can ask me if you have any questions
https://repl.it/@Equation/Member-Signup-test
I hope it will be useful.
it was very helpful, I ll work on another code and share it with you
cheers :>
Nice! My highscore was 72.
I wish it would save your highscore.
c'est quand tu fais un multi-joueurs ?
Great game, and I know how to fix the oversized screen.
Just add this in your canvas initialization:
canvas.style.width = "100%";
canvas.style.height = canvas.style.width / 2;
Everything in your game will be unaffected. Those 2 lines I accidentally discovered downsize or upsize your canvas to the exact size of the screen/box it's in. But THE PIXELS STAY THE SAME! I used this for my game (submitted at https://repl.it/talk/challenge/Space-Runner/12625), and I don't have to worry about the size of the canvas at all. My code always thinks that it's 4000 by 2000 pixels.
(also please check out my game no one's even commented on it)
whoaaa incroyable
If you like this game, you might like this game: https://repl.it/talk/challenge/or-A-S-S-A-U-L-T-M-A-N-or-A-TOP-DOWN-SHOOTER/12256
You should totally make this game for mobile version,great work loved it
Great work!
pretty cool, got 69 (not intentional)
this is really good, made it to 62! maybe add a "press enter to run" text on the starting page so stupid people like me don't try and click the run button because they didn't read the post properly haha
PS : I'll try your fishing game, it looks very fun ;)
The theme is money. How would this count as an entry?
Hi
@Helixable -- we decided to relax the requirements a little -- the cash/money theme is not required.Can you spoil when the Gold Rush will coming, pls ?
This is so addicting
cool, really cool
which language was used?
To open the console in a new tab, you shall press the button with an arrow in a square, "open in a new tab".
To create a graphic interface with the python language, I have the regret to say to you that it's impossible... You may use Javascript, CSS and HTML. If you want to learn these languages, there are many tutos and videos on Youtube.
too addicting!!!