2 YEARS of PYTHON Game Development in 5 Minutes!

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 พ.ค. 2024
  • I spent the last two years learning Pygame and game development in general. This video shows my journey starting with almost no programming knowledge, showing all the games I made along the way and finishing with my Udemy course.
    Timestamps:
    00:00 Intro
    00:35 Tic Tac Toe
    00:45 Snake
    00:59 Pong & Breakout
    01:16 Space Invaders
    01:45 Flappy Bird
    02:00 Platformer
    02:34 RPG Battle
    03:00 Shooter
    03:40 Castle Defender
    03:55 Brawler
    04:10 Dungeon Crawler
    04:44 Outro

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

  • @nazradu
    @nazradu 9 หลายเดือนก่อน +1518

    Your biggest achievement here is not the knowledge of coding you gained but the ability to chase a Goal for that long. Be proud of yourself!

    • @CodingWithRuss
      @CodingWithRuss  9 หลายเดือนก่อน +51

      Thank you!

    • @koukous95
      @koukous95 9 หลายเดือนก่อน +34

      Definitely, I think that's the hardest part. Props to this dude for not giving up.

    • @grandpraline
      @grandpraline 8 หลายเดือนก่อน +4

      @CodingWithRuss, I wonder what is your goal in this, if there is. Would appreciate any answer and thoughts

    • @user-mj3yv1km6i
      @user-mj3yv1km6i 7 หลายเดือนก่อน +2

      ммёеёееш

    • @P.W.T_ARYAN
      @P.W.T_ARYAN 4 หลายเดือนก่อน

      ​@@CodingWithRuss which coding you use

  • @ALSTR330
    @ALSTR330 8 หลายเดือนก่อน +368

    My 11-year-old son wants to make a platformer game from scratch. We’ve started learning python together by following along with online tutorials. So far, I’ve built a “paper rock scissors” and “math test” text based games. We also found Piskel online to start making sprites. It’s a fun bonding experience learning together. He seems patient and understands it may take many months before we’ve made something substantial. Cautiously optimistic.

    • @nandorschmieder1448
      @nandorschmieder1448 7 หลายเดือนก่อน +32

      I wish my dad this, when I was young! Keep up my man!:))

    • @FatemehBahrami-oz8ok
      @FatemehBahrami-oz8ok 7 หลายเดือนก่อน +24

      You are an excellent parent. Well done 👍

    • @EnanoForro
      @EnanoForro 7 หลายเดือนก่อน

      You can try using a something like Construct 3 (or Construct 2, wich is deprecated). They are amazing tools for starters as you don't need to learn coding, but you still have to work on logic and lot of stuff.
      They are not free but they are not expensive either

    • @notlogic.the.second
      @notlogic.the.second 7 หลายเดือนก่อน +7

      nice idea👍

    • @CodingWithRuss
      @CodingWithRuss  7 หลายเดือนก่อน +35

      This sounds great! I think your approach of starting with smaller projects and slowly building up to more complex stuff is a very good way to do this. Good luck to both of you with your coding journey 🙂

  • @jupiterapollo4985
    @jupiterapollo4985 7 หลายเดือนก่อน +83

    The fact that you had a random thought of "I should learn to code" and managed to get that far, and not waver in your progression/goals is extremely motivating to me. This video brings hope for a lot of us trying to follow our dreams in game creation.Thank you!

  • @LeafTreez
    @LeafTreez 8 หลายเดือนก่อน +18

    I definitely relate to hearing about your burnout in game development. I've been teaching myself game development for almost a year, and I recently hit a burnout phase working on a 3d action adventure game. It was so tedious at times to animate and fix bugs, but your progress gives me hope. Great work!

  • @Amy-bp3fu
    @Amy-bp3fu 7 หลายเดือนก่อน +12

    This video is super inspiring and well made! Well done!
    The sequential outline of projects is very helpful. I appreciate you mentioning the time you took off from game dev after feeling burned out--- especially how you came back to it intending on only making smaller projects for fun. It's so easy to watch these types of videos and get discouraged when the creator behind it doesn't ever mention the harder parts of game dev or recovering from them, especially when I'm personally prone to burn out... So hearing you say you eventually needed to take a break helps me feel less intimidated by learning game dev and Python.
    Thank you so much for this lovely vid, I'll be coming back to it regularly as learn!

    • @CodingWithRuss
      @CodingWithRuss  7 หลายเดือนก่อน +1

      Thanks for the kind words! I enjoyed making this video as it let me look back and reflect on my previous projects.
      I'm glad it helped you feel better about taking on python and game dev. Good luck with your coding journey!

  • @OIP_1
    @OIP_1 9 หลายเดือนก่อน +31

    great stuff, i'm learning coding not for games but for music/hardware and can relate to the frustration of taking days to work through issues (only to then run into the next batch of issues). it's fun but persistence seems to be the key. you've got great style sense with the characters, animation etc, keep going!

    • @CodingWithRuss
      @CodingWithRuss  9 หลายเดือนก่อน +3

      Thank you, and good luck with your coding journey!

  • @hukushmolambi8355
    @hukushmolambi8355 9 หลายเดือนก่อน +102

    I've just started learning Python, and the ride has been enjoyable so far. Its syntax is so easy to understand, which makes it an ideal language for novices in the programming world. Furthermore, the flexibility of Python in different fields is remarkable.

    • @CodingWithRuss
      @CodingWithRuss  9 หลายเดือนก่อน +16

      Agreed, python is a good way to get into programming and I think that's part of the reason for its popularity.

    • @terryriley6410
      @terryriley6410 9 หลายเดือนก่อน +5

      Its less than ideal for anything slightly bigger. As long as it's just small scripts and jam games its ok but you might want to look into something with types if you're building more complex stuff. I think novices should be taught a statically typed language as soon as possible apart from learning a dynamic one like python. Being able to make a choice is key and more langs you know the easier it is to switch between them.

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

      @@terryriley6410that’s true but it’s a good starting ground for the most part

    • @panos21sonic
      @panos21sonic 6 หลายเดือนก่อน +1

      Python isnt all that flexible for amateur use. Its mainly used for machine learning or quick scripts, since i reckon most hobby-ists wont be doing datascience. For every one of its other use cases, pretty much any other language capable of performing them is better.

  • @AmaitaYume
    @AmaitaYume 5 หลายเดือนก่อน +4

    This is so cool! Thank you Russ for sharing it! I may be a CS for 4 years and graduated, but you learned so much because of perseverance! That's a job well done! That feels motivating for me to follow!

  • @JustJanitor
    @JustJanitor 5 หลายเดือนก่อน

    Been dabbling around trying to decide which language to try to learn. Thanks for the motivation

  • @lemastertech
    @lemastertech ปีที่แล้ว +12

    Hey Russ! Your videos helped kickstart my love of PyGame as well and it’s been a treat seeing all the cool content you’ve rolled out over the years! Can’t wait to see what you come up with next! Cheers mate

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

      Hey! Thank you, that's cool to hear. And likewise looking forward to seeing more videos from you :)

  • @weitnow
    @weitnow ปีที่แล้ว +28

    Thanks Russ for all the great content over the years

  • @rhidzkhanahmad5227
    @rhidzkhanahmad5227 หลายเดือนก่อน +1

    DONT STOP BRO! biggest fan here! keep it up!

  • @megamcgee
    @megamcgee 7 หลายเดือนก่อน +2

    I love how your progress in learning game dev mirrors the advancement of video games over its first 20 years starting with pong!

  • @Arkelo_CG
    @Arkelo_CG 7 หลายเดือนก่อน +3

    I can relate on what you said about burnout, but taking a break is as important as learning, and by the time you came back, then you'll realized that you gained more knowledge.
    btw, you're progress and projects are impressive.

  • @Icarus47249fd
    @Icarus47249fd 8 หลายเดือนก่อน +15

    Be proud of yourself Russ, what you accomplish is amazing. Watching boring tutorials about Python does not help with beginner in remembering the key concepts, it necessary for them to apply what they've learned through trial and errors of creating projects. Personally it seem way more enjoyable & satisfying, not to mention you can put this in your resume for future potential jobs.

    • @CodingWithRuss
      @CodingWithRuss  8 หลายเดือนก่อน +1

      Thank you! Yes I think tutorials are good to get started but it's important to work on your own projects to be able to progress

  • @romola7
    @romola7 14 วันที่ผ่านมา +1

    I'm just starting with python and your video is truly inspiring, keep up the great work!

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

      Thanks! And good luck with your python journey

  • @guilhermeboas5518
    @guilhermeboas5518 11 หลายเดือนก่อน +30

    i just started to study how to code in pythom and just found out about pygame, its amazing to see how you can improve yourself in 2 years, thanks for the video

    • @CodingWithRuss
      @CodingWithRuss  11 หลายเดือนก่อน +1

      Thanks Guilherme, and good luck with your python progress

  • @jasonwamp4325
    @jasonwamp4325 4 หลายเดือนก่อน +1

    Thanks bro. Congrats on your successful progresses so far.

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

    I learned lot of things of pygame from u

  • @vladimirbosinceanu5778
    @vladimirbosinceanu5778 3 หลายเดือนก่อน +1

    I want to get started with Pygame. I am machine learning engineer and I want to get into some basic game development. Your work is inspiring. Also, the art is really cool. Thank you for sharing!

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

    Came here from your reddit post, and i got say, your video really inspired me to keep pushing and keep developing games, keep the good work man

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

      Thanks! Glad it helped and good luck with your projects.

  • @laz0r935
    @laz0r935 6 หลายเดือนก่อน +1

    Great video, with loads of motivation coming from it. Good job!

  • @caatah
    @caatah 7 หลายเดือนก่อน +3

    I've just started learning Python for use in Azure Devops, however this looks like something really fun to aim towards. Great video, and congratulations on your development journey so far!

    • @CodingWithRuss
      @CodingWithRuss  7 หลายเดือนก่อน

      Thank you! And good luck with your own coding journey.

  • @fresh2k2004
    @fresh2k2004 6 หลายเดือนก่อน

    Pong!! Haha when i was a kid I spent so much time on a DOS computer and a book about Pascal making this game. It took me about 8 months. Now im much older and learning python. Great video!

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

    thank you for the awsome content you post Sir Russ!

  • @IDTAENJUMP
    @IDTAENJUMP 3 หลายเดือนก่อน +8

    Hello Bro my name is Anjum and i am from Bangladesh and i am 14+ years old. I started Learning python 1 month ago by doing a course and the language is very easy to understand and everything is so simple. My dreamers is to be a indie game developer. Now, i am learning Python after this i am going to make my first game and after 5 to 6 years later i am going to switch to another programming language like c++ or c# then i will make some big indie games or hire some people to make a AAA game. I know this is not easy but i started my journey 1 month ago. And i think that python is a very good language to start game development career.

    • @sabaafreensyed6956
      @sabaafreensyed6956 2 หลายเดือนก่อน +1

      Keep up with the good work !!! All the best, there will be times where it might be hard to debug but don't worry just remember to persevere 💗

    • @ZettaiKatsu2013
      @ZettaiKatsu2013 27 วันที่ผ่านมา

      Keep up mister Anjum

    • @rahatchowdhury5650
      @rahatchowdhury5650 17 วันที่ผ่านมา +1

      Good luck Bhai. I hope you will get success.. we can work together I'm from Bangladesh too

  • @scrye113
    @scrye113 5 หลายเดือนก่อน

    This video was awesome for me I am at the starting point where you started getting into coding and trying to make a game

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

    Great and inspiring! Please keep doing it.

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

    Thank you for sharing your experience!

  • @T3hSwampFox
    @T3hSwampFox 4 หลายเดือนก่อน +2

    This is huge. Ive wanted to try game dev for years. Would start and grinf a couple months then get burned out. Your consistency and persistence really show whats possible over time. This is hugely motivating for me, thank you for sharing.

  • @nillzmeskillz9483
    @nillzmeskillz9483 8 หลายเดือนก่อน +1

    Dammit. Now i have a new addiction, and it's thanks to you!
    Great video. got me interested in pygame!

    • @CodingWithRuss
      @CodingWithRuss  8 หลายเดือนก่อน

      Haha glad to hear it! Pygame is a lot of fun to play around with. Maybe not the most efficient way to make a game but great for learning how things work behind the scenes.

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

    wow thanx. this was really nice and motivating video. And please keep on continue...

  • @Creek1575
    @Creek1575 6 หลายเดือนก่อน

    Damn. This really inspired me. I have a little bit of knowledge about Python (since I've made a project in college about automation). I really want to make my own game but always doubts myself and hardstuck on basics. 2 years is a long way but I just wasted 3 years since graduating when I should've created my own game in that span.

  • @daniellavanyenu272
    @daniellavanyenu272 9 หลายเดือนก่อน +1

    THANKS FOR SHARING SIR. I AM PROUD OF YOUR JOURNEY.

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

    Thank you man you help me and i love your courses and now im learning unity and you can too

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

    Reminds me of my first time making games with python... My first game library was turtle 😂 But then I got into pygame and now I am working with SDL2 and c++ (Pygame is basically a python-remake of SDL). I can totally relate to how making games without game engines is so much fun

  • @bow_wow_wow
    @bow_wow_wow 5 หลายเดือนก่อน

    Cheers to you! You're certainly far better at this than I am. I've been piddling with programming in my spare time for several years, with not much to show for it. I'm very discouraged, but I've still got the programming bug. I can't justify it. I don't even know what I want to do with it. It's almost like an addiction. There is just something about the experience of programming that I enjoy.
    Are you making any progress in terms of organizing your code? It looked like one of your files was 900 lines long.

  • @mattlau
    @mattlau 8 หลายเดือนก่อน

    Wow the determination! Good stuff !

  • @ReekieReels
    @ReekieReels หลายเดือนก่อน +1

    This was really inspiring thank you 😃

  • @maheshmegala1950
    @maheshmegala1950 6 หลายเดือนก่อน

    really a good journey..keep it up

  • @rafales1525
    @rafales1525 9 หลายเดือนก่อน +1

    Wow - congrats ❤ well done budy 😊

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

    Thank you Russ, great content

  • @henrikloiske8572
    @henrikloiske8572 28 วันที่ผ่านมา +2

    So cool...Well done on your achievments 😁😁

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

    Wow! It's amazing to see what you've made over the last 2 years.

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

      Thank you. I just checked out your channel and saw your isometric museum game devlog, it looks so good! Reminds me a lot of theme hospital.

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

      @@CodingWithRuss thank you for checking it out.

  • @BrownSloth0
    @BrownSloth0 6 หลายเดือนก่อน +2

    I started programming when I was 17. Now, I am 21 years old. From Unity to creating my own game engine. I am sometimes amazed how far I have come.

  • @Speedlife91
    @Speedlife91 5 หลายเดือนก่อน

    Im a software dev. You learned more by yourself than I back then in school. Good job 👌

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

    2 years WELL spent!!!

  • @HE360
    @HE360 6 หลายเดือนก่อน +1

    Your games look very cool! I had a somewhat similar story. But, I started in language called "Blitz Basic". I had no programming knowledge then too. But, mine happened eons ago.

  • @ReeperKuruRuke
    @ReeperKuruRuke 10 หลายเดือนก่อน +4

    I think i have similar game-coding skill level as you, but you really have senses on making these cool fast-paced progress reviewing videos. This vid gives me some great motivation!
    I'm learning Unity(C#) if you ask me.

    • @CodingWithRuss
      @CodingWithRuss  10 หลายเดือนก่อน +1

      Thanks!
      I definitely plan on trying out Unity eventually as well.

    • @timdithmer9184
      @timdithmer9184 9 หลายเดือนก่อน +1

      @@CodingWithRuss I am a dev for a long time. Tried to build games for a few times. Made progress but lost the fun again and again after having to do the same things again and again. Started to use Godot. It is incredibly simple now to build my idea's and I started to spend my time where it is fun, not at the fundamentals again and again. And as long as you don't want to build the next AAA game, you are definitely not limited. Can't imagine what's possible with unity then :)

    • @CodingWithRuss
      @CodingWithRuss  9 หลายเดือนก่อน +1

      @@timdithmer9184 Hi Tim, it's funny you mention godot because I just started messing around with it yesterday! I really like it so far and will try to make a few games with it.

    • @timdithmer9184
      @timdithmer9184 9 หลายเดือนก่อน +1

      @@CodingWithRuss Already thrilled to see what you're about to make 🥹

  • @matthewdev
    @matthewdev 9 หลายเดือนก่อน +1

    That RPG game looks pretty cool, I hope you go back to it sometime!

  • @pythonfoundations
    @pythonfoundations 9 หลายเดือนก่อน +1

    love this journey good LUCK!!

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

      Thank you :)

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

      @@CodingWithRuss are you Scottish btw?

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

      @@pythonfoundations Yea, did the accent give it away? 😅

  • @RVideoR
    @RVideoR 9 หลายเดือนก่อน +1

    Great story and your experience is really great .. BiG Like Bro

  • @anon2447
    @anon2447 7 หลายเดือนก่อน +1

    I paid for a really expensive bootcamp that promised this, I ended up in abootcamp learning web-dev with flask, and it's been a rollerocaster of emotion, looking forward to finally pass the bootcamp so i can learn with this or rpg in a box(it's kinda like a voxel rpg maker that epic gave for free back in January and uses Bauxite as a language which has a Synthax that0s way too similar to Python's OOp)

  • @SkyFly19853
    @SkyFly19853 ปีที่แล้ว +7

    People can even start with Python programming by making a text based rpg games to understand the basics, then make a 2d game... Then 2.5d game... Then 3d game.

  • @choppedcheesegaming
    @choppedcheesegaming 8 หลายเดือนก่อน +1

    i love this video portfolio!

  • @cococh3607
    @cococh3607 9 หลายเดือนก่อน +5

    This 5 minutes is already been a good start for me as an aspiring game developer. PyGame is a good way for me to solidify my skills. Thank you for sharing a beautiful game.

  • @user-pw4cq7cp8v
    @user-pw4cq7cp8v 3 หลายเดือนก่อน +1

    Awesome, man! What about "math"? Do you have any advises on that point to novices?

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

    This helped me learn on what to learn first I’ve tried learning some big projects you have done. But this made me realize I should slow down a bit. I LOVE YOU RUSS

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

      Good idea! It can be tempting to start with a big project but smaller ones can be a good way to learn the key concepts.

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

    Great video and I think all game devs can relate to the journey. I tried Godot recently and was blown away. Very intuitive, very powerful, very lightweight. It would be great to watch you try it. Could be a great force multiplier for you.

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

      Thanks Tim, I've seen little bits of godot but never used it myself. Could be an interesting one to try sometime down the line.

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

      GameMaker 2.0 is a good one to start with if you can handle PyGames

    • @tresaidh3y90
      @tresaidh3y90 9 หลายเดือนก่อน +11

      @@chineseRATFACE Damn bro you are hating hardcore. There are plenty of game devs that use Python and make successful web based games.
      Go take this hatred somewhere else. Or at least bring something more constructive.

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

    Pretty funny you mentioned complexity of an RPG game. I actually was inspired by your RPG battler video to build a few projects. One of those is an actual RPG/RTS on my channel.

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

      Nice! I had a look at the demos on your channel just now.

  • @OGThunderPlus
    @OGThunderPlus 10 หลายเดือนก่อน +1

    i love this game i didn't
    t know you made this wow

    • @CodingWithRuss
      @CodingWithRuss  10 หลายเดือนก่อน +1

      Glad you liked it!

  • @trapperjohn62
    @trapperjohn62 8 หลายเดือนก่อน

    Well done you. :) Just starting out with python. Can´t wait to see where i am in 2 years. I´ll be 48 by then. :/

  • @ganesharon
    @ganesharon 7 หลายเดือนก่อน +1

    very thank you for making this video.

  • @eyadnegm3706
    @eyadnegm3706 10 หลายเดือนก่อน +1

    AMAZING bro literally so cool

  • @SeanStClair-cr9jl
    @SeanStClair-cr9jl 16 วันที่ผ่านมา +1

    Hell yeah!

  • @joshuaberketa7986
    @joshuaberketa7986 ปีที่แล้ว +7

    It will be awesome to see you try unity!
    Looking forward to more tutorials!

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

    I would recommend using bigger and more powerful libraries. This way, you can code AAA-titles and get really proficient in using powerful libraries.

  • @thiagovianavargas3996
    @thiagovianavargas3996 8 หลายเดือนก่อน

    I really liked this video. I start developing a app to read mangas and it improves my learning so much. it is in python flet. I want to try developing games too and i think its a good option pygame. thank you

    • @CodingWithRuss
      @CodingWithRuss  8 หลายเดือนก่อน +1

      Glad you liked it. Pygame is a good place to start especially if you want to learn python in the process as well

    • @thiagovianavargas3996
      @thiagovianavargas3996 8 หลายเดือนก่อน

      @@CodingWithRuss
      I guess it right.
      but you think Pygame is too limited, like we can't build a 3d game (i don't know)

  • @benjell9295
    @benjell9295 9 หลายเดือนก่อน +1

    love your content

  • @ShampooChan-nl1uj
    @ShampooChan-nl1uj 6 หลายเดือนก่อน

    The last one looks pretty good it looks really alive

  • @blueygaming1051
    @blueygaming1051 9 หลายเดือนก่อน +1

    i am just now learning how to use python, you have me motivation

    • @CodingWithRuss
      @CodingWithRuss  9 หลายเดือนก่อน +1

      Good to hear! Stick with it :)

  • @journeyman153
    @journeyman153 8 หลายเดือนก่อน

    Next you should make a POLE POSITION type game. super fun!

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

    Thanks for video, i see my issue now. I do not work on projects by my own, but copy paste from tutorials or read code.

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

      Tutorials can be useful to get started but you are right that working on projects on your own is important if you want to learn and improve.

  • @pokerface6886
    @pokerface6886 11 หลายเดือนก่อน +4

    I started learning python 3 months ago and gonna start learning pygame. How long did each project take you? Thank your for the video

    • @CodingWithRuss
      @CodingWithRuss  11 หลายเดือนก่อน +2

      pygame is definitely worth a try. The earlier projects didn't take too long, maybe a few days but as they got more complex they took longer and longer. The shooting game took a few weeks I think, maybe longer but I wasn't working on that one very consistently.

  • @TheOluapalves
    @TheOluapalves 8 หลายเดือนก่อน +2

    man, great job! (y)

  • @alanodonovan5487
    @alanodonovan5487 10 หลายเดือนก่อน +1

    your flappy bird looked very clean and smooth like the original

    • @CodingWithRuss
      @CodingWithRuss  10 หลายเดือนก่อน

      Thanks, I was pleased with how that one came out!

  • @The_Real_Goodboy_Link
    @The_Real_Goodboy_Link 9 หลายเดือนก่อน +1

    Good job!

  • @poluefemus
    @poluefemus 6 หลายเดือนก่อน +2

    awesome

  • @sofiaamdlaou2164
    @sofiaamdlaou2164 4 หลายเดือนก่อน +1

    i like your progress:)

  • @awesomewow668
    @awesomewow668 11 หลายเดือนก่อน +5

    Amazing journey, I recently used Godot and it was like the best engine I had ever used. Awesome community, appealing design and the workflow is smooth as hell. I hope you will also try it at some point :)

    • @CodingWithRuss
      @CodingWithRuss  11 หลายเดือนก่อน

      Thanks! Interestingly a few people have commented to recommend godot, so I'm curious to check it out and see how it compares

    • @awesomewow668
      @awesomewow668 11 หลายเดือนก่อน

      @@CodingWithRuss looking forward for a comparison video!

    • @jakep8484
      @jakep8484 10 หลายเดือนก่อน +1

      Just got ur class on udemy, finishing up a college python course and figured I was ready to work with pygame a bit. I used to use game maker before studio came out but dont like game maker studio near as much as i enjoyed game maker 7. From what I can tell pygame is tougher than godot because you have to program everything where godot does some of the work for you.

    • @CodingWithRuss
      @CodingWithRuss  10 หลายเดือนก่อน +2

      @@jakep8484 Nice, hope you like it! Pygame makes you code more stuff from the ground up so it has pros and cons depending on how you look at it. It would take more work to get certain things working compared to game specific engines, but that also gives you the flexibility to code it exactly how you'd like.

    • @jakep8484
      @jakep8484 10 หลายเดือนก่อน

      @@CodingWithRuss thanks, yeah Ive watched some of your youtube videos and really enjoyed how you go at a slower space and pretty much talk about every step you are doing. I think that and some of the more advanced cool features you teach makes your videos stand out. Btw do you have any videos of making a two player game using game controllers? That would be a very useful video. I got my wife into some games when we got married and now we have a toddler so I want to make some games that fit what we all like and be multiplayer.

  • @danelotermin3178
    @danelotermin3178 8 หลายเดือนก่อน +1

    Men I love your projects. How can we play them? The shooter game is sick!!! And you've got a great ability. Continiu like that!!!

    • @CodingWithRuss
      @CodingWithRuss  8 หลายเดือนก่อน

      Thank you! I haven't packaged the games up into executables but the source code for them all is on github so you could download the code and run it if you want to try the games out. With some of them, like the shooter, there is a level editor included to be able to expand the game further

  • @firstname4337
    @firstname4337 6 หลายเดือนก่อน +1

    very awesome video

  • @Tyrannia
    @Tyrannia 7 หลายเดือนก่อน

    How did you do with the art of your games? The fighting game seems very well animated

    • @CodingWithRuss
      @CodingWithRuss  7 หลายเดือนก่อน

      I find the images online, mostly on itch.io. There's lots of free assets, I just make sure to include a link to the original artist in the video description

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

    Thanks for everything 🌹

  • @PedroRodriguez-fv6sc
    @PedroRodriguez-fv6sc ปีที่แล้ว +1

    Great story bro.

  • @Mikebigmike94
    @Mikebigmike94 8 หลายเดือนก่อน

    C++ and unreal engine looks a lot more lucrative to me. So many Udemy courses on it aswell. Hope they’re as good as they seem, would love to make my own game with my own rules.

  • @MahmudShuaib
    @MahmudShuaib 8 หลายเดือนก่อน +1

    I got your course last year. no through with it, but it was awesome!

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

    It seems the pygame game I'm working on is already an order of magnitude bigger than anything here. What would be the biggest Pygame in terms of complexity?

  • @savagekid94
    @savagekid94 10 หลายเดือนก่อน +1

    I've just now begun learning pygame. I remember I used to want to make video games as a kid. The Devry university commercials back then uses to talk all about how anyone could learn to make games. As soon as I figured out that it cost money to go to Devry and that games require coding, design, and planning, I fell out of it. Coding looked like math and I hated that. I also didn't like the drag and drop RPG makers because I felt like it may have been too limited and confusing. I became a graphic designer and hobbyist animator
    But in 2022 I bought the 100 days of code class on udemy. I didn't really take it seriously and procrastinated until around maybe March 2023. But since then I've been doing the class for about 5 days a week for at least 1 hour. I've coded a couple basic games like rock paper scissors, black jack, and snake game, but I took a pause on the class to take on a bigger project. Granted I'm still using a tutorial but I will be changing it up even more as the tutorial finishes. Right now, I'm using Clear Codes' Ultimate Intro to python to learn about the library and then how to make a Zelda style game. But in the mean time, I'm making a basic runner game with basic obstacle enemies, No AI yet. I wanted to make a simple platforming/runner game. kinda similar to super mario run but a 2D version with more fleshed out gameplay mechanics.
    I'm glad I got reintroduced to game dev because as a designer, it gives me another avenue and a better niche. I've always hated doing ad design and all the corporate crap anyway and I've been taking UI/UX classes anyway so this was the perfect opportunity.. My partner is also learning python so now my goal is to try to design games with him and potentially become indie devs. It's the only goal I really recall having since I was young. It's amazing to see how far you've come in 2 years WITHOUT tutorials.

    • @CodingWithRuss
      @CodingWithRuss  10 หลายเดือนก่อน +2

      Thanks! It sounds like you are well on your way with learning python and pygame. Making your own games can be difficult but also a great way to learn through practice. I started off with a tutorial (Tech with tim) and then started making these games in the video. But I regularly got stuck and had to google things so that's also a normal part of the process.

  • @Deb07Pro
    @Deb07Pro หลายเดือนก่อน +1

    Thanks for inspiring me 😉

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

      Hope to see some cool projects from you soon :)

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

      @@CodingWithRuss :)

  • @AfridiBD
    @AfridiBD 8 หลายเดือนก่อน

    I am very much interested in learning python but so many different tutorials confuse me and I gave up altogether and started learning HTML as a beginner as it seems way easier than python

  • @serhii.chernenko
    @serhii.chernenko 7 หลายเดือนก่อน +1

    good story, good job!

  • @pausedduck
    @pausedduck 7 หลายเดือนก่อน +1

    Learning Python now that I have gotten into high school. Hopefully able to make a game one day!

    • @CodingWithRuss
      @CodingWithRuss  7 หลายเดือนก่อน

      Nice! It can be a little overwhelming at first but if you start small then it will help you get the basics right. Good luck!

  • @kools67
    @kools67 9 หลายเดือนก่อน +1

    what are your thoughts on GODOT, Russ?...coding is similar to Python, I think.
    I am about to delve into it
    very impressed with your passion and willing to push yourself - very inspiring to me : )

    • @CodingWithRuss
      @CodingWithRuss  9 หลายเดือนก่อน +1

      I actually just started to use godot a couple days ago because so many of the comments to this video recommended it :)
      So far I think it's very good and it simplifies a lot of the process that I had to do manually in pygame so it should be quicker to create games. But still I think making all those games in pygame first meant that I could understand the smaller details a lot better even if it took longer so both methods have their pros and cons

  • @Billboyedits
    @Billboyedits 7 หลายเดือนก่อน

    What soo did you use or website did u use?

  • @goga_fama
    @goga_fama 9 หลายเดือนก่อน +1

    Could you tell me, how you learned how to make this games from start of the video (like tic rac toe, or pong) and how did you do that. Did you watch the tutorials and do the same like in the guides, or you had the other way to learn making for example (it could be some books, etc.), making code? I'm sorry if my questions are so dumb. I just started learning game development and I really interested in how you started and how you made it so nice in more details... 😢😢😢
    May be you have some advices?..

    • @CodingWithRuss
      @CodingWithRuss  9 หลายเดือนก่อน +2

      I watched a tutorial on pygame to begin with so that I could understand the structure and the syntax and then I started really simple just trying to make a game window, trying to make a loop and check for mouse clicks and keyboard presses etc. I had to use google for this because I couldn't remember how to do it. Then once I finish some simple code, I deleted it and started again and kept doing that until I could do it myself.

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

      @@CodingWithRuss Got it. Thanks a lot for the response! I wish you good luck with coding and your TH-cam channel

  • @mantktayrz5241
    @mantktayrz5241 5 หลายเดือนก่อน

    how u find good png like alien png or somethings like that ı cant find good png for my game and or u made them yourself if u made them tell me how pls ty

  • @ekstasiqX
    @ekstasiqX 7 หลายเดือนก่อน

    What program or resources do you use to make your graphicss/sprites? Graphics are my main weakness

    • @CodingWithRuss
      @CodingWithRuss  7 หลายเดือนก่อน +1

      I got them from itch.io mostly.

  • @slimestaff1
    @slimestaff1 4 หลายเดือนก่อน

    That's nice! Btw, Godot's gdscript is based on python, so this could be good for ya.

  • @f0ny
    @f0ny 7 หลายเดือนก่อน +1

    How do you make all your sprites/designs?

    • @CodingWithRuss
      @CodingWithRuss  7 หลายเดือนก่อน +1

      I get them from itch.io mostly