So I Made a Python Game in 48 Hours…

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ก.ย. 2024

ความคิดเห็น • 243

  • @barj
    @barj  ปีที่แล้ว +3

    Become a member to access cool perks (Free unlimited burritos) th-cam.com/channels/z3l6nyODzXLzTxIkARZ8rw.htmljoin

  • @JustFredrik
    @JustFredrik 3 ปีที่แล้ว +405

    That v-sync and delta time segment was really well made! :D

    • @barj
      @barj  3 ปีที่แล้ว +19

      Thanks chief :)

    • @moodlethenoodle
      @moodlethenoodle 2 ปีที่แล้ว +1

      @@barj Couldn't you have just imported the time module and made it tick when you needed it to?

    • @rafshkim
      @rafshkim 2 ปีที่แล้ว +1

      yeah if only goodgis or polymars made mini tutorials!

  • @tomweiland
    @tomweiland 3 ปีที่แล้ว +251

    I felt that on a spiritual level when you mentioned you only discovered the built in collisions after the fact 😭

  • @DanielLochner
    @DanielLochner 3 ปีที่แล้ว +44

    This is soooo well made Jack! Also, I can't believe how much I relate to your built-in physics discovery! The same happened to me, but with GameMaker... I was so broken after I found out haha

    • @barj
      @barj  3 ปีที่แล้ว +6

      Great Minds forget to read documentation alike :0

    • @HDFaithfuul
      @HDFaithfuul 3 ปีที่แล้ว

      :| gamemaker is how you make unoriginal games also this game sucks I could make it in, not even joking probably 12 lines of code give or take 2 could make this in like 2 hours :}}}}}}}}}}}}}}}}}}}}}}}}}}}} jjjjjjeeeeez le pepe

    • @HDFaithfuul
      @HDFaithfuul 3 ปีที่แล้ว

      @@barj :| maybe if you stopped replying to literally every comment you'd be able to get more done lmao

    • @devdutmn9608
      @devdutmn9608 2 ปีที่แล้ว +3

      Damn you have a high ego, first make a proper game.

    • @Charlito33
      @Charlito33 2 ปีที่แล้ว

      @@devdutmn9608 I think it's just for getting replies...

  • @Skeffles
    @Skeffles 3 ปีที่แล้ว +112

    It's great to see you jump into pygame for this. It's a shame you didn't use their collision but collision can be interesting to work on so I hope you enjoyed it.

    • @barj
      @barj  3 ปีที่แล้ว +19

      It was a fun challenge for sure :)

    • @snehitsiva6713
      @snehitsiva6713 2 ปีที่แล้ว

      @@barj bro which app used for making it

    • @Itstimetorecover
      @Itstimetorecover 2 ปีที่แล้ว +2

      @@snehitsiva6713 It’s VS Code

    • @themoocow7718
      @themoocow7718 9 หลายเดือนก่อน

      @@Itstimetorecoverhad a coder friend recommend it. It’s pretty good.

  • @justtrim
    @justtrim 2 ปีที่แล้ว +8

    in all my years of programming i've never seen a more simple and understandable explanation of delta time, great stuff!

  • @marek_romk
    @marek_romk 3 ปีที่แล้ว +30

    Great video! Altough something you should know, when you explained variable interval, pygame does not use the gpu. It is 100% on the cpu.

    • @barj
      @barj  3 ปีที่แล้ว +10

      Thank you! I was explaining how the GPU pushes the next frame to the monitor the timings are based off of how long it takes the GPU to push the next frame. While the CPU has to have completed all necessary calculations before the GPU displays them, my abstraction was assuming the GPU has all data it needs, it then is up to the speed of your GPU to interpret that data and display it as a refresh, the timing done by the GPU from the display of one refresh to the next is the deltatime.

    • @marek_romk
      @marek_romk 3 ปีที่แล้ว +6

      @@barj ahh, i watched it again and saw it. It is with the display and gpu . Not the calculations. Good explanation!

    • @barj
      @barj  3 ปีที่แล้ว +4

      @@marek_romk Thanks man! Always open to corrections :)

    • @mariocamspam72
      @mariocamspam72 2 ปีที่แล้ว +1

      so pygame, a wrapper for games, is not hardware accelerated?

  • @YannickGames
    @YannickGames 3 ปีที่แล้ว +97

    You totally convinced me to stick to my good old Unity haha :D

  • @GRHmedia
    @GRHmedia 2 ปีที่แล้ว +8

    For collision detection you could reduce the work a bit.
    You had snowballs which means you could have done a distance check center to center and if it is smaller than the to radius added together you have a collision. If you want to use boxes, use the leading corner trick. You test to see if the leading corners are inside the other boxes area. You have to do it both ways though. That way if the box being hit is smaller than the length of the striking objects side it will still register a hit.

  • @barj
    @barj  3 ปีที่แล้ว +93

    SUBSCRIBE FOR FREE DOUGHNUTS!!! (And to check out my other vids maybe idk…)

  • @ReeceGeofroy
    @ReeceGeofroy 3 ปีที่แล้ว +134

    This video was hand crafted by a God Amongst Men.

    • @barj
      @barj  3 ปีที่แล้ว +16

      That's Me :D

    • @VirusFlexovitch
      @VirusFlexovitch 3 ปีที่แล้ว

      Among us*

    • @SquidBeats
      @SquidBeats 3 ปีที่แล้ว +5

      Jesus Christ is God

    • @spectrum5156
      @spectrum5156 2 ปีที่แล้ว

      Don't say it, don't say it, don't say it, don't say it, don't say it 😳

    • @all69stoff
      @all69stoff ปีที่แล้ว

      Hi reece

  • @EtraGames
    @EtraGames 3 ปีที่แล้ว +11

    I’d shorten the title to “Making a Python Game in 48 hours (No Experience)“ Just to shorten the beginning of the title a bit. It’s cool to hear about you trying new things with the jams!

    • @barj
      @barj  3 ปีที่แล้ว

      Thanks man :)

  • @weirddevers9165
    @weirddevers9165 3 ปีที่แล้ว +25

    I remember playing this game. That was quite fun. Didn’t know that we’ve participated in the same jam.

    • @barj
      @barj  3 ปีที่แล้ว +6

      Glad you enjoyed

  • @ChrisTeeGaming
    @ChrisTeeGaming 3 ปีที่แล้ว +1

    Found you via the dev dump podcast mate. Enjoyed your vid.
    Love how you guys are all buddies and jump in and out of each other’s vids haha

    • @barj
      @barj  3 ปีที่แล้ว +1

      I'm very lucky to have such a good group of friends :) Thank you!

  • @proguko
    @proguko ปีที่แล้ว +1

    Creating games be like:
    C: "You can't defeat me"
    Python: "No I know, but he can"
    * Pygame appears *

  • @Handidev
    @Handidev 3 ปีที่แล้ว +3

    I Liked how it turns out very inspiring & Cool!

    • @barj
      @barj  3 ปีที่แล้ว

      Thanks sir

  • @codergopher8270
    @codergopher8270 3 ปีที่แล้ว +6

    This is Epic++, you've proved that even 48 hours of Pythonpain is nothing to the EpicC++Gang! The animations in the vid are sick, looking forward to the next one!

    • @barj
      @barj  3 ปีที่แล้ว +1

      C++ = Cringe

  • @xzippyzachx
    @xzippyzachx 3 ปีที่แล้ว +9

    Yeah Python !!!

    • @barj
      @barj  3 ปีที่แล้ว +2

      Thumbs down 👎

    • @xzippyzachx
      @xzippyzachx 3 ปีที่แล้ว +1

      @@barj But python cooooolll! lol

    • @barj
      @barj  3 ปีที่แล้ว +2

      @@xzippyzachx python cringeeee! Not this vid though 😳

    • @xzippyzachx
      @xzippyzachx 3 ปีที่แล้ว

      @@barj lol

    • @hdhwkq
      @hdhwkq 3 ปีที่แล้ว +1

      @@barj that's very uncool

  • @PhilDeveloper
    @PhilDeveloper 3 ปีที่แล้ว +2

    this is... so IMPRESSIVE! good job.

    • @barj
      @barj  3 ปีที่แล้ว

      Thanks Phil :)

  • @daboxguy3848
    @daboxguy3848 3 ปีที่แล้ว +3

    1:30 "So we went with that". Him and his dog.

    • @barj
      @barj  3 ปีที่แล้ว

      I need to stop with the "we"

    • @scoopydevy
      @scoopydevy 3 ปีที่แล้ว

      Hey Box

  • @pedror1439
    @pedror1439 3 ปีที่แล้ว +1

    this is actually a good video! Keep on the good work!

    • @barj
      @barj  3 ปีที่แล้ว

      Why thank you pedro :)

  • @legendrags
    @legendrags 2 ปีที่แล้ว +1

    Barji, you feel that about pygame like that because you are a full-time unity and stuff dev
    but as a full-time pygame and partial unity dev with great experience, I worship it

  • @nathanielpullig932
    @nathanielpullig932 2 ปีที่แล้ว +2

    Just curious, why don’t you like Python? I started with Java, learned C++, and used to be rather anti-Python until I got into it. I like that I can just start scripting without all the preamble, is there something I’m too inexperienced to recognize as a drawback? Is the drawback something specific to making games?

  • @Benjabenjaaaa
    @Benjabenjaaaa ปีที่แล้ว +1

    Only me who really loved the old Barji Profile Picture

    • @barj
      @barj  ปีที่แล้ว

      :( it will be sorely missed

  • @talibytes
    @talibytes 2 ปีที่แล้ว +1

    Game idea: you have limited energy. You can do a certain action that replenishes some level of energy, but also reduces your health. Then, you are forced to work your way through a maze or obstacles in a high-paced, difficult environment. Players can submit levels

  • @theafr0842
    @theafr0842 3 ปีที่แล้ว +8

    I've used pygame regularly for about a year now and I have to say that It's alot more powerful then people give it credit for, but otherwise, great video
    earned a sub :)

    • @barj
      @barj  3 ปีที่แล้ว +3

      It's super powerful! It's python I've got an unwarranted vendetta a game, as far as pygame goes, it's flawless. I'd recommend checking out raylib too if you haven't already, it's just as high level as pygame but you can use almost any programming language!

    • @TamakoYT
      @TamakoYT 2 ปีที่แล้ว

      Can you help me out then, please. I have problems with making 8d movement. And the problem is, pygame moves rects only by whole numbers of pixels, and that's why I cant implement 8d movement the right way. I just can not make pygame move the rect in all directions with the same speed. help me please :(

  • @blushingbutterfly7742
    @blushingbutterfly7742 3 ปีที่แล้ว +1

    FYI: delta time is actually the time that has passed since the last frame

  • @MyRecToSelect
    @MyRecToSelect ปีที่แล้ว

    Really cool vid loved it

  • @stickguy9109
    @stickguy9109 3 ปีที่แล้ว +2

    This is so much similar to making a game in canvas HTML/JavaScript, except you don't need executable file to play the game.

  • @chukaagbim3900
    @chukaagbim3900 ปีที่แล้ว

    That delta time stuff feels like high school

  • @woosix7735
    @woosix7735 3 ปีที่แล้ว +4

    I am curious on how python to other ways of making games, for example your asteroid game with SFML. Which would you prefer, and why? (Why would anyone make a game with python lol)

    • @barj
      @barj  3 ปีที่แล้ว +2

      SFML was more of a challenge, whereas python was really easy. I much prefer using c++ over python as python has some really weird missing features and mutability rules. SFML for sure :)

  • @aayuu_.68
    @aayuu_.68 2 ปีที่แล้ว +2

    Can you show us this game code ??

  • @thedownloadtester1418
    @thedownloadtester1418 2 ปีที่แล้ว +1

    Python is awesome you can code anything

  • @0dd3k73
    @0dd3k73 2 ปีที่แล้ว

    That's the legendary man that named muck "muck"

  • @red1swonderworld
    @red1swonderworld 3 ปีที่แล้ว

    whenever I hear your voice, my brain just thinks about **muck** and **bob**

  • @nerdyturkey312
    @nerdyturkey312 2 ปีที่แล้ว +1

    Great content, just subbed 👍 pygame ain't to bad. have my own pygame channel focused on game dev tools and puzzles ( when I have time).

  • @zeeskhan5661
    @zeeskhan5661 2 ปีที่แล้ว

    Bro which theme are you using at 3:08, I really liked it and want to apply in my vs code

  • @Sparky0919
    @Sparky0919 2 ปีที่แล้ว

    The work around you did for collisions kinda hurt me inside. But I know you are new to python and you did really well for what you knew.

  • @mrfluffybeehive
    @mrfluffybeehive ปีที่แล้ว

    but dont you have to use like unreal or something? how do people make games and when does code come into the development

  • @drdesten
    @drdesten 2 ปีที่แล้ว +1

    I would get an aneurysm from coding python this intensively

  • @GTDragonGaming
    @GTDragonGaming 2 ปีที่แล้ว +1

    Is it just me or that player snowball looks really plain i mean a face on it would be better 👀

  • @noahjames9457
    @noahjames9457 3 ปีที่แล้ว

    i like the GPU animation, it's pretty slick

    • @barj
      @barj  3 ปีที่แล้ว

      Why thank you :)

  • @theseusRJ7
    @theseusRJ7 3 ปีที่แล้ว +1

    you were the guy who named muck?

  • @Marco-sm9bu
    @Marco-sm9bu 2 ปีที่แล้ว

    the fact that this can be made in like 20 minutes in scratch

  • @laynaTheLobster
    @laynaTheLobster 2 ปีที่แล้ว

    0:00
    Game-engine only programmers be like.

  • @bt260gaming9
    @bt260gaming9 2 ปีที่แล้ว

    Why are you so underrated

  • @doltramir
    @doltramir 2 ปีที่แล้ว

    You should've made him grow, when he's rolling. Plus the bigger he is - the slower his speed changes. So much, that he might be unable to start rolling for some time, and be forced to wait until he somewhat melts.

  • @Will_of_Iron
    @Will_of_Iron 2 ปีที่แล้ว +1

    Inspiring!

  • @sandiguha
    @sandiguha 2 ปีที่แล้ว

    Can you make a video demonstrating how to convert the executables into a package?
    I made a game long ago and couldn't find a way to run on a friend's computer without installing py environment on his PC and that was the sole reason I stopped making pygames.

  • @amazing40
    @amazing40 3 ปีที่แล้ว +1

    Incredible Came Here From The Podcast 😊
    " poly Mars "

    • @barj
      @barj  3 ปีที่แล้ว

      Hope you enjoyed :)

    • @amazing40
      @amazing40 3 ปีที่แล้ว +1

      @@barj Yes !! You have a Discord ?

    • @barj
      @barj  3 ปีที่แล้ว

      @@amazing40 yessir, link is in the description

    • @amazing40
      @amazing40 3 ปีที่แล้ว +1

      @@barj Okay!

  • @Grant-bx5fv
    @Grant-bx5fv 2 ปีที่แล้ว

    Can I ask why you don’t like python? It’s easy, has a lot of ease of use features, and almost no syntax. What do you hate about it?

  • @weegie3343
    @weegie3343 2 ปีที่แล้ว

    imagine a game jam for scratch. I wonder how it will turn out.

  • @domeen0gt895
    @domeen0gt895 3 ปีที่แล้ว +3

    You could try godot and gdscript (kinda similar to python but with more things built in)

    • @barj
      @barj  3 ปีที่แล้ว

      I definitely want to make a godot game. Maybe @Goodgis Collab?

  • @notawesomedanny785
    @notawesomedanny785 3 ปีที่แล้ว

    I was wondering if there is a way to publish a pygame game because I do not know how to publish one

  • @earl1144
    @earl1144 2 ปีที่แล้ว

    As a programming student, this brings me hope.

  • @Tantandev
    @Tantandev 3 ปีที่แล้ว +1

    Now, pls use Rust for the next gamejam it will probably be worse (because Rust has a borrowchecker)
    But if you get used to a borrowchecker then it's fantastic to work with

    • @barj
      @barj  3 ปีที่แล้ว +1

      Rust is definitely something I want to try

  • @lumberapple8820
    @lumberapple8820 3 ปีที่แล้ว

    Good stuff!

  • @pugchamp1795
    @pugchamp1795 3 ปีที่แล้ว +2

    how are comments on before the video is out bruh

    • @barj
      @barj  3 ปีที่แล้ว

      magic.

  • @mr.no_1130
    @mr.no_1130 2 ปีที่แล้ว

    which theme of vs code ur using ??
    And which font is it ??

  • @leobozkir5425
    @leobozkir5425 2 ปีที่แล้ว

    I'm having a mental breakdown about the fact that you didn't just use pygame's box collider. It's like using Unity to create a game engine

  • @proscience1226
    @proscience1226 2 ปีที่แล้ว

    Make the same thing in less than a hour in Unity. (always choose the right tools, for a given 'problem')

  • @roshangeorge796
    @roshangeorge796 2 ปีที่แล้ว

    sir.. can u tell which software that u used for creating assets

  • @kilogram9559
    @kilogram9559 3 ปีที่แล้ว +1

    you are so underrated

  • @yourkodi3945
    @yourkodi3945 2 ปีที่แล้ว +2

    well done, wish i could code like that

  • @shalevforfor5550
    @shalevforfor5550 9 หลายเดือนก่อน

    I really love the pygame thing and I don't know why but I learn all alone and Google

    • @shalevforfor5550
      @shalevforfor5550 9 หลายเดือนก่อน

      I think you make the movement too long in code in pygame there is keyup and key down so you make the variable right_movment = False

  • @flyh1ghgd182
    @flyh1ghgd182 2 ปีที่แล้ว

    Why didnt you use unitys particle system

  • @beronicous7086
    @beronicous7086 2 ปีที่แล้ว

    Bro did a better job than me scrambling 2 months for a coding language

  • @truestbluu
    @truestbluu 3 ปีที่แล้ว +1

    Python is like lua. It looks horrible and hard to learn to newcomers but it isn't at all in fact it's easier than say C#

  • @DawnColon-hn8pl
    @DawnColon-hn8pl 7 หลายเดือนก่อน

    cool video)

  • @sidneyprescott5267
    @sidneyprescott5267 2 ปีที่แล้ว

    where can i learn python? seems fun

  • @amiresmail3724
    @amiresmail3724 2 ปีที่แล้ว

    Can u teach Phyton or have classes?

  • @ConstantineWR
    @ConstantineWR 3 ปีที่แล้ว +1

    You should do a challenge where you have to use a random language: you put a bunch of languages (you’ve never used) and put them in a random picker and then what Ever it chooses you do

  • @itslucalive6832
    @itslucalive6832 2 ปีที่แล้ว

    how did you leanr to code\

  • @fiddleriddlediddlediddle
    @fiddleriddlediddlediddle 2 ปีที่แล้ว

    Rad. How'd you learn to do this?

  • @advancedcuber9226
    @advancedcuber9226 3 ปีที่แล้ว

    from where you get the snow player image

  • @fcbarcelonafansclub5085
    @fcbarcelonafansclub5085 ปีที่แล้ว

    Can we make big game using python

  • @AyaanAnsariH
    @AyaanAnsariH 2 ปีที่แล้ว

    I saw the code and I found that you loaded the image from "Data/Textures/Snowball.png" I also tried to make a game with pygame and I loaded images from a particular place of my pc and as soon as I covert the python file to .exe it does not work since it is not able to load images. So I wanna know that how can I succesfully covert it to .exe and what do "Data/Textures/Snowball.png" this mean and can I implemet this too?
    I know that this is a long and might be a poor question but I think that you might be able to help me.
    Or even somebody else can help me then also its great!
    Thx for your time appreciate it!

    • @barj
      @barj  2 ปีที่แล้ว

      Just make sure the exe is placed in the same place as the py file, and be sure to use relative paths.

    • @AyaanAnsariH
      @AyaanAnsariH 2 ปีที่แล้ว

      @@barj thx for your help I will try it out and if it works I will inform you
      Thx for your help ez Subscribe

  • @vedicdixit7933
    @vedicdixit7933 2 ปีที่แล้ว

    How many lines of coding did you make?

  • @animationsbelike
    @animationsbelike 2 ปีที่แล้ว

    Cool! :)

  • @notagain3732
    @notagain3732 2 ปีที่แล้ว

    Awesome

  • @amimizunochan
    @amimizunochan ปีที่แล้ว

    when mushy update?

  • @bluelobster420
    @bluelobster420 2 ปีที่แล้ว

    Me: learning python to make cheats for this game

  • @Jamies64gaming
    @Jamies64gaming 3 ปีที่แล้ว +2

    as a person whos only made games in python, I pity you

    • @barj
      @barj  3 ปีที่แล้ว +3

      This should be considered self-harm

  • @user-pu8ft6cq6k
    @user-pu8ft6cq6k 2 ปีที่แล้ว

    How do u get pygame

  • @sleepynet13
    @sleepynet13 2 ปีที่แล้ว

    you should have done that in ursina engine

  • @daboxguy3848
    @daboxguy3848 3 ปีที่แล้ว +2

    Also I know you will hate me for righting this but, A mobile interactive version would be pretty cool.😬

    • @barj
      @barj  3 ปีที่แล้ว +2

      Never gonna happen, too much python for this lifetime.

  • @doggybruv
    @doggybruv 2 ปีที่แล้ว +1

    Watched the whole video and i still dont know what a coding is

  • @user-yd2ee6sf8k
    @user-yd2ee6sf8k ปีที่แล้ว

    Barjii, can't you perhaps have a bet with PolyMars again? pleaseeee like you did once. of course not with 1000 dollars. maybe on something less and casual? pleaseeeeee can't ya?

  • @LotsOfFunyoutubechannel
    @LotsOfFunyoutubechannel 2 ปีที่แล้ว

    Made a game exactly like this 2-3 years ago with asteroids :P . The game was too laggy and barely playable XD

  • @shrimpster3726
    @shrimpster3726 2 ปีที่แล้ว +1

    Pog

  • @WolfsdenxD
    @WolfsdenxD 2 ปีที่แล้ว

    When I said delta time in sync with the video......

  • @bruhhhhhh7961
    @bruhhhhhh7961 2 ปีที่แล้ว

    R4om the creators of muck

  • @devmts
    @devmts 3 ปีที่แล้ว

    so good!

  • @gillarajieprasatya812
    @gillarajieprasatya812 3 ปีที่แล้ว

    love ur video

  • @vilanstrikegaming5114
    @vilanstrikegaming5114 2 ปีที่แล้ว

    Boom

  • @namesurname1526
    @namesurname1526 3 ปีที่แล้ว +1

    Python is too slow . Python for childrens. C is power

    • @souvikghosh6966
      @souvikghosh6966 3 ปีที่แล้ว

      Go and do some research about Python

  • @nomcustom
    @nomcustom 2 ปีที่แล้ว

    Pygame is better for 2 dimension games, there is a library called Ursina that is better than that.

  • @deei5130
    @deei5130 3 ปีที่แล้ว

    I love this channel so much but at the same time I haaaaate you for hating on my fav language

  • @jelvik
    @jelvik 14 วันที่ผ่านมา

    I WANT FREE DOUGHNUTS

  • @binzwo1004
    @binzwo1004 3 ปีที่แล้ว +1

    I have no idea how he has a Mac Cursor on a windows pc

    • @barj
      @barj  3 ปีที่แล้ว

      It’s pretty simple, google a tutorial on how to do it if you want one :D

    • @binzwo1004
      @binzwo1004 3 ปีที่แล้ว

      @@barj I have a Mac lmao but why do you want the Mac cursor anyway lol

    • @barj
      @barj  3 ปีที่แล้ว

      @@binzwo1004 I like it

    • @binzwo1004
      @binzwo1004 3 ปีที่แล้ว

      @@barj lol, you do you