thanks! but could you also use f-strings next time because the text+variable+text+variable is killing me
@PySnek3 ай бұрын
raylib + C and ENet for multiplayer :)
@black_tea_enjoyer3 ай бұрын
This is a great tutorial! Thank you so much! I am so inspired to continue learning python and pygame after this video. Wish you success in your future.
@AntiCitizen123 ай бұрын
Drop us the project please 🙏
@alexee45464 ай бұрын
Nice. but one question what os are you using
@anubhavmondal840Ай бұрын
same question
@ZippyCoons4 ай бұрын
...how do you even host a game jam ;-;
@hotcoco24134 ай бұрын
:3 . [ Fri 4:20pm 7/5/2024 ]
@crusader31084 ай бұрын
what happened to magnite?
@PurpleGecko64 ай бұрын
Love the video, you have earned my sub
@CarriFresa5 ай бұрын
5:18 😂
@Templaricus5 ай бұрын
Thanks Man!
@ScriptLineStudios5 ай бұрын
No problem!
@rolpon28716 ай бұрын
Yes, please make a pygame multiplayer series!!! I've been trying to combat latency/lag/packet delay in my game!!!
@ScriptLineStudios6 ай бұрын
oh the nostalgia
@alexdemeter15586 ай бұрын
Hi this is amazing vido and also for anyone wantinga pit more simpler version import turtle from turtle import * import tkinter as tk score=0 clicks=0 a=turtle.Turtle() a.ht() a.penup() a.goto(-350, 300) a.write(f"Score: {score}", font=("Arial", 21, "normal")) b=turtle.Turtle() b.ht() b.penup() b.goto(-360, 220) b.write(f"Clicks: {clicks}", font=("Arial", 21, "normal")) def tapping(x, y): global score, clicks score+=10 clicks+=1 a.clear() a.write(f"Score: {score}", font=("Arial", 21, "normal")) b.clear() b.write(f"Clicks: {clicks}", font=("Arial", 21, "normal")) turtle.listen() turtle.onscreenclick(tapping) def save(): global score, clicks file=open("save.txt", "w") file.write(f"score: {score} ") file.write(f"taps: {clicks} ") button=tk.Button(text="Save", command=save) button.pack() def load(): global score, clicks a.clear() b.clear() file=open("save.txt", "r") ht() penup() goto(-350, 300) write(file.read(), font=("Arial", 21, "normal")) button2=tk.Button(text="Load", command=load) button2.pack() turtle.mainloop() You can ofcorrse remove the turtle and add whstever python modlua u want i just made it and there isnt any errors as i see i hope it helps and if you hsve any questions feel free to ask :)
@mashton727 ай бұрын
Use pyGame because you want to learn Python. It's definitely NOT the best option for writing a game. There are other games engines. You're writing a simple platformer. Arguably Unity is not a good choice for this anyway.
@athbuys35887 ай бұрын
Nice channel!
@gamerzy34128 ай бұрын
You're a genius with the voice of an 11 year old boy. I wish you luck with your future endeavours, wherever you may end up.
@AheadDev9 ай бұрын
I can tell ur voice broke lol
@ScriptLineStudios9 ай бұрын
haha yeah it did :D
@AheadDev9 ай бұрын
@ScriptLineStudios bro I need ur advice. I'm 12 years old, (around your age when you started Game Development). So I'm wondering if I should use PyGame, PyOpenGL, or Game Maker for my indie game. I know Python, Java, HTML, and Javascript. I'm not very good on the art side of things but I really enjoy programming. Do u have any suggestions on what framework, engine or library I should use?
@itsmenatika3 ай бұрын
@@AheadDevdo what you can the best. It doesnt matter in basics, but i think pygame would be the easiest, JavaScript would guarantee you going to all of users and others i will leave you to read about
@GustavoRodrigues-zf7lq9 ай бұрын
but and the 3d games in python but only view on 2d ???
@sproutboot9 ай бұрын
Great Im a java dev But lately Im interested in making games.. Because one of my favorite flash games that i enjoyed a lot when i was kid does not exist anymore.. Ur tutorials and this vid motivated me a lot Ty
@shalevforfor55509 ай бұрын
Yeah this is a way making it but it's very long I can make the same thing in just 10-20 lines
@shalevforfor55509 ай бұрын
No less but I know it's less yeah
@WaldoTheWombat9 ай бұрын
6:21 i don't get it
@Camisglh10 ай бұрын
Cool video! What theme are you using?
@klmcwhirter10 ай бұрын
I am not sure why you doubt your C# skills if you have used Unity. Challenge for you - try using sqlite3 database in Python with sqlalchemy, and then do the same thing in C# with perhaps LINQ. Pretty close - right? Congratulations. You no longer need to doubt your C# skills. But, I concur with your intuition about using Python and pygame-ce. So much easier to blend in data analysis and machine learning algorithms where you need them. Bravo!
@vekidev10 ай бұрын
linux? very cool.
@AeSoG_Youtube10 ай бұрын
SOurce?
@teo1130010 ай бұрын
great tutorial!
@BaalaPranithEC11 ай бұрын
mam, how did you intstall and setup glsl in vscode?
@david_ouro11 ай бұрын
Incredible Kid have a bright future ahead
@1239400511 ай бұрын
I work with Unity and I think you're totally right on this video, nice video!!
@vishwajeet740011 ай бұрын
I have a ready pygame,how can i make it multiplayer, which codes i need to put
@Ragz10 Жыл бұрын
Tbh i started learning python like Sunday ( yesterday) due to me wantiing to go back to my roots when i first started orograming n gsme dev (;had learn java c html php mysql n bat had made games with all last was a text based mmo using html php n mysql which was online w active olayer count of 30 for a year before everything started breaking(bosses stopped summoning n when do didnt send out rewards). Then i went software based with byond game maker and such even tried unity then lost my motivation and all. Then my gaming pc gpu died on me randomly n my laptop cant handle dome programs. N i finally got back motivation n choose python. So fun to see your video when searching to buuld a basic understanding. Which i already started a small little text rpg using python n easygui plan on releasing vids n all my projects on my programming account in YT and itch. Wish me luck in my new found motivation and journey. Love what i saw in video and your message
@morgan6503 Жыл бұрын
Update from an irl friend (currently sitting next to him), he is suffering from the faults of the cambridge system and his time is very scarce. He will post EVENTUALLY CHANNEL NOT DEAD YET. He has a current project that him and his friend are working on and are thinking about posting on it. Bozo needs to use his social media account lmao. Exams have literally just finished (hooray), will see if this message actually gets remembered. He knows about your suggestions and demands about the part 3 tutorial video, he will probably make a remastered tutorial video within the next 5 years idk
@nextrixvfx Жыл бұрын
raymarching?
@happygofishing Жыл бұрын
KDE start menu with apple logo 💀
@ScriptLineStudios Жыл бұрын
Haha yeah it wasn't great. I have changed my desktop since this video, lol
@GnuChanOS Жыл бұрын
wow nice can you give me you're github link ?
@jonathansanti_ Жыл бұрын
How can I upload a game if its more than 1 gb? Good tutorial btw
@ScriptLineStudios Жыл бұрын
Oh my this tutorial is bad...
@jonathansanti_ Жыл бұрын
Nah it is good. You are a lifesaver, new sub. You should keep making more videos like this.
@thomasedwardking7286 Жыл бұрын
Oh my this is bad ass awesome brrroo
@eponymoussparrow2516 Жыл бұрын
Would love to see a part 3 Thank you for making this
@KB_StreamZ Жыл бұрын
part 3? please bro😭 also why is my shotgun like 10x the size of my character.
@eponymoussparrow2516 Жыл бұрын
Bro you have seen pygame.transform.scale(all your args) like ten times use your brain!
@Zharkan16 Жыл бұрын
My man's 12 years and is on top of the game. Fo' shizzle, keep it up my dawg.
@sanjayrajasreeraja3456 Жыл бұрын
is there a github link to thid project? Its interesting
@Prateek1234q. Жыл бұрын
Recently started working with pygame Your channel is a big help Thanks❤
@amj.composer Жыл бұрын
You convinced me to use PyGame because your reasons are exactly like mine
@meladura Жыл бұрын
i dislike the way you lower framerate instead of slowing physics and dividing values
@mriykejohns Жыл бұрын
Hello. Could you make a video of how to develop a game of target acquisition and Item dragging around the screen, please? I have been researching about this and I would love to see how it can be modeled in a trivial game.
@sine7687 Жыл бұрын
I hope you return and continue this series
@sine7687 Жыл бұрын
It 's really useful.
@jakep8484 Жыл бұрын
Can you do a simple example of a local multiplayer using two seperate joystick controllers that can each control a square please. I cant find any example.