I personally love the minimalist way of your Explanation and edits which makes it easier to get into Head!! Keep. Uploading!! Your Channel is loved!!❣
@reedhamyt58323 жыл бұрын
I was doing my Computer Science project and was opening the phone to google 'How to save game in pygame' but before that i see this in my notification.😂😂😂
@mixlaproduction3 жыл бұрын
The legend is back! :D
@SKSam-bq6zt3 жыл бұрын
Yeah so cool
@meoweth8293 жыл бұрын
Please dont stop making these, you inspire me
@m__h25743 жыл бұрын
Just when I was thinking about how to implement a saving mechanism.... Like a gift from heaven...
@SKSam-bq6zt3 жыл бұрын
Thanks, I just wanted to research this subject and then I found you uploaded this video. It's really important and useful in pygame games.
@SKSam-bq6zt3 жыл бұрын
But man you are really underrated.
@ihaveagoddamnplanarthur Жыл бұрын
Straight to the point, good explanation, i understood it well!
@abrarmasumabir38093 жыл бұрын
I am in high school..man you make my days cool...it's so awsome..I can't explain you..💜
@devloper_d3 жыл бұрын
where are you from?
@abrarmasumabir38093 жыл бұрын
@@devloper_d From Bangladesh bro and you....
@devloper_d3 жыл бұрын
@@abrarmasumabir3809 I am from India and I am in class 7th.
@abrarmasumabir38093 жыл бұрын
@@devloper_d can we contact bro...let's learn together....💜
@devloper_d3 жыл бұрын
@@abrarmasumabir3809 Yes of course share your e-mail id or other contact detail.
@MuxauJ72 жыл бұрын
I've been doing very basic coding as a way to mentally exercise and pass time with some benefits. Being a complete dummy when it comes to using external files in my programs, I just couldn't pass that roadblock for some reason (called lazyness 😄). The video has been exceedingly helpful at giving clear directions on where to look and what to do.
@guusvrv9243 жыл бұрын
I was just searching for this, perfect timing!
@ElvB3 жыл бұрын
Helpful videos and great explanation!
@TheAlexdn3 жыл бұрын
Perfeito trabalho com pygame agora estou entendendo de verdade. Parabens pelo trabalho e dedicação. I'm from Rio de janeiro, Brazil.
@trakra99592 жыл бұрын
Amazing, back on track in half an hour
@carlfranz68052 жыл бұрын
I'm gonna use this for my upgrade to your space invaders. Good fun. Thanks.
@amaldeeppatra82243 жыл бұрын
This tutorial worked perfectly for me...Thanks for this😄☺
@devloper_d3 жыл бұрын
Before watching this video I did same thing with SQLite, Thanks for teaching me the shortest method.😃
@deviouspolarbear47072 жыл бұрын
cool video, this will help me a lot in my future career! Thank you so much
@hariharanthegreat55763 жыл бұрын
How about Menus in pygame and 3d games in Godot?
@codedecode14983 жыл бұрын
For 3D games in godot, i can highly recommend this channel called Garbaj :D
@hariharanthegreat55763 жыл бұрын
@@codedecode1498 Yeah, I too watch his videos. But this channel Clear Code explains everything in a slow and neat manner which helps me to understand better. If clear code did some, it would be amazing
@codedecode14983 жыл бұрын
@@hariharanthegreat5576 Yeah ik i prefer this channel over other channels too, but im just saying you could watch those till ClearCode makes them :)
@GUITARATION3 жыл бұрын
Plz make videos on games your explanation is best 👍👍
@M17-c2q2 жыл бұрын
You are truly great
@tooez47803 жыл бұрын
oh my gosh he uploaded another video!!
@azurnxo21343 жыл бұрын
Subbed. You're amazing.
@optimistprime81723 жыл бұрын
How do you do this with more complex projects containing Player and Enemy classes, animation frames etc?
@-_Nuke_- Жыл бұрын
What if I want to save a game, but manually? Like in most games, you can chose the name of your save and the path of your save, how can I do that?
@JeanDeBussy3 жыл бұрын
AttributeError: 'FirstPersonController' object has no attribute 'cursor' hello in the last video of minecraft in python i encounter this problem could you help me (the code is right because i also tried to get it from your git hub)
@fathurbadar44903 жыл бұрын
Can anyone explain to me how this works, i have follow the video, but the load is having conflict with the dump if I never run the game (like, the text file is never created, and that creates conflict with the loader trying to get the file). Should I make the file first and assigning the dictionary value into text file (like 'click' : 0 in the text file)? Sorry if my question sounds dumb, I'm new to python, and sorry about my grammar (not really good at English). For anyone reading this comment, have a nice day!! 🙂
@DGHere123 жыл бұрын
Thank you For making this video,
@kaan_tuna2 жыл бұрын
But how would I make multiple saves with different names that the user(s) inputs?
@anntakamaki1960 Жыл бұрын
Ok, so I should save each variable into a global dictionary then save that dictionary as json file, and load the variables from that dictionary?
@m_davis222 Жыл бұрын
Great Video!
@DGHere123 жыл бұрын
This helped me a lot man, you should do tutorials on unity
@wantedunknown31003 жыл бұрын
Made my day
@aleksandrapacia21133 жыл бұрын
thank you, it helped me a lot ;)
@Mikendlela272 жыл бұрын
Amazing.
@patcher143 жыл бұрын
Does this work on your ursa-craft?
@ClearCode3 жыл бұрын
it is just another python module, it works with anything, including pygame and ursina.
@mrdc33 жыл бұрын
How would I implement this with your Mario style platformer?
@j2j_official2 жыл бұрын
Thank you very much :)
@jimmyslaughter62623 жыл бұрын
You are amazing!!!
@pokegamerspoint65773 жыл бұрын
Hey! When's the new video coming?
@kahwigulum3 жыл бұрын
and here i thought json stood for 'just a series of numbers'
@SKSam-bq6zt3 жыл бұрын
Hey the content is veryyyyy gd but how can I save all the data in a game that contains classes?
@CodingCircle3 жыл бұрын
You can save classes with json as well but the class should not contain any image or Font
@GUITARATION3 жыл бұрын
Thanks 👍👍
@ZgavY3 жыл бұрын
Why use json instead of saving your data as raw binaries?
@deistormmods2 жыл бұрын
Better to use raw binary. It's quicker. But it's your choice.
@ZgavY2 жыл бұрын
@@deistormmods I'll use raw binary so 9 year olds can't edit the data and cheat on my game lol
@deistormmods2 жыл бұрын
@@ZgavY Lol if they're smart enough they can
@killer1o1653 жыл бұрын
Can you make a video on controller input?
@thealgomanxr3 жыл бұрын
he bacc
@il_piruz3 жыл бұрын
( i'm italian so not watch grammatic:D) please you can say me what program for Ursina engine you have used (that for minecraft Python edition)? pls (i want to create from myself but i don't know what type of file i must to use on Visual Studio)
@ClearCode3 жыл бұрын
Hey, I use sublime text but any python ide is fine
@il_piruz3 жыл бұрын
@@ClearCode thank As soon as I can I try it
@il_piruz3 жыл бұрын
@@ClearCode sorry for disturbe but how you use (always sorry for the bad english) sublime text? ( for example run the code and show up the window with the game)?
@il_piruz3 жыл бұрын
@@ClearCode nothing at the end i've made it and..... thankssss for all the help and time you put in for help me
@il_piruz3 жыл бұрын
@@ClearCode sorry for another disturb 😅, but I've installed also psd tools3 but the file (opened with python) not work and the prompt of python spam message of Missing assets/blocks, you can help me another time? 😅
@khimleshgajuddhur68923 жыл бұрын
nice video...but don't forget to record your cursor also xD :) 😁
@itsME-dc4vm3 жыл бұрын
Nice ;D
@jeolnoel52883 жыл бұрын
could you make a Video about Sound effects in pygame?(pitching, etc..) it would help me a lot!
@ckthomas57563 жыл бұрын
Can you teach us how to make multiplayer game
@Mahmoud-kv1ir3 жыл бұрын
new vid!!!! any plans for more Godot tutorials?
@SKSam-bq6zt3 жыл бұрын
yeah Godot is really important for making games
@nirmaltheprogrammer5103 жыл бұрын
But user can change the values and cheat plz make a new method
@user-dh8oi2mk4f3 жыл бұрын
In a singleplayer game, why would you want to prevent the user from cheating?
@aiyazm72783 жыл бұрын
Hi I need your help
@aiyazm72783 жыл бұрын
I had a problem in Arduino UNO using python
@rileylecaptain113 Жыл бұрын
18:02, just saving so i can sleep :)
@samuelkalteis84423 жыл бұрын
can you code the floppy bird game with memory?
@arystokrates57722 жыл бұрын
25:06 funny number :D
@Collectors-Epic-Lounge Жыл бұрын
This guy keeps telling us to get rect, how rude! (This is a python joke)