Making a Game With C++ and SDL2

  Рет қаралды 586,660

Goodgis

Goodgis

Күн бұрын

I Made a Speed Running Game With C++ and SDL2
You challenged me to make my first game using the C++ programming language. At first I tried the Raylib graphics library, but then decided to make it a real challenge and use SDL2/SDL. Can I create an epic speed running game or will I fail miserably?
Play Pencil Sharpening Championship Here!
► goodgis.itch.io/pencil-sharpe...
Shout out ‪@Smallant‬ for the pencil sharpening inspiration!
• How I became the faste...
✦ Discord - / discord
✦ Twitter - / gooodgis
✦ Games - firith.itch.io/
Chapters:
0:00 Intro
0:32 C++ Setup
0:51 Drawing a Window
1:23 Having to Restart
1:54 Game Design
2:32 Switching to SDL2
3:00 Attempt 2
3:26 Adding Mechanics
3:55 UI & Text
4:49 Audio & Music
5:04 The Results
┈ Similar Videos ┈
Goodgis - Making a Game in Python with No Experience
• Making a Game in Pytho...
Goodgis - I've Secretly Been Working on an MMORPG
• I've Secretly Been Wor...
Goodgis - How To Get Started With Game Dev (Beginner's Guide)
• How To Get Started Wit...
Polymars - Learning SDL2 in 48 Hours - GMTK Game Jam 2020
• Learning SDL2 in 48 Ho...
Polymars - Making a Game With C++ and SDL2
• Making a Game With C++...
Barji - Making a C++ Game with No Experience!
• Making a C++ Game with...
Making a game without a game engine is pretty fun but challenging. C++ is notorious for being one of the hardest languages to learn, especially for beginners. That's why I decided to use a framework like Raylib and SDL2 to make it a little bit easier. Originally I going to try to make it in less than 48 hours, but I didn't realize how difficult it would end up being. If you're asking yourself, "How to Make a Game in C++" or "Should I use C++ to Make Games?" then hopefully my experience might help. Either way, this C++ challenge in a way was much harder than SmallAnt's pencil sharp speedrunning world record... Okay, well maybe not.

Пікірлер: 1 000
@Goodgis
@Goodgis Жыл бұрын
Subscribe for more EPIC pencil content! ✏
@LeoSquared
@LeoSquared Жыл бұрын
Pencils are epic
@GrushV2
@GrushV2 Жыл бұрын
i bet you cant program in italian 🤌🤌🤌🤌
@WohaoG
@WohaoG Жыл бұрын
Speed Running or Speedrunning Is it about going as fast as possible or 🚶‍♂🏃‍♂🚶‍♂🏃‍♂🚶‍♂🏃‍♂🚶‍♂🏃‍♂🚶‍♂?
@MrDiverXHD
@MrDiverXHD Жыл бұрын
How about Raylib?
@PengiiiiGameDev
@PengiiiiGameDev Жыл бұрын
You need to learn bf next. It is the greatest language in all of programming
@glerg6051
@glerg6051 Жыл бұрын
Fun fact! Pygame is actually a python wrapper for sdl2, so technically this isn't the first time you've used sdl2.
@darkfllame
@darkfllame Жыл бұрын
pygame uses a python sdl2 wrapper but it just built on top of it
@amiteshwarsingh6099
@amiteshwarsingh6099 Жыл бұрын
It is not called wrapper it is called wrangler
@cacto1680
@cacto1680 Жыл бұрын
​@@amiteshwarsingh6099 what's the diffrence
@Vichion
@Vichion Жыл бұрын
@@cacto1680 about 3 letters
@WindowsDrawer
@WindowsDrawer Жыл бұрын
​@@cacto1680 wrapper - wrangler = bkgch
@hectormejia499
@hectormejia499 Жыл бұрын
Writing C in C++ is perfectly valid, it's actually preferred by a ton of people. Most C code is valid C++, the latter just has extra powerful features built on top
@swirl6996
@swirl6996 6 ай бұрын
"Every C++ programmer knows C"
@TheSpiderGod2099
@TheSpiderGod2099 5 ай бұрын
​@@swirl6996bro what if they didn't learn about printf() in c++? They mostly use cout. So... Just saying.
@gaffclant
@gaffclant 3 ай бұрын
@@swirl6996 i think its more "every C programmer knows C++" since while all C code is valid in C++, the other way around is false. In fact, if you only know C++, you may have trouble with a simple hello world in C because C++ does this evil thing called "operator overloads" where now the code we write isn't even doing what we think it is doing.
@iambored1528
@iambored1528 Ай бұрын
@@gaffclantC programmers don't know all the concepts of C++, but C++ programmers know all the concepts of C
@SheqqySully
@SheqqySully Ай бұрын
@@gaffclant What you said here is to use C++, you need to understand the fundamentals of C, but to use C, you don't need to fully understand C++, but with glean certain aspects of it. In this case, the individuals who use C++ understand all aspects of C, but not vice versa. Similar to the rectangle and square discussion. Not all rectangles are squares, but all squares are rectangles.
@IXxJordan
@IXxJordan 11 ай бұрын
Seeing someone else have great pain to create a window in SDL brings me great enjoyment
@gabrieldelrosario8357
@gabrieldelrosario8357 Жыл бұрын
I'm envious but also inspired. As a struggling computer science student, I defo would like to have your confidence in undertaking really difficult projects like this. Often times I doubt myself too much before getting started
@sauliusvincevicius8688
@sauliusvincevicius8688 Жыл бұрын
Goodgis: uses SDL despite it being C instead of C++ Raylib: that has c++ wrapper O_o
@_Enderpuff
@_Enderpuff Жыл бұрын
you don't even need a c++ wrapper for c libraries most of the time
@hjrgf
@hjrgf Жыл бұрын
​​@@_Enderpuff true c libraries are compatible with c++
@glitchy_weasel
@glitchy_weasel Жыл бұрын
There a really nice one called SFML, lots of advaced but easy to use graphics+audio utilities.
@hjrgf
@hjrgf Жыл бұрын
@@glitchy_weasel I personally either use imgui + sfml or imgui + opengl
@v01d_r34l1ty
@v01d_r34l1ty 10 ай бұрын
i know this is 4 months late as a reply, but i just find it funny the dude thought he was a failure for 'coding in C instead of C++' like 99% of C code is perfectly valid C++ code lol
@Skeffles
@Skeffles Жыл бұрын
Fantastic to see you trying C++. It's been years since I've done C++. Videos like this make me want to try again but then I look at some C++ and nope out real quick.
@Gupatik
@Gupatik 4 ай бұрын
ohh that headach again...
@realmarsastro
@realmarsastro 3 ай бұрын
When I heard you say this was a really hard challenge, I at first thought that was a little weird for someone who's making coding videos. Then you said you come from an artist background, not a programming background, and now I'm just left very impressed. Writing a game in C++ using SDL2 without a programming background is really commendable, well done!
@HeuzyGameDevYT
@HeuzyGameDevYT Жыл бұрын
I’ve started watching your channel recently and you’ve inspired me to try out making some small games. So thank you for making the great content!
@NotPalliot
@NotPalliot Жыл бұрын
I love Devlogs! This looks great! good job goodgis!
@Goodgis
@Goodgis Жыл бұрын
Thank you!! 😊
@simasharma3040
@simasharma3040 Жыл бұрын
​@@Goodgis you are still using c language to code this game
@btarg1
@btarg1 Жыл бұрын
Your artstyle reminds me a lot of WarioWare and it's just so pretty to look at. Game dev is so much easier when you can do art - I can't draw so it's way harder to make games, this is inspiring
@plebisMaximus
@plebisMaximus Жыл бұрын
The original textures for Minecraft were also kinda poopy. You don't need to be a sublime artist if you can make good, fun gameplay. Besides, you can always teach yourself to draw by forcing yourself to do a lot of textures. You got this, my guy.
@trys10studios65
@trys10studios65 7 ай бұрын
As an artist myself, you do not need to be an artist to make a great game. It 'draws' people in, but it does not keep them hooked, great gameplay does.
@devforfun5618
@devforfun5618 4 ай бұрын
as a not artist myself, the problem isn't others, if i dont like how my game looks i dont want to finish it@@trys10studios65
@zachgeyer8090
@zachgeyer8090 Жыл бұрын
6502 assembly nes game! It’s super fun to learn!
@Goodgis
@Goodgis Жыл бұрын
RIP
@zachgeyer8090
@zachgeyer8090 Жыл бұрын
I’m serious it’s been such a fun and interesting challenge for me and being able to play an nes game you made is the most satisfying thing!
@OSharraps
@OSharraps Жыл бұрын
There is an alternative assembly language called wiz which is a mix between asm and C. It makes programming for the NES way easier.
@costelinha1867
@costelinha1867 Жыл бұрын
@@zachgeyer8090 Yeah, but isn't assembly like... super hard to learn? and also there probably won't be as many material covering development for retro consoles as there is for stuff like SDL2.
@razrastudios
@razrastudios Жыл бұрын
I think it would be interesting to learn a language like BASIC and try to make a game with that
@Goodgis
@Goodgis Жыл бұрын
Oh a classic.
@WillMakesGames
@WillMakesGames Жыл бұрын
Or maybe Assembly like Roller Coaster Tycoon
@jarPlays11
@jarPlays11 Жыл бұрын
That would be easy
@treudden
@treudden Жыл бұрын
@@WillMakesGames just gonna take a few years to learn
@ego-lay_atman-bay
@ego-lay_atman-bay Жыл бұрын
Do ti-basic, on a ti-84 + ce python calculator.
@bonehelm
@bonehelm Жыл бұрын
Damn, your graphic design is on POINT!
@noodle-eater
@noodle-eater 8 ай бұрын
Thanks a lot, I watched a couple of your videos the scratch game also, it's pretty inspiring. Honestly I am kinda stuck to make my own game, my idea mostly end up bigger, but thanks to your video and your games I can use it as reference to make my game smaller dan more achievable
@realfictiongo8942
@realfictiongo8942 Жыл бұрын
What language next? Pico-8 with Lua, it will be a quite new experience for you to make a retro game in this simple language
@Goodgis
@Goodgis Жыл бұрын
Sounds like fun. I've actually made a terrible game in Pico-8 before.
@costelinha1867
@costelinha1867 Жыл бұрын
@@Goodgis If you want an extra challenge, you could limit yourself to just pico-8, maybe even use the browser version, so you cannot use your own text editor and have to rely on pico-8's built-in tools.
@Your_Average_Rabbit
@Your_Average_Rabbit Жыл бұрын
@@costelinha1867 pinnacle of torture:
@gungun974
@gungun974 Жыл бұрын
Next could be make a game with Rust. Rust is not really the hardest language of programming but it’s one of those language when after use it for a while. Everything around it look less fun and Rust just being amazing xD
@LocalTrashyt
@LocalTrashyt Жыл бұрын
Plza Goodgis do it
@Goodgis
@Goodgis Жыл бұрын
That could be awesome!
@andres3665
@andres3665 Жыл бұрын
@@Goodgis Try Bevy!
@Holsp
@Holsp Жыл бұрын
@@Goodgis He is lying. Learning rust is a completely different experience to other languages and while it can be satisfying to learn, it will be a drag to get through
@enochsadventures
@enochsadventures Жыл бұрын
Rust is an awful language. The promotion of it is so bizarre and basically has no explanation besides people refusing to use C++, which is the best language.
@feivaco5209
@feivaco5209 Жыл бұрын
there is a guy that was making a tetris with raylib, the trick is that he was teaching about how to make raylib useful to the c++ language and how you can it apply it to other c libraries
@hannaalejandraamadorsanche6085
@hannaalejandraamadorsanche6085 6 ай бұрын
I love your videos, they gave me back the desire to program, it's not that I didn't program before, I just did it without desire, keep it up
@dwadthechad
@dwadthechad Жыл бұрын
These are honestly my favourite kind of videos
@FRI5B33
@FRI5B33 10 ай бұрын
This would be so cool as a rhythm game, for instance when you would miss a key the point if the pencil would break. I would play that in a heartbeat.
@will.bailey
@will.bailey Жыл бұрын
What language should I learn next? - Lua is a really nice language. Love2d and pico8 are great engines that use it! :)
@puddyy7010
@puddyy7010 Жыл бұрын
Have you tried Solar2D and MicroStudio 🤔? They both use lua
@will.bailey
@will.bailey Жыл бұрын
@@puddyy7010 I haven't but you've piqued my interest so I'm going to have a look! :) 👍
@puddyy7010
@puddyy7010 Жыл бұрын
@@will.bailey cool! Lemme know your reviews upon it 🤓do you know any other good C++ sdk, framework, API or libraries by any chance?
@techtime3125
@techtime3125 Жыл бұрын
And Boblox is the greatest
@TBT_ZHV
@TBT_ZHV Жыл бұрын
Well its extremely similar to python tho
@kalelsoffspring
@kalelsoffspring Жыл бұрын
I normally binge a lot of programming/game dev/etc. on here, but I was still curious why your video was showing up for me. Then I saw your joke about Factorio and realized my YT history for the past week is 90% Factorio videos lol Thanks algorithm, you worked for once, gonna sub :)
@bonsaipropaganda
@bonsaipropaganda Жыл бұрын
you are my favorite gamedev youtuber. i have watched all your videos and wish you had more. your videos make me laugh and are entertaining and educational
@Mr_Pringle593
@Mr_Pringle593 Жыл бұрын
i just wanted to say, i just tried out your demo for DewdropDynasty, its really good, i do think that the keyboard controls arent the best, but its just the early demo, i understand, i really think this game could go somewhere, i also would like to say i think i may be switching my game to a more metrovania game than an adventure game, thanks for the inspiration!
@David-ng9qh
@David-ng9qh Жыл бұрын
Make a simple game with Rust + Bevy next, Bevy uses an ECS (Entity Component System) and it's a really different and fun experience!
@SleenpyMan2084
@SleenpyMan2084 Жыл бұрын
This please. I have a Rust obsession and I must be sated.
@SetimoRei
@SetimoRei Жыл бұрын
UP!
@roxferesr
@roxferesr Жыл бұрын
+1
@joaokoritar2141
@joaokoritar2141 Жыл бұрын
+1
@Willeexd1337
@Willeexd1337 10 ай бұрын
+1
@carcedopro7285
@carcedopro7285 Жыл бұрын
I really like your art style, its so smooth and colorful, maybe you could make a video and explain how you do it or teach a few techniques idk
@ZTimeGamingYT
@ZTimeGamingYT Жыл бұрын
SmallAnt would like this, seeing his popular videos on the subject manner. Amazing video, by the way!
@Goodgis
@Goodgis Жыл бұрын
I hope so haha
@lonelyfloat2582
@lonelyfloat2582 Жыл бұрын
You were so close to the greatness of C and raylib, but so far away.
@jetseverschuren
@jetseverschuren Жыл бұрын
C and C++ are indeed quite different, but all C code is also valid C++ code. C++ just has classes and some more garbage attached. You should be able to just tell the compiler to do C++ (or use g++ instead of gcc), and boom, you've now made a C++ program'
@giantnoah
@giantnoah Жыл бұрын
Technically not all C code is valid C++ code, theres a million blog posts on the differences but they're so minute that they really don't matter 99% of the time if you just want to write C to use a C++ library.
@RockyMulletGamedev
@RockyMulletGamedev Жыл бұрын
Yeah sometimes you make a typo or something and it compiles and you're like "Why ??? this is dumb, this should not compile !" and then you realize it's to be C compatible...
@benhetland576
@benhetland576 Жыл бұрын
Consider: int* p= malloc(sizeof int);
@jetseverschuren
@jetseverschuren Жыл бұрын
​@@benhetland576 Fair enough. Though you can use `-fpermissive` in g++ to get it to compile anyways ;)
@berni8k
@berni8k Жыл бұрын
Yep you can compile Raylib in C++ just fine. Been using it like that all the time.
@notrickzdumbo
@notrickzdumbo Жыл бұрын
I just finished rewatching all your videos for the third time yesterday haha
@Goodgis
@Goodgis Жыл бұрын
Woah! That's some dedication. Thanks so much! :D
@dungeonsfightercoding2020
@dungeonsfightercoding2020 Жыл бұрын
Finally! A new video!! I only had to wait like a billion centuries!
@VictorRodriguez-zp2do
@VictorRodriguez-zp2do Жыл бұрын
So many libraries are written in C (including SDL), even libraries you would use in languages like python use C libraries under the hood. That said though if it works what stops you from using it?
@DevDoge_
@DevDoge_ Жыл бұрын
Lua is a good language since it has some good frameworks (or even engines like defold i think) to make games
@reeceytaylor
@reeceytaylor Жыл бұрын
Your UI/concept designs are so nice. Do you have any recommended places for me to learn that kind of stuff?
@robertjag167
@robertjag167 Жыл бұрын
Love your artstyle! Instant Wii vibes. Maybe a tutorial on art sometime?
@modley_the_m_guy
@modley_the_m_guy Жыл бұрын
Nice game to sharpen you knowledge! ✏
@Goodgis
@Goodgis Жыл бұрын
Thank you 👍
@carmygames
@carmygames Жыл бұрын
Speed run game made with the fastest programming language. Let's goooo...
@Goodgis
@Goodgis Жыл бұрын
Gotta go fast!
@Kyleology
@Kyleology Жыл бұрын
Unless we're ignoring assembly.
@Another45555
@Another45555 Жыл бұрын
@@Kyleology and C. and C--.
@patatopeeler3005
@patatopeeler3005 Жыл бұрын
@@Kyleology not to be the "uhmmm actually" guy, but assembly is much much slower if you are a beginner since you don't know how to write it optimally, just using -o in the compiler with a c/cpp app would make it faster
@Staninna
@Staninna Жыл бұрын
Rust is faster then cpp
@Wyrmlayer
@Wyrmlayer 3 ай бұрын
Nice video goodgis but tbh I think its funny that a video about making a game in c++ and sdl2 from polymars from 2 YEARS ago was in my feed :)
@Mikenaut
@Mikenaut Жыл бұрын
Beautiful video, I love these "challenges" and also as you create graphics, I wanted to ask you if the font you use has a copyright?
@j.alexanderdouglas6641
@j.alexanderdouglas6641 Жыл бұрын
I greatly respect you, my friend! You're always showing so much courage to branch out and broaden your horizons. Do I correctly ascertain-from your tone-that you're not switching away from Godot just yet, based on this experience? Merely splashing in the shallow end of some other language pools, for the sake of variety and to keep your skills sharp?
@Goodgis
@Goodgis Жыл бұрын
You're correct. For making actual commercial video games Godot is the way to go. I like using these frameworks for a learning experience. :D They also force me to make my games small for these types of videos.
@enochsadventures
@enochsadventures Жыл бұрын
Godot is natively written in C++, so even with Godot it's pretty useful. Especially since bindings are fucking stupid.
@LewiLewi52
@LewiLewi52 Жыл бұрын
Raylib and SDL2 are both C libraries. If you really wanted to go full C++ u should have went with SFML. Not saying SDL2 isn't valid, just that your reasoning to quit Raylib applies to SDL2 as well.
@Goodgis
@Goodgis Жыл бұрын
Welp, too late now. Though I will say there was waaayyyy more information on using SDL with C++.
@LewiLewi52
@LewiLewi52 Жыл бұрын
@@Goodgis That is true, Raylib is really young compared to SDL2. Just like SDL2 and any C api for that matter Raylib works with C++ without issue. If u ever decide to revisit this challenge, i hope u give Raylib another shot. Nice video btw.
@berni8k
@berni8k Жыл бұрын
@@Goodgis C code compiles in a C++ compiler just fine as an supported feature. This means you can use C libraries in a C++ program. So technically you are using C++, just that the library is not using any new features that the ++ part brings. For graphics a lot of libraries are actually in C deep down, so if a library is C++ it is likely just a C++ wrapper around C code. Not that it is a bad thing, C can do everything, the complex code just looks nicer to read with the extra C++ features.
@gameclipz9890
@gameclipz9890 Жыл бұрын
bro thats sick keep it up!
@Goodgis
@Goodgis Жыл бұрын
Thanks so much!
@MathGoOli
@MathGoOli Жыл бұрын
Your game looks good! You cold say your skills are sharper. 😂
@xGOKOPx
@xGOKOPx Жыл бұрын
Obviously you can write proper C++ while working with a C library (and that's what you've done because SDL is a C library, which kinda defeats your decision to ditch Raylib because it's C) but if you want a 2D library that by itself gives you nice C++esque interface you can try SFML
@glitchy_weasel
@glitchy_weasel Жыл бұрын
2nd
@BrunodeSouzaLino
@BrunodeSouzaLino 8 ай бұрын
Or Raylib.
@HassanIQ777
@HassanIQ777 23 күн бұрын
I'm dying to setup SFML HOW DO I SET IT UP 😭😭😭
@Maewfof
@Maewfof Жыл бұрын
Can you make something in pico-8? It’s a pretty good game engine.
@Goodgis
@Goodgis Жыл бұрын
That would be sweet!
@Beanie_peep
@Beanie_peep Жыл бұрын
WOW. YOU are so good at this
@TheRealPalliot
@TheRealPalliot Жыл бұрын
Speedrunning a devlog! :0
@Goodgis
@Goodgis Жыл бұрын
You know it!
@vulnoryx
@vulnoryx Жыл бұрын
Now do a game in Assembly.
@raphaelradespiel9970
@raphaelradespiel9970 Жыл бұрын
Was the super tux part supposed to be a PATHETIC ATTEMPT at a joke?? I'll have you know super tux and tux cart are fantastic games developed by the linux community, AND THEY ARE OPEN SOURCE. BUT OF COURSE A WINDOID WOULDNT UNDERSTAND. I use arch btw
@WM48_
@WM48_ Жыл бұрын
Since you come from an artist background, you should try the Piet esolang (esoteric language). It is not a language that can make a game, but it can be used to make some kind of art work that can be turned into actual code. And because of the way it's built, there is more than one way to write a "hello world" program.
@sekki2554
@sekki2554 Жыл бұрын
omg preordering rn
@killwood
@killwood Жыл бұрын
For your next code challenge you should make a mmo in assembly!
@joedartonthefenderbass
@joedartonthefenderbass Жыл бұрын
While blindfolded
@TheCoolIllusion
@TheCoolIllusion 10 ай бұрын
Learn malbolge and I’ll pay you 15 dollars
@bonkers622
@bonkers622 Ай бұрын
oh god
@julietbenjamin6755
@julietbenjamin6755 Ай бұрын
y don't u do it and I pay u
@Galomortalbr
@Galomortalbr Жыл бұрын
this is a interesting video, C++ was the first language i ever learned and it is interesting to see nowdays it is considered to be one of the hard ones while most people first learn Python or Javascript, for what language to learn next i recommend to learn assembly 6502, it is one of the most accessible types of assembly out there, at least if compared with modern x86-64.
@kayocchiii
@kayocchiii 6 ай бұрын
i really love this game lol the style is very reminiscent of those little wii games
@Funifire
@Funifire Жыл бұрын
This looks very good mr goodguy
@maxrdev703
@maxrdev703 Жыл бұрын
This is super cool, I should really try engineless as some point. But I challenge you to use my language, C#!
@float_3.14
@float_3.14 Жыл бұрын
"and the best part That it only took 8 hours to do yeah! 8 hours" is the most(est) c++-ing thing I've ever heard in my life
@flamespeng48
@flamespeng48 Жыл бұрын
When is dewdrop dynasty coming .your videos are so good❤❤ keep finishing it
@francis_the_cat9549
@francis_the_cat9549 Жыл бұрын
Nice video, I think rust with bevy would be really interestring too
@quantum_hg3299
@quantum_hg3299 Жыл бұрын
I can understand your pain working with SDL, lol
@Hermanator1124
@Hermanator1124 Жыл бұрын
How did I miss this video! Jeez man. Haven't seen your vids on my feed in a while somehow. weird
@egegl
@egegl Жыл бұрын
great vid :D
@pessoaaleatoria6802
@pessoaaleatoria6802 Жыл бұрын
This is sharp indeed
@gauthamdga1603
@gauthamdga1603 11 ай бұрын
similar thing had happened to me . when i am in 6th grade, i studied javascript believing its java. i didn't had any mentor though. it was my entry to world of programing
@marang_quntana7350
@marang_quntana7350 Жыл бұрын
Good job cool game.
@navirobayo
@navirobayo 9 ай бұрын
Amazing
@wellhellotherekyle
@wellhellotherekyle Жыл бұрын
Man I don’t know how you do it! Maybe I just lack determination but coding in ANY language is so hard for me, haha. Maybe I just lack determination.
@Goodgis
@Goodgis Жыл бұрын
It just takes practice. :D
@omarquinho
@omarquinho Жыл бұрын
New vídeo made by my favorite KZfaqr ever
@tiangob
@tiangob Жыл бұрын
Thats crazy
@Charmunk3d
@Charmunk3d Жыл бұрын
Great Vid!
@Goodgis
@Goodgis Жыл бұрын
Thanks!
@AsasinoManik
@AsasinoManik Жыл бұрын
I like how he literally made this game from complete scratch using a C++ based framework instead of using any game engine.
@mannyw_
@mannyw_ Жыл бұрын
What’s the font for the game’s logo? Love the vibe
@tiaretik_mtg3142
@tiaretik_mtg3142 Жыл бұрын
Next PL should totally be assembly!
@mwn02
@mwn02 Жыл бұрын
The spaghetti actually looked good!
@plebisMaximus
@plebisMaximus Жыл бұрын
I had a lot of fun screwing around with developing in C++ on Linux, but linking libraries on Windows is equivalent to pulling your toenails out with pliers, I'm shocked nobody ever talks about it. How'd you get everything to work?
@icxd8665
@icxd8665 Жыл бұрын
it would be fun to see you try odin
@benjaminperalta9286
@benjaminperalta9286 Жыл бұрын
You are a Chad of GameDevelopment. And because of course you are, I challenge you to do a game in assamble language. Or in Power Piont, if the first one sounds insane.
@Mizu2023
@Mizu2023 10 ай бұрын
Go try writing in ASM yourself 😂😂😂
@sonorousgaming7202
@sonorousgaming7202 Жыл бұрын
i would like to ask you something. Do you use a mouse or touch pad or iPad for digital art? Just curious...
@SomeHumbleOnion
@SomeHumbleOnion Жыл бұрын
Very impressive Goodgis. Very impressive... but I think it's time you made a game in Assembly 😈
@hudsonator7259
@hudsonator7259 Жыл бұрын
I thought of smant's pencil Speedrun as soon as I saw the title
@RealValkor
@RealValkor Жыл бұрын
I think you should give C# a go, it's pretty easy to learn and fun!
@cydoentis
@cydoentis Жыл бұрын
I need to know what theme you are using in your text editor.
@shadamethyst1258
@shadamethyst1258 Жыл бұрын
4:45 the displayTime function returns a pointer to a string that is stack-allocated, meaning that you are returning and using an invalid pointer :)
@benhetland576
@benhetland576 Жыл бұрын
Yes, also a couple of other interesting features there for the picky ones... First, the function doesn't do what is says at all, like actually _display_ the time. Second, it counts 60 milliseconds in a second, not 1000... well they aren't milliseconds anyway, so whatever. And for the C++ learner: Hint 1, std::chrono; Hint 2, std::ostringstream (well, it isn't forbidden to use sprintf either).
@Goodgis
@Goodgis Жыл бұрын
Don't you just love undefined behavior?
@krevesstcreps2398
@krevesstcreps2398 11 ай бұрын
Goodgis says some very nice things at 5:09, so make sure to watch at full volume😈
@AnonDev3
@AnonDev3 Жыл бұрын
pointers, references and not garbage collector unless you write one yourself is my defintion of hell.
@nulnul7050
@nulnul7050 Жыл бұрын
amazing video, the art looks amazing! try to make a game in the arduino IDE for an ESP32 Dev board like the lilygo TTGO S3.
@davidvasquezgarcia9521
@davidvasquezgarcia9521 Жыл бұрын
Now you should try making a game in Rust as another challenge
@KungFuPanda1223
@KungFuPanda1223 10 ай бұрын
what font is the title in? it pooks great
@dankmemequeen9581
@dankmemequeen9581 Жыл бұрын
Do Assembly next 😆. You're gonna wish you could go back to C++.
@hanselmartinez762
@hanselmartinez762 Жыл бұрын
Oh my! I don't have any programming languages but I need to know how you get the nitendo like ui and fonts! Maybe a tutorial?
@mgames3209
@mgames3209 10 ай бұрын
A good place to start is python
@coolhandle572
@coolhandle572 Жыл бұрын
Do haxe next! I use it and it's pretty cool!
@ScopeCrepe
@ScopeCrepe Жыл бұрын
Yeah, Haxe is neat
@boogrowl2231
@boogrowl2231 Жыл бұрын
What is a good free software for making tile sets?
@eddiechung675
@eddiechung675 10 ай бұрын
SDL is a really great and flexible tool, my go to for c++ graphical applications and much more stable than dx9 or 11
@marcelobaldado514
@marcelobaldado514 Жыл бұрын
yow thanks ! Ive got a game idea, its typing game and the pencils have words in it
@HooptyDaDoopty
@HooptyDaDoopty Жыл бұрын
I think you should try to remake snake using assembly
@garyadamos
@garyadamos Жыл бұрын
I love ur art it reminds me of rhythm heaven
@bruex2277
@bruex2277 Жыл бұрын
2:59 i know it's a joke, but i really do love supertux
@AlienVecna
@AlienVecna Жыл бұрын
I got kingdom hearts and smallant mentioned in one video, life complete.
How I Learned to Create GAMES (No School Required)
9:47
Goodgis
Рет қаралды 562 М.
Making a Game With C++ and SDL2
8:14
PolyMars
Рет қаралды 1,6 МЛН
MEU IRMÃO FICOU FAMOSO
00:52
Matheus Kriwat
Рет қаралды 22 МЛН
Climbing to 18M Subscribers 🎉
00:32
Matt Larose
Рет қаралды 33 МЛН
La revancha 😱
00:55
Juan De Dios Pantoja 2
Рет қаралды 69 МЛН
Making a Game With C++ and OpenGL
6:36
Zyger
Рет қаралды 47 М.
Making a Game in Python with No Experience
5:57
Goodgis
Рет қаралды 1,6 МЛН
Why Don't You Make Your OWN Game Engine?
7:23
Skeffles
Рет қаралды 6 М.
Learn To Code Like a GENIUS and Not Waste Time
9:41
The Coding Sloth
Рет қаралды 1,2 МЛН
Making a Game in Lua with No Experience
5:52
Goodgis
Рет қаралды 247 М.
One year of my C++ SFML journey
5:39
Snapi
Рет қаралды 394 М.
C++ Developer Learns Python
9:26
PolyMars
Рет қаралды 2,7 МЛН
Games Where You're NOT the Main Character
14:52
i am a dot.
Рет қаралды 1,5 МЛН
I made FLAPPY BIRD in DUMB programs
19:35
Code Bullet
Рет қаралды 1,7 МЛН
MEU IRMÃO FICOU FAMOSO
00:52
Matheus Kriwat
Рет қаралды 22 МЛН