2021 Pygame Projects

Ғылым және технология

Here's the compilation of my Pygame projects I worked on in 2021. I did all of the code, audio, and artwork for all of the projects.
Wandering Soul Source:
dafluffypotato.itch.io/wander...
Cavyn Source:
dafluffypotato.itch.io/cavyn
Source for Vaegrant, Grass, and some VFX:
/ dafluffypotato
Discord:
/ discord
Potato Tier Patrons:
Agent Effe
Chris Birster
Dale Topley
David Graey
Eivind Teig
GaryTMSFruitcake
Tarik Gürsoy
Vasia Bogoradov
Timestamps:
0:00 - Wandering Soul
1:03 - Pymunk Physics Test
1:16 - 3D Renderer / Worldgen Test
1:21 - Cavyn
2:19 - Misc VFX Demos
2:27 - Grass System
3:08 - Avatar
3:34 - Vaegrant
#gamedev #python #pygame

Пікірлер: 78

  • @DaFluffyPotato
    @DaFluffyPotato2 жыл бұрын

    It felt like I peaked last year and now I feel like I’ve surpassed that and somehow peaked again. Hopefully I’ll keep going. lol Kinda excited to see what my stuff looks like after another year.

  • @DaFluffyPotato

    @DaFluffyPotato

    2 жыл бұрын

    Also, I should add for those of you who are new to my stuffz, I’ve been using Pygame for over 8 years now.

  • @max7367

    @max7367

    2 жыл бұрын

    Did you also made an own engine for all those games?

  • @sev6nofficial

    @sev6nofficial

    Жыл бұрын

    The last game its amazing and I wanted the source but I dont have money, just Office 2021 and Microsoft 365... Do you want for it?

  • @raydin9485
    @raydin94852 жыл бұрын

    Nice to see everything you've done this year. Especially the use of more and better vfx

  • @kingdev8688
    @kingdev86882 жыл бұрын

    These projects are amazing! so exited to see what you will do in 2022

  • @dawndev2740
    @dawndev27402 жыл бұрын

    Amazing to see the improvement from year to year!! Keep doing what you're doing!!

  • @wdpko2926
    @wdpko29262 жыл бұрын

    It's just so cool that you are able to get the most out of Python even tho most ppl say it is too slow.

  • @evildojo666

    @evildojo666

    2 жыл бұрын

    Same. Python for gamedev ftw

  • @praktexemplar8082

    @praktexemplar8082

    2 жыл бұрын

    Python is too slow, or atleast the standard implementation(CPython) is. Sure, it works for very simple games that require little processing of relatively simpler calculations, but if you are serious about developing games you will need a language which allows for more control and performance.

  • @wdpko2926

    @wdpko2926

    2 жыл бұрын

    @@praktexemplar8082 ik but it's still impressive

  • @dandymcgee
    @dandymcgee2 жыл бұрын

    Amazing stuff! I really love the overall aesthetic of these projects. There's a few minor improvements to be made here and there, but it's a huge number of steps in the right direction for sure. Keep it up, man!

  • @youraveragedeveloper7819
    @youraveragedeveloper78192 жыл бұрын

    Nice. Like really good job. I think your vids are going to be one of the reasons to get pygame popular!

  • @OettingerPirat
    @OettingerPirat2 жыл бұрын

    I'm a huge fan of your pixel-particle effects. x) Keep your awesome work up!

  • @br.3250
    @br.32502 жыл бұрын

    Its amazing what you´ve achieved with this

  • @nc5460
    @nc54602 жыл бұрын

    I love the art style!

  • @cadowyn735
    @cadowyn7352 жыл бұрын

    Nice job man. Really diggin ' the music too.

  • @subarunatsuki1902
    @subarunatsuki19022 жыл бұрын

    This is really motivating :D Keep it up 👍

  • @DestusG
    @DestusG2 жыл бұрын

    Wow awesome man. Your really incredible

  • @HE360_Games
    @HE360_Games2 жыл бұрын

    I never forgot the video where you said you prefer to use frameworks and prefer to code your games altogether instead of using game engines like Godot. And I just wanted to say I enjoy looking at all of the cool projects you made in this video via taking the exclusive coding approach.

  • @Flanky0
    @Flanky02 жыл бұрын

    Awesome video the best pygame developer right here

  • @aulalivre5481
    @aulalivre54812 жыл бұрын

    Nice job man ☝

  • @adriansuvis5113
    @adriansuvis51132 жыл бұрын

    I'm very new to pygame and really like your tutorials. But i would really want to know how you make menus like drawn down abyss card menu and in the platformer rpg game you were making. Thanks in advance!🙂

  • @R3qUi3M123
    @R3qUi3M1232 жыл бұрын

    Hey man! I thought I'll reach out to you regarding this particular advice. First of all - Excellent projects! Very impressive for a solo developer! I'm doing similar stuff to you but have not shared my projects so far as I feel that still they are changing rapidly. Anyway... you did some titanic work regarding graphics and mechanics. Optimization looks decent as well. It looks like you have gathered vast amout of knowledge during your game dev journey. Thumbs up for you my man! So here is the advice: Start using Pygame along with PyOpenGL! And make sure you use programable pipeline as fixed pipeline (immediate mode) is deprecated and no longer relevant. This way you can make amazing graphics effect and this will have no impact on CPU consumption because everything will be rendered by GPU. Just make sure you draw your quads in instance mode not looping over each individual ones. Just parse translation buffer and texture index buffer to GPU... such buffer creation on runtime even in python is quite fast and will be done under 1ms even if you have like 5000 quads to draw in single frame. If you need help or any colab please let me know! GJ anyway!

  • @joshuac5233
    @joshuac52332 жыл бұрын

    Man youre such a inspiration to me :)

  • @big_Dawg84
    @big_Dawg842 жыл бұрын

    Hey there I checked all your videos and I tried implementing your particle system into a small classless game(thanks for inspiring me to do that also) but I wanted to know if you can use the particles_list inside of another list to be used as like an explosion like from a brick when it collides with a ball?

  • @r.jnihilnovah2540
    @r.jnihilnovah25402 жыл бұрын

    Happy new year

  • @neys1209
    @neys12092 жыл бұрын

    Awesome

  • @eboatwright_
    @eboatwright_2 жыл бұрын

    Really awesome! Your pygame tutorials are what helped me break away from Unity :) I now use Rust, and frameworks like Macroquad, and HECS :D

  • @r0xleg116

    @r0xleg116

    2 жыл бұрын

    I use monogamy framework and pygame sometime godot

  • @eboatwright_

    @eboatwright_

    2 жыл бұрын

    @@r0xleg116 I've used all of those too! :) They were pretty good

  • @electricimpulsetoprogramming

    @electricimpulsetoprogramming

    2 жыл бұрын

    @@eboatwright_ Do you make money with programming?

  • @eboatwright_

    @eboatwright_

    2 жыл бұрын

    @@electricimpulsetoprogramming Not usually, though I have. :) Did some web dev, and software

  • @electricimpulsetoprogramming

    @electricimpulsetoprogramming

    2 жыл бұрын

    @@eboatwright_ How you learned to program?

  • @notdouglas1966
    @notdouglas19662 жыл бұрын

    I hope that one day I will be as good at pygame as you, Good job

  • @itspyguru
    @itspyguru2 жыл бұрын

    I am able to make small games using pygame. But how can I learn about more advanced game development along with basic maths

  • @GCKteamKrispy
    @GCKteamKrispy2 жыл бұрын

    3D avatar is AMAZING

  • @akhlaq510
    @akhlaq5102 жыл бұрын

    Your wondering soul game is awesome.it should be known by more people

  • @jaosn8128
    @jaosn81282 жыл бұрын

    ebic

  • @jonathandias3403
    @jonathandias34032 жыл бұрын

    Vaegrant looks awesome! It would be really cool if you could add some sort of multiplayer pvp if you release it on steam.

  • @windws7137
    @windws7137 Жыл бұрын

    genius😭

  • @4B3K_
    @4B3K_2 жыл бұрын

    Hi, nice video! I found the pymunk one pretty cool, can you send the source code for it?

  • @andeemengaming5000
    @andeemengaming50002 жыл бұрын

    did you take inspiration from undertale's combat in wandering soul?

  • @dturtleboy9115
    @dturtleboy91152 жыл бұрын

    nice

  • @anntakamaki1960
    @anntakamaki1960 Жыл бұрын

    Hi sir, Don’t you think you overdid the special effects a bit in the first game? When the enemy was shooting bullets while spinning there was so much black paint that it’s a bit hard to see.

  • @giovannipython
    @giovannipython2 жыл бұрын

    Your next game Will be a huge hit

  • @nanthakr8378
    @nanthakr83782 жыл бұрын

    I still don't how pygame is rendering smoothly in yours but very lagging in mine, I have macbook air 2015, but my projects are not as smooth as yours

  • @DaFluffyPotato

    @DaFluffyPotato

    2 жыл бұрын

    There could be a lot of mistakes that slow things down (most commonly, the lack of the use of .convert() on images). Try the source code to Wandering Soul or Cavyn and see how it runs. Then you can look into the code to see how it works. (Although Wandering Soul is unoptimized and uses slow techniques for some of the vfx.)

  • @nanthakr8378

    @nanthakr8378

    2 жыл бұрын

    Thanks bro

  • @owix6758
    @owix6758Ай бұрын

    где можно скачать Pymunk Physics Test?

  • @GCKteamKrispy
    @GCKteamKrispy2 жыл бұрын

    What's with stripes background. I've seen it on a number of games?

  • @pranavnyavanandi9710

    @pranavnyavanandi9710

    2 жыл бұрын

    It is so visually disturbing.

  • @monstergaming1713
    @monstergaming17132 жыл бұрын

    bro I created a game using Pygame module ,where i can upload that and earn money? please tell

  • @bfdhtfyjhjj
    @bfdhtfyjhjj2 жыл бұрын

    Wow

  • @ruzgarkaradag720
    @ruzgarkaradag7202 жыл бұрын

    where did you learn to make gamed

  • @myfriendchowdari
    @myfriendchowdari2 жыл бұрын

    Where did you learn all of this?

  • @dhruv6489
    @dhruv64892 жыл бұрын

    where did you learn to make games from pygame?

  • @DaFluffyPotato

    @DaFluffyPotato

    2 жыл бұрын

    Almost entirely just documentation, experimentation, and practice.

  • @jobjob321
    @jobjob3212 жыл бұрын

    Quick Question! Do you use pygame 2.0 or pygame 1?

  • @DaFluffyPotato

    @DaFluffyPotato

    2 жыл бұрын

    Yes

  • @abdistic1047
    @abdistic10472 жыл бұрын

    can u only make pixelated stuff with pygame? like smooth graphics.

  • @modder853

    @modder853

    2 жыл бұрын

    🥵🥵🥵🥵🥵🥵

  • @despairtos
    @despairtos2 жыл бұрын

    Wow..

  • @crwmateanime8582
    @crwmateanime8582 Жыл бұрын

    I think it might be possible to create octapath traveler in pygame😆😆😆bro I'm so excited

  • @electricimpulsetoprogramming
    @electricimpulsetoprogramming2 жыл бұрын

    Is it possible to be good at game dev without a degree? In one of your videos you said you were in college

  • @DaFluffyPotato

    @DaFluffyPotato

    2 жыл бұрын

    Yes. Nothing I use in gamedev at the moment is from college. College is just my backup plan so I can get a normal SWE job if I need to.

  • @electricimpulsetoprogramming
    @electricimpulsetoprogramming2 жыл бұрын

    You could make a video dedicated to math in game development

  • @electricimpulsetoprogramming
    @electricimpulsetoprogramming2 жыл бұрын

    How to start on freelancing?

  • @tankosama3845
    @tankosama38452 жыл бұрын

    we want see online pygame games in 2022

  • @rahulwangekar9685
    @rahulwangekar96852 жыл бұрын

    Need more projects buddy

  • @defini7
    @defini72 жыл бұрын

    I think the most complicated project is 3D

  • @nynx8269
    @nynx82692 жыл бұрын

    You should make a pygame game engine with interfaces that allows you to make games faster without coding so much

  • @mlungisindlela6810
    @mlungisindlela6810 Жыл бұрын

    Hi Defluffypotato. I've made my own game. Now I'm worried to how I'm supposed to make money with it. I want to grow to 3d graphics someday. You should see my current games, maybe I'd fit the comparison.

  • @66greedo
    @66greedo10 ай бұрын

    Please release source or make a tutorial for the avatar that is so cool!

Келесі