I Made Pong, But YOU'RE The Ball!

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ก.ค. 2022
  • I remade the classic arcade game, Pong, but you play as the ball in first person 3D, with realistic graphics. Watch this video to see the development process of this game.
    Play the game: devbanana.itch.io/pong-fps
    Support me on Patreon: / devbanana
    Discord Server: / discord
    I make my games using Unity.
    #Unity #GameDev #pong
    All music in this video is from Epidemic Sound
  • บันเทิง

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

  • @DevBanana
    @DevBanana  ปีที่แล้ว +164

    Did you like this style of video? It was a bit different to usual as I tried to stretch it out a lot to make it longer.
    Play the game here: devbanana.itch.io/pong-fps
    Also, if you want to support me even more than by liking and watching this video, join my Patreon: www.patreon.com/devbanana

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

      yeah, i noticed it in few parts of the video...wouldn't say they were boring tho...u managed to keep it engaging (for me atleast)
      either way, you'll see how does it feels to others by the retention percentage you get in this video :))

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

      Yes I like your longer videos

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

      I liked it

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

      How is this comment 8hrs ago but the vid itself is uploaded 3hrs ago

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

      It was good and I like longer videos

  • @HelieNerb
    @HelieNerb ปีที่แล้ว +1175

    I think it would actually be cool if the goal as the ball was to leave the table and not to touch the racket, unlike the real pong

    • @coolraygaming
      @coolraygaming ปีที่แล้ว +78

      Exactly. I thought it would be nice if the objective was to miss the paddles, and work AGAINST the AI

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

      Yeah I thought that too

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

      @FloppityLopp hello eft enjoyer

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

      it would also be a fun mode where you could pick a side and hit one paddle and try to avoid the other like it was a real game between two players but you want one side to win

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

      Coding AI is hard bud. 😭
      I am experienced

  • @user-sl6gn1ss8p
    @user-sl6gn1ss8p ปีที่แล้ว +240

    You should give points according to the speed the paddle is hit, this way there's an incentive to go fast, which is riskier

  • @zelos666
    @zelos666 ปีที่แล้ว +79

    The Physics Material works just fine. But you set the Bounce Combine to 'Average', which averages both colliding objects' bounciness value. So if the walls have 0 and your ball has 1, then you'll get a 50% bounce. You just need to add the same material to the walls or set the Bounce Combine to 'Maximum'.

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

      I thought it was a restitution/elasticity/gravity issue. It didn't bounce back up because gravity dampens the velocity and it trends towards 0 over time.

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

      @Meme-Comp 🤡🥸🐑

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

      @Meme-Comp 🗿

  • @Plide
    @Plide ปีที่แล้ว +218

    Looks really fun! It would be so awesome if the ball went up and down like actual ping-pong.

    • @DevBanana
      @DevBanana  ปีที่แล้ว +55

      True, that would have been a lot cooler actually if it could bounce up and down as well, I think I tried too much to keep the original gameplay

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

      @@DevBanana Can you please tell me the specs of your computer? I would really want to know because I am thinking of starting to make games!

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

      @@drmike5647 you dont need good specs, i make games on a potato lol

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

      I love your channel it’s the best

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

      @@DevBanana you can still make a follow-up video, if you want to.

  • @autumnblueberry
    @autumnblueberry ปีที่แล้ว +71

    I had wanted to be a game developer when I was younger, but then I realized how complicated it would be to code, make models, etc (also I'm too lazy to spend hours learning and doing it), so I decided to pursue an art career instead, but I have so much respect for you and other game devs for putting in the time and effort to make amazing games

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

      @@taha00super I only have a Nintendo Switch, but I'll keep that in mind for if I ever get a ps4. Thanks for letting me know about it!

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

      you say to the man who found his whole game online kek

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

      @@autumnblueberry well there's game maker garage on switch

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

      @@LightLock oh yeah, I had totally forgotten about that lol 😅

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

      I'm currently working on a 2d game, do you think you would want to help me by drawing stuff? I'm good at coding but really trash at art. I wouldn't be able to pay you, and I don't really plan on making money off of it anyways, but its fun as a hobby for me.

  • @MajatekYT
    @MajatekYT ปีที่แล้ว +14

    You should make the ball bounce on the receiving side of the court to add that classic "tok" sound and so it looks less "floaty". It'd be easy enough to add it with an offset multiplier sinewave variable.

  • @Volta-zz5uo
    @Volta-zz5uo ปีที่แล้ว +1

    1:00 ohhh i never knew a circle was the shape of a ball and you are growing you will have 100k in no time!

  • @skysurfer_kon1641
    @skysurfer_kon1641 ปีที่แล้ว +36

    You could make a first person basketball game next!
    I always had that idea in mind, except that I cannot make 3d games, only 2d.
    Also, feedback for the game:
    -the movement of the ball is a bit too slow
    -there is not enough feedback on the game, you should add particle effects to it to make it better.
    -you should make a swinging animation for the paddles
    -you could try to make the ball bounce on the table so it feels better
    -add screenshake
    -if you fail to hit the paddle, the ball could fall off the table and hit the floor, while having the camera switch to 3rd person (cinematic style)
    -try to add lighting from the ceiling + bloom while you're at it
    -You can see the polygons of the paddle, which makes it look kind of low quality

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

    I enjoyed the video. It's a simple game, and a lot of people could make it, but you mixed deappan humour with suspense really well. GJ.

  • @UsmanAli-oe5rh
    @UsmanAli-oe5rh ปีที่แล้ว +8

    Man this video was great I didn't got bored !!

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

    devBanana: *deletes bean*
    dani:
    somebody gon’ die tonight

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

    Ur vids are always the best
    I’ve played it so many times XD

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

    I have a random game idea for you were it's just like this but you control one of the pedals instead of the ball and its of course in 3d. Love your vids keep it up!

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

    Holy cow I’m so happy you stumbled upon my recommended! This channel is amazing!

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

      Thank you! Glad you like it!

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

    Yooooo congrats on 13k subs. Glad I was on the journey watching you. Another Epic vid.

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

      Thank you so much!

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

    I am glad there are other bananas out there.

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

    I think it would also be cool if this was a 2 - 3 player game. Where the paddles were also controlled by people and their goal was to keep the ball in play for a set amount of time. And (another commenters idea) the player-controlled ball had to try and escape the board.

  • @danielyaseen
    @danielyaseen ปีที่แล้ว +20

    This guy is insane at making games. I program operating systems, and while they’re cool, I have always wished to be a game developer. Love these type of videos!

    • @skmd.imrulhaquesakkhor4814
      @skmd.imrulhaquesakkhor4814 ปีที่แล้ว +1

      And he did it in a year

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

      bro is making an OS not WAY harder than making a game in unity? that sounds so difficult

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

    “In case you didn’t know a sphere is the shape off a ball” American football: “ahem”

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

    0:43 i like to call it a spherical prism🤓

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

    I'm like: who is this guy and I realised I logged onto my old account where I subbed to you lol

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

    " *All you need is a Ctrl C & Ctrl V* "
    _legendary line_

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

    loved thevideo! i'm glad you are starting to make longer videos

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

    Congrats on 20k !
    Very underrated
    Hope u reach 100k one day !

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

      Thankyou so much!

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

      @@DevBanana aint no way u replied ima save this for when u hit 100k :D

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

    Well done man! Great video. This community of people watching devlogs are just awesome. On my devlog (which "only" has around 20k viewers) people have been super sweet in the comments, in the discord, and i have experienced some nice growth as well. But nothing like yours! I am happy that things are going so well for you! :-)

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

    I’m glad I’m subscribed, I can call myself OG when DevBanana has one million subscribers.

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

    You are a very gifted teacher. I've been teacNice tutorialng soft for over 50 years and really appreciate your video being a beginner in soft soft.

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

    I Can't Belive You Actually Made Longer Videos With The Same Quality! Great Video As Allways.

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

    I remeber when you were at 700 subscribers, amazing youtuber

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

    Your videos are quit funny, i like the stile you cut it!

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

    Everyone gangsta till the ball pops

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

    fun fact with the bouncy material, you can make it bounce without slowing down
    you just have to change some perameters i honestly forgot which ones i did it a while ago

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

    Recommendations blessed me with your content tbh

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

    I remember a few month ago you had less than 300 subs and I commented on your video! You're channel grew up so fast! Keep up the good work

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

      Thanks! Will do!

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

      @@DevBanana how does your channel grow up so fast i want tips

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

    This is so cool! Amazing channel :D

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

      Aw, thankyou! You’re channel is great too, i’ve watched a lot of your videos!

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

    wow you have grown so much. i wish my developing skills were as good as yours. please make tutorials some day

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

    Nice video, well done

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

    Its so awesome that you made a ping pong game, i think its really cool and unique :)

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

    Imagine having a 2D first person game
    *not an idea but if you want to do it your free*

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

    Wow,awesome unique idea

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

    OMG 13k SUBS I understand how you got that much because you have been making good content

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

    Wow this was incredible😎!

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

    cool game would be 3rd person game like soccer, your goal is to aviod being hit few meters back by opponents(soccer players(cpu)) and score a goal with yourself

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

    i have watched 7 of your videos today i really like your videos. very underrated

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

      Glad you like them!

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

      @@DevBanana i have watched 10 now so yeah I really like them keep making games so i have something to watch haha

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

    there was a big missed opportunity to say: 'as a wise man once said; hippity hoppity, your code is now my property

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

    Holy Crap, This Is So Good... I Think, I Just Started Watching.
    R.I.P Bean 2019 Or Something Like It-2022

  • @Volta-zz5uo
    @Volta-zz5uo ปีที่แล้ว

    your videos are amazing you will see a new patron member in maybe a few days:)

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

      Wow thankyou so much if you join!

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

    "And it looked like a table tennis table... because it was one."
    Why is this so funny to me

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

    I love this channel

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

    Dani has independently changed dev talk forever

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

    This was a really good idea.

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

    this is really cool

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

    You make amazingly fun games! I just think you should make multiplayer games (subscribed)

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

      Don’t worry i’m working on a multiplayer game at the moment, but not the next video

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

    This was video was soo good
    I didnt get bored at any moment

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

    I think you can develop this and make a game that the person can play, the ball will try to escape from the rackets, the rackets will gain points as you touch it, but if the ball escapes, the rackets will lose points.

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

    The "Select Children" option could be interpretated in many ways 😂

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

    Idk why I expected an asymmetrical 3-player game where the ball player gets points every time it flew out the table

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

    I havent watched the video yet, but this seems really interesting!

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

    I think, it would've been an interesting game, if you needed to help one player win. The one you try to help is calm, but not that good at game, while his opponents are mad, angry, crazy, and so on. And you have a LOT less control. You can just correct trajectory, and like in real pong - you need to hit the table after each hit. Plus make the ball gradually slow down, while every hit adds some velocity. And make players be further away from the table.

  • @broken-code
    @broken-code ปีที่แล้ว +1

    This video is amazing

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

    ls nice
    Could be cool to have the paddles have random movement though
    Then you'll be about to hit it and get sent into the TV as the paddle suddenly changes direction

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

    Cant wait "Pong, but you are the net"

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

    you are becaming dani good work

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

    wow, it looks so fantastic. Have you tried other game engines / game frameworks?

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

      The only other engines i’ve really tried were Phaser which is a 2d game engine, but also used mono game at one point which I think was a library i don’t really know what it was actually.

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

    Yes another video!

  • @wut-se8hz
    @wut-se8hz ปีที่แล้ว

    Nice job

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

    I really like this game but it could have a few additions. Maybe there could be a person moving the Paddle. Maybe there could be a visual to make it look like you're bouncing

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

    Nice twist on ping pong

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

    he is so underrated
    pretty simple game but crazy good idea

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

    You should totally add physics into the game. So if you miss the paddle you can break the glass or the TV.

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

    Man’s like Dani but he actually uploads

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

    Awesome! Keep it up!

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

      Thanks! Will do!

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

    You will be the next Dani. Good channel btw

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

    I think these videos are wholesome.
    Seeing a youtuber who isn't 100 times better at making video games than me is wholesome and has also given me some confidence. Keep up the good work! At this pace you will become one of those youtubers who are 100 times better than me 🥲

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

    bro, you really have only 18k sybscribers? You doing such a good work and fun to watch videos!

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

    I thought you were gonna make us "the player" gain so much speed that you would have to try to miss the paddle, and this is how you would win and try new stuff every other level

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

    "I don't think people like to play ping pong in an endless void"
    The entirety of Rhythm Heaven fandom: You've Ha Hoi'ed your last Uh- ha Uh-ha hey

  • @X.waterTMD
    @X.waterTMD ปีที่แล้ว

    Wow very cool.

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

    It looks really cool! Do you think you could make the paddles like actually bounce the ball off the table or would that be very difficult?

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

    Looking over this it looks really cool. One thing I did notice however is your paddles normals are inverted and there fore you can see though them to the back sides. Flipping/recalculating normals in blender (or any other 3D modeling software) should fix this issue if you wanted to fix it.

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

    Nice!

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

    A cool idea would be to give the ball zero gravity, but it can bounce wherever it wants, allowing you to go on an adventure thought the apartment completing tasks.

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

    2:02 the thingys

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

    when did cursed content go trending

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

    “I made Pac-Man, but you’re the walls”

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

    Dani he’s
    one of my favorite game devs

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

    1:00 I discovered eternal truth of life

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

    This is the most underrated thing ever!!

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

      Thankyou so much!

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

    This guy is just Dani 2.0 and i love it

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

    Pongfinity, you love to see it! 0:18

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

    I like that there is dani references in here

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

    pov: it's been a day and you're sad that you didn't find this yesterday

  • @user-tw5gl4ep4r
    @user-tw5gl4ep4r ปีที่แล้ว +1

    You are cool devbanana(I hope I say it right)

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

      aw thankyou!

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

    Great game! I really like your videos, it would be cool if you made it so that the higher your score gets the faster the pedals go!

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

      That does actually happen already, the paddles and ball get faster. I just forgot to talk about it in the video.

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

      Nice!

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

    0:53 dani disapproves

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

    This is a fun idea

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

    SICK

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

    Keep up the good work!

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

      Thank you! Will do!

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

    I think you should be able to see the ball as you move, like a third person game