Pygame Tutorial: Shaders
16:30
2 жыл бұрын
Pygame New Years Jam Announcement!
0:37
Pygame Tutorial - Save/Load System
14:13
Why I use Python instead of Unity
4:08
Game Jam Theme Announcement
0:33
3 жыл бұрын
Game Jam Announcement!
0:41
3 жыл бұрын
Lets Chat Gamedev (ft. TriangleDev)
58:54
I released a Magnite DEMO!
1:11
3 жыл бұрын
I Remade SUPERHOT in Pygame
4:06
3 жыл бұрын
Pong & Pygame! (Beginner Tutorial)
32:13
New Tools and Food! [Magnite Devlog]
5:51
Devlog #4 - Villages and NPC's!
9:30
Пікірлер
@HakiYikio
@HakiYikio 18 күн бұрын
I am impressed. Really good job on that !
@tbinaryg
@tbinaryg Ай бұрын
thanks! but could you also use f-strings next time because the text+variable+text+variable is killing me
@PySnek
@PySnek 3 ай бұрын
raylib + C and ENet for multiplayer :)
@black_tea_enjoyer
@black_tea_enjoyer 3 ай бұрын
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.
@AntiCitizen12
@AntiCitizen12 3 ай бұрын
Drop us the project please 🙏
@alexee4546
@alexee4546 4 ай бұрын
Nice. but one question what os are you using
@anubhavmondal840
@anubhavmondal840 Ай бұрын
same question
@ZippyCoons
@ZippyCoons 4 ай бұрын
...how do you even host a game jam ;-;
@hotcoco2413
@hotcoco2413 4 ай бұрын
:3 . [ Fri 4:20pm 7/5/2024 ]
@crusader3108
@crusader3108 4 ай бұрын
what happened to magnite?
@PurpleGecko6
@PurpleGecko6 4 ай бұрын
Love the video, you have earned my sub
@CarriFresa
@CarriFresa 5 ай бұрын
5:18 😂
@Templaricus
@Templaricus 5 ай бұрын
Thanks Man!
@ScriptLineStudios
@ScriptLineStudios 5 ай бұрын
No problem!
@rolpon2871
@rolpon2871 6 ай бұрын
Yes, please make a pygame multiplayer series!!! I've been trying to combat latency/lag/packet delay in my game!!!
@ScriptLineStudios
@ScriptLineStudios 6 ай бұрын
oh the nostalgia
@alexdemeter1558
@alexdemeter1558 6 ай бұрын
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 :)
@mashton72
@mashton72 7 ай бұрын
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.
@athbuys3588
@athbuys3588 7 ай бұрын
Nice channel!
@gamerzy3412
@gamerzy3412 8 ай бұрын
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.
@AheadDev
@AheadDev 9 ай бұрын
I can tell ur voice broke lol
@ScriptLineStudios
@ScriptLineStudios 9 ай бұрын
haha yeah it did :D
@AheadDev
@AheadDev 9 ай бұрын
@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?
@itsmenatika
@itsmenatika 3 ай бұрын
​@@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-zf7lq
@GustavoRodrigues-zf7lq 9 ай бұрын
but and the 3d games in python but only view on 2d ???
@sproutboot
@sproutboot 9 ай бұрын
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
@shalevforfor5550
@shalevforfor5550 9 ай бұрын
Yeah this is a way making it but it's very long I can make the same thing in just 10-20 lines
@shalevforfor5550
@shalevforfor5550 9 ай бұрын
No less but I know it's less yeah
@WaldoTheWombat
@WaldoTheWombat 9 ай бұрын
6:21 i don't get it
@Camisglh
@Camisglh 10 ай бұрын
Cool video! What theme are you using?
@klmcwhirter
@klmcwhirter 10 ай бұрын
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!
@vekidev
@vekidev 10 ай бұрын
linux? very cool.
@AeSoG_Youtube
@AeSoG_Youtube 10 ай бұрын
SOurce?
@teo11300
@teo11300 10 ай бұрын
great tutorial!
@BaalaPranithEC
@BaalaPranithEC 11 ай бұрын
mam, how did you intstall and setup glsl in vscode?
@david_ouro
@david_ouro 11 ай бұрын
Incredible Kid have a bright future ahead
@12394005
@12394005 11 ай бұрын
I work with Unity and I think you're totally right on this video, nice video!!
@vishwajeet7400
@vishwajeet7400 11 ай бұрын
I have a ready pygame,how can i make it multiplayer, which codes i need to put
@Ragz10
@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
@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
@nextrixvfx Жыл бұрын
raymarching?
@happygofishing
@happygofishing Жыл бұрын
KDE start menu with apple logo 💀
@ScriptLineStudios
@ScriptLineStudios Жыл бұрын
Haha yeah it wasn't great. I have changed my desktop since this video, lol
@GnuChanOS
@GnuChanOS Жыл бұрын
wow nice can you give me you're github link ?
@jonathansanti_
@jonathansanti_ Жыл бұрын
How can I upload a game if its more than 1 gb? Good tutorial btw
@ScriptLineStudios
@ScriptLineStudios Жыл бұрын
Oh my this tutorial is bad...
@jonathansanti_
@jonathansanti_ Жыл бұрын
Nah it is good. You are a lifesaver, new sub. You should keep making more videos like this.
@thomasedwardking7286
@thomasedwardking7286 Жыл бұрын
Oh my this is bad ass awesome brrroo
@eponymoussparrow2516
@eponymoussparrow2516 Жыл бұрын
Would love to see a part 3 Thank you for making this
@KB_StreamZ
@KB_StreamZ Жыл бұрын
part 3? please bro😭 also why is my shotgun like 10x the size of my character.
@eponymoussparrow2516
@eponymoussparrow2516 Жыл бұрын
Bro you have seen pygame.transform.scale(all your args) like ten times use your brain!
@Zharkan16
@Zharkan16 Жыл бұрын
My man's 12 years and is on top of the game. Fo' shizzle, keep it up my dawg.
@sanjayrajasreeraja3456
@sanjayrajasreeraja3456 Жыл бұрын
is there a github link to thid project? Its interesting
@Prateek1234q.
@Prateek1234q. Жыл бұрын
Recently started working with pygame Your channel is a big help Thanks❤
@amj.composer
@amj.composer Жыл бұрын
You convinced me to use PyGame because your reasons are exactly like mine
@meladura
@meladura Жыл бұрын
i dislike the way you lower framerate instead of slowing physics and dividing values
@mriykejohns
@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
@sine7687 Жыл бұрын
I hope you return and continue this series
@sine7687
@sine7687 Жыл бұрын
It 's really useful.
@jakep8484
@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.