Ahmed !
@PattanAhmed
"A goal without a plan is only a wish."
~ Someone said so...
Play GTA 5 in text
Version 1
Hey everyone.
After a lot of trials, 950+ lines, I finally like to introduce my new game called GTA 5 (in text).
Basica
Python
ConnectFour!
Hi everyone!
Welcome back to my new post!
Last time, I made a game called Pong which was made in Python Turtle.
This time, I tried maki
Pygame
Pong!
Hi everyone!
This is basically just a pong game from the coding world.
How to play:-
Just simple.
Try to move two paddles so that it cannot g
Python
PattanAhmed Guys, If you wanna make this amazing game all by yourself using Pygame and Python.
Follow this tutorial
and credit goes to them too.
Thanks!2 years ago
CodingCactus hi @programmeruser you reported this for plagiarising a tutorial, please provide the tutorial from which this is apparently copied2 years ago
Hi,
This is called Wormy!
Which is really hard to follow and play...
FAQ
Why it's hard?
> Good question :D
It will sometimes stop in the middle o
Python
Bookie0 Why do you named it Wormy?
Because it's hard to handle the worm.
? doesnt make sense lol
also a suggestion: maybe when you spawn the snake after game over, do 3, 2, 1 (for preparation) because sometimes i spawn right next to the end of the grid and i die right away :/3 years ago
Hi World,
Check this beautiful
3D Design
made with Python Turtle
🌷 💮 🏵️ 🌹 🥀 🌺 🌻
Thanks!
Python (with Turtle)
Muffinlavania just a suggestion, maybe add some color? Good design, but even with a simple turtle.color('yellow') might help :D3 years ago
Hi,
How to solve this problem now?
I was normally creating a Weather Forecast, and I closed the tab and when I opened it again it gave me this error.
Maysahruby1 Hi i am a begginner and i have no experiance but i want to help, how about you copy the code, paste it on note. Open up a new repl and paste the code there and run it. Hope this helps! Thx for trying to helping me btw and what is u r fav thing? mine is a cat so that is what i made my profile. just make your fav thing u r profile!3 years ago
Hi,
See, This is my commands on a color string in Python.
As you all can see that I wrote print(Pink + "Hello") in First Line and print("Ok") in the s
Bookie0 Hey, do this after the color imports:
END = '\033[0m'
Then to print the thing, do this:
print (Pink + “Hello” + END)
print(“ok”)
The END should not make ok pink
Hope this helps!3 years ago