I Made Pong, But YOU'RE The Ball!

Ойын-сауық

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 Жыл бұрын

    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

    Жыл бұрын

    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

    Жыл бұрын

    Yes I like your longer videos

  • @tdstarnes02

    @tdstarnes02

    Жыл бұрын

    I liked it

  • @abdulrahmanaladi-2

    @abdulrahmanaladi-2

    Жыл бұрын

    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 Жыл бұрын

    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

    Жыл бұрын

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

  • @yahyagd104

    @yahyagd104

    Жыл бұрын

    Yeah I thought that too

  • @jihrexz666

    @jihrexz666

    Жыл бұрын

    @FloppityLopp hello eft enjoyer

  • @raululu_

    @raululu_

    Жыл бұрын

    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 Жыл бұрын

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

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

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

  • @DevBanana

    @DevBanana

    Жыл бұрын

    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

    Жыл бұрын

    @@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

    Жыл бұрын

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

  • @gavengaminghi4319

    @gavengaminghi4319

    Жыл бұрын

    I love your channel it’s the best

  • @LugiDergX

    @LugiDergX

    Жыл бұрын

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

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

    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

    Жыл бұрын

    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

    Жыл бұрын

    @Meme-Comp 🤡🥸🐑

  • @osamaqidwai7800

    @osamaqidwai7800

    Жыл бұрын

    @Meme-Comp 🗿

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

    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

    Жыл бұрын

    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 Жыл бұрын

    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.

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

    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 Жыл бұрын

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

  • @Volta-zz5uo
    @Volta-zz5uo Жыл бұрын

    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!

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

    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! :-)

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

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

  • @DevBanana

    @DevBanana

    Жыл бұрын

    Thank you so much!

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

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

  • @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

  • @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!

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

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

  • @DevBanana

    @DevBanana

    Жыл бұрын

    Thank you!

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

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

  • @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.

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

    I remeber when you were at 700 subscribers, amazing youtuber

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

    Recommendations blessed me with your content tbh

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

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

  • @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

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

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

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

    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!

  • @WilliamAamold

    @WilliamAamold

    Жыл бұрын

    that's just pong...

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

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

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

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

  • @DevBanana

    @DevBanana

    Жыл бұрын

    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

  • @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.

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

    Wow this was incredible😎!

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

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

  • @DevBanana

    @DevBanana

    Жыл бұрын

    Thankyou! :D

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

    This is so cool! Amazing channel :D

  • @DevBanana

    @DevBanana

    Жыл бұрын

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

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

    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

    Жыл бұрын

    And he did it in a year

  • @hawshimagical

    @hawshimagical

    Жыл бұрын

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

  • @CreateCG1
    @CreateCG110 ай бұрын

    Wow,awesome unique idea

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

    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

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

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

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

    This was a really good idea.

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

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

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

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

  • @DevBanana

    @DevBanana

    Жыл бұрын

    aw thankyou!

  • @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!

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

    Nice video, well done

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

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

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

    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

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

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

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

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

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

    I am glad there are other bananas out there.

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

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

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

    you are becaming dani good work

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

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

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

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

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

    Nice twist on ping pong

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

    I love this channel

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

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

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

    You will be the next Dani. Good channel btw

  • @broken-code
    @broken-code Жыл бұрын

    This video is amazing

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

    this is really cool

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

    Dani he’s one of my favorite game devs

  • @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

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

    Dani has independently changed dev talk forever

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

    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

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

    he is so underrated pretty simple game but crazy good idea

  • @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 🥲

  • @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!

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

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

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

    This is the most underrated thing ever!!

  • @DevBanana

    @DevBanana

    Жыл бұрын

    Thankyou so much!

  • @wut-se8hz
    @wut-se8hz Жыл бұрын

    Nice job

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

    Awesome! Keep it up!

  • @DevBanana

    @DevBanana

    Жыл бұрын

    Thanks! Will do!

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

    Yes another video!

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

    Hola, gracias para Todo de del Inspiración ti tener dado a mi durante El pasado año, gracias para todo, sigue adelante!

  • @X.waterTMD
    @X.waterTMD Жыл бұрын

    Wow very cool.

  • @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.

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

    Keep up the good work!

  • @DevBanana

    @DevBanana

    Жыл бұрын

    Thank you! Will do!

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

    Nice!

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

    luv ur vids

  • @DevBanana

    @DevBanana

    Жыл бұрын

    Thank you!

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

    This guy is just Dani 2.0 and i love it

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

    Was here since 700 subs still going

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

    I just discovered ur channel and I already love it 🔥🔥🔥 3:45 is the moment when u earned a sub cos u have similar humor to me 😂

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

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

  • @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?

  • @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

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

    I feel like it would be fun to be able to bounce of the table

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

    Another fire vid

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

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

  • @DevBanana

    @DevBanana

    Жыл бұрын

    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.

  • @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.

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

    I like that there is dani references in here

  • @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.

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

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

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

    Cant wait "Pong, but you are the net"

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

    A bean... Very cool !

  • @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

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

    Everyone gangsta till the ball pops

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

    This is a fun idea

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

    I subbed to you when you had a 100 subs and now u have 19 thousand subs lol

  • @DevBanana

    @DevBanana

    Жыл бұрын

    yea lol growth is crazy but idk about 19k yet lol

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

    Hey another great video i made a ping pong game myself its really bad tho

  • @bryairbrown-wf9vj
    @bryairbrown-wf9vj Жыл бұрын

    That’s a cool game

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

    SICK

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

    Dani reference!!! Less gooooo!!!

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

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

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

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

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

    2:02 the thingys

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

    you should make the paddles move faster after you reach a certain score like 10, then 20 ect its still cool though

Келесі