C++ console game

  Рет қаралды 497,927

Pjotsze

Pjotsze

Күн бұрын

Пікірлер: 723
@protivoush
@protivoush 7 жыл бұрын
took me over minute to find player
@CamiloGomezDev
@CamiloGomezDev 6 жыл бұрын
Yes, I also didn't see the huge "
@koczmen22
@koczmen22 6 жыл бұрын
I needed 47 seconds
@SirusStarTV
@SirusStarTV 6 жыл бұрын
And asked a question in my mind *where to look at?*
@rempnantti2138
@rempnantti2138 6 жыл бұрын
+Dok Asov Well i just noticed it because of your comment
@plutonion9049
@plutonion9049 6 жыл бұрын
It's hard to do that ! You're SO STUPID ! And player_x and player_y is printed !
@extrem2497
@extrem2497 5 жыл бұрын
Graphic Options: Ultra High Medium Low ASCII
@Angel-VTek
@Angel-VTek 4 жыл бұрын
Welcome to the new era
@frydac
@frydac 4 жыл бұрын
.. low utf8 (a lot of terminals support this now : ) ascii
@kjyhh
@kjyhh 4 жыл бұрын
Low ASCII command line block(just image each of these ASCII become one big pixel)
@73ddy88
@73ddy88 3 жыл бұрын
XD
@forhadrh
@forhadrh 3 жыл бұрын
LOL!
@darkei8140
@darkei8140 7 жыл бұрын
When you dont want to learn 2D Graphics library
@user-humanity2
@user-humanity2 6 жыл бұрын
100% agree with this LOL.
@scorx1
@scorx1 6 жыл бұрын
Lol
@darkmatter9520
@darkmatter9520 6 жыл бұрын
If this game maked in assembler, then this game have meaning.
@dusannd3585
@dusannd3585 6 жыл бұрын
Just use ASCCI
@CZghost
@CZghost 6 жыл бұрын
Actually MS-DOS Assembly or MS-DOS Quick Basic doesn't actually require you to learn a library. The graphics are already built in the x86 architecture, originally 16bit. The only thing you need is to write code that redraws an image on screen in a certain refresh rate (may be like 10 Hz or less, old school 2D games didn't use much of frame rates like today games). The only thing is, that screen refresh rate was completely driven automatic and couldn't be used much to draw an image on screen, because even graphics code was still driven by CPU. Since Assembly has no understanding about time, the frame rate and overall speed of the game is highly influenced by the clock speed of your CPU. To achieve the original feeling on a newer CPU (considering when using MS-DOS on a standalone machine), you have to actually underclock your CPU to something around 800 MHz (which is still damn fast). Also, it is necessary to use no more than 32bit CPU, because MS-DOS won't work with 64bit CPUs. If you're lucky to find and buy a 16bit CPU, good for you. Other than that, you'll have to underclock your CPU to achieve original speeds. That also applies to MS-DOS Quick Basic programs - those are highly influenced by CPU clock speed...
@t3m4ch54
@t3m4ch54 5 жыл бұрын
Interesting, but i asked you make a calculator (c) Teacher.
@mega_micro
@mega_micro 3 жыл бұрын
Processor is a calculator, so...
@pie5233
@pie5233 3 жыл бұрын
if you don't bring a job to the Italian school without respecting the track of the work, you'll get a 3 (H) ... damn Italian school
@papiangelus
@papiangelus 3 жыл бұрын
Well, not everything is about you, now is it
@Mrwiseguy101690
@Mrwiseguy101690 7 жыл бұрын
This is not what they meant when they said backend game design
@Lastrevio
@Lastrevio 5 жыл бұрын
=]]]]]
@datasmith4294
@datasmith4294 5 жыл бұрын
No this "back then" game design XD
@mosk11tto
@mosk11tto 5 жыл бұрын
@@datasmith4294 Lool
@ThreeLetters3
@ThreeLetters3 7 жыл бұрын
2:00 proceeds to spend 6 bullets trying to get 5 bullets
@wythaaof6650
@wythaaof6650 6 жыл бұрын
but later on, he also uses that space to turn a rock(@) around, so it was necessary to kill 3 enemies anyway I think.
@taz0k2
@taz0k2 6 жыл бұрын
This is proof that dedication is the key to finishing projects and not pro skills, right? I have years of programming experience, but this is a more complete project than anything I've ever done in my spare time (in the workplace is another matter entirely!!). Well done!
@DartLuke
@DartLuke 6 жыл бұрын
You still need some skills to create good working code.
@kevinfischer4869
@kevinfischer4869 5 жыл бұрын
Really impressive! I love games with tiny pieces and characters, and one huge level that fills the screen. I even just love watching things move constantly on the screen! And it was clever to conceal the boss room at the end.
@thylabyrinth3998
@thylabyrinth3998 3 жыл бұрын
Me trying to find where the dot player is: [e y e s q u n t i n g]
@austinstevens7736
@austinstevens7736 4 жыл бұрын
SMFL has left the chat*
@renday2636
@renday2636 6 жыл бұрын
*The game looks just awesome!* *Personally, I liked how the boss appears - **4:16*
@fv4202x
@fv4202x 5 жыл бұрын
no
@jonnykopp
@jonnykopp 4 жыл бұрын
@@fv4202x no, YOU no!
@fv4202x
@fv4202x 4 жыл бұрын
@@jonnykopp ok
@hephaestus2031
@hephaestus2031 4 жыл бұрын
I didn't really understand that that was the boss and was like "whose are these HP inside the skull's mouth?"
@renday2636
@renday2636 4 жыл бұрын
​@@hephaestus2031 *¯\_(ツ)_/¯* *Don't know, this is my old comment, so ya*
@PjotszePL
@PjotszePL 7 жыл бұрын
There have been a lot of comments regarding how it's pretty much impossible to write such program after programming in C++ for a few weeks only as I stated in the video description. I should have addressed it quicker, but the answer is that I indeed have been programming in C++ for a few weeks, but prior to that I have been programming in Pascal for a few months in school so I knew how to program and only had to learn the C++ syntax.
@robertmielewczyk9804
@robertmielewczyk9804 7 жыл бұрын
It is possible to write such a program after few weeks of programing at many universities you have to do even harder programs. For example at my university you had to write a mario game(1 lvl), and console paint and you had two months to do this. I myself had just started programing back then, and i really mean i just started I had no idea what a programing language was, and even what an int - integer was. But since i was really interested in coding i did all these projects one week after they were announced so it took me 1 month and 7 days. However I did a similar game to yours after just 3 weeks of programing.
@jungoogie
@jungoogie 6 жыл бұрын
@@robertmielewczyk9804 With all the resources online... I could believe it if you do nothing but put your nose to the grindstone. Anyone that says otherwise really doesn't know how to find resources on the web and probably shouldn't be a programmer.
@statinskill
@statinskill 6 жыл бұрын
If you only learn the language features that you know from Pascal then you will be able to map Pascal code to C++, but not C++ to Pascal. C++ has a lot of language features you might not even have heard about.
@goqsane
@goqsane 6 жыл бұрын
Doskonala robota. Pjotsze, moze myslisz, ze nie jestes "advanced" programmer, ale uwierz mi, 90% "advanced" programmers by poleglo na zrobieniu chocby 10% tego, co ty tutaj. Wiecej wiary w siebie i mniej 'falszywej' skromnosci ;)
@Thomas-sp2tm
@Thomas-sp2tm 5 жыл бұрын
What resources did you use to learn this?
@arnoldtamez9698
@arnoldtamez9698 7 жыл бұрын
This is art and good music. I bet the code looks great too!
@arnoldtamez9698
@arnoldtamez9698 7 жыл бұрын
It's fun too!
@robertmielewczyk9804
@robertmielewczyk9804 7 жыл бұрын
The code looks terrrible xD, but it is understandable since he said he wanted to try c++, and make it quick
@sampletext8552
@sampletext8552 5 жыл бұрын
@@robertmielewczyk9804 rude
@nb9326
@nb9326 7 жыл бұрын
Lol I thought your player was the 'A' in the top left corner and was waiting for it to move for like five minutes. Edit: I'm also blind and did not read the legend.
@fv4202x
@fv4202x 5 жыл бұрын
player is [C]
@rodrigomatos7686
@rodrigomatos7686 4 жыл бұрын
Same
@semnet3217
@semnet3217 3 жыл бұрын
Music in this video: Overall track: 🔊 Best Chiptune / 8 Bit Gaming Music Mix // No: 1 by Necris kzbin.info/www/bejne/aaTalZSLZcijocU 0:00 - 1:50 : Track 9 | RoccoW - Chipho by FreeSoundTrack (couldn't find original source) kzbin.info/www/bejne/bXTYqZh_h7JnqM0 1:50 - 3:45 : Track 1 | Crossover Dragon by Comptroller - Topic kzbin.info/www/bejne/b2GqhZZ6gbVjfNU 3:45 - 5:45 : Track 11 | RoccoW - Break-A-Leg by RoccoW kzbin.info/www/bejne/g4elfqB7o5t3jaM 5:45 - 6:35 : Track 12 | RoccoW - Braadslee by RoccoW kzbin.info/www/bejne/bKmmfZavYsdpoqc
@presauced
@presauced 2 жыл бұрын
omg i love you
@semnet3217
@semnet3217 2 жыл бұрын
@@presauced lol ur welcome
@Diriector_Doc
@Diriector_Doc 7 жыл бұрын
$ -> vertically moving enemy? You mean horizontal, right?
@Sabhoh
@Sabhoh 7 жыл бұрын
Diriector_Doc top down view rotated 90 degrees maybe?
@zbik
@zbik 6 жыл бұрын
vertically moving as across vertical columns?
@matheusd.rodrigues429
@matheusd.rodrigues429 6 жыл бұрын
I think he meant straight-line moving enemy
@fv4202x
@fv4202x 5 жыл бұрын
searching comment
@aylanj123
@aylanj123 3 жыл бұрын
Vertical in it's local coordinates, so he just turned the snakes 90 degrees and done it move horizontaly (But local Y axis for the snake)
@SCNewbCaster
@SCNewbCaster 3 жыл бұрын
This is so nostalgic for me. When I was a kid, our computer had only ASCII based games. Games like Sleuth, Castle and Star Trek (ASCII Version). Good times.
@lianimopi5423
@lianimopi5423 3 жыл бұрын
i'm just here for the music in background ! it's amazing !
@digimikeh
@digimikeh 4 жыл бұрын
When you see this very well done game and read the details and you find: "I'M NOT ADVANCED OR EVEN INTERMEDIATE PROGRAMMER" You'd better think in forget c++ programming...
@AtlasFox_
@AtlasFox_ 6 жыл бұрын
When the internet is down
@unknownman6833
@unknownman6833 5 жыл бұрын
Oh my god! You're so great! You made an amazing thing and i know that to create a videogame is not so easy. I program in C++, java and assembly, but I'm still learning to do hard things. Like
@OfficialTEG
@OfficialTEG 7 жыл бұрын
thast really cool I like it. Its like your own little "World's hardest game" in console. Love it.
@notlunaticdancer4393
@notlunaticdancer4393 6 жыл бұрын
Nice job! My roguelike customs made me irritated, that the @ is not the player :D
@FeelingShred
@FeelingShred 6 жыл бұрын
Player1 picks up the Rod of Destiny 8======D
@Sanchez59rus
@Sanchez59rus 6 жыл бұрын
My thoughts exactly :D
@Leon-wg5ke
@Leon-wg5ke 6 жыл бұрын
9/10 - IGN (Needs more ASCII)
@Gilpow
@Gilpow 7 жыл бұрын
damn cool! Thanks for sharing
@ІванДмитренко-х6э
@ІванДмитренко-х6э 2 жыл бұрын
I've just read the source code. I've never seen so much hardcoded values, lmao 😂 I was especially laughing at the map implementation. But the game itself is just pure gold. I'm so fricking determined to continue learning C++ and create a similar game on my own.
@dd-zb3fw
@dd-zb3fw 2 жыл бұрын
where is the source code download? the mediafire link seems to be invalid.
@ІванДмитренко-х6э
@ІванДмитренко-х6э 2 жыл бұрын
@@dd-zb3fw "Code with English variables" is the one. I have no idea why I might need the other one, it looks complete
@dd-zb3fw
@dd-zb3fw 2 жыл бұрын
@@ІванДмитренко-х6э thank you
@ZenoRogue
@ZenoRogue 3 жыл бұрын
It is really strange to see the number of people impressed by this video, when serious games made in a similar style usually turn out to be not so popular (even though they are great). I mean, it is great that people are impressed, but bad that other games in this styles are not popular.
@GtaSanAndreasScary
@GtaSanAndreasScary 8 жыл бұрын
Are you fucking kidding me? This looks so good for a console game, holy shit! I like especially the fact that you added music to it. What did you use to record the console?
@PjotszePL
@PjotszePL 8 жыл бұрын
To record the console I simply opened it on full screen and recorded my whole screen (I don't remember what I've used, but I know I had to cut out the console's border)
@hasankurisan6224
@hasankurisan6224 7 жыл бұрын
How did you add the music???
@pandatv6051
@pandatv6051 7 жыл бұрын
he added it in the video XD
@devmode8004
@devmode8004 7 жыл бұрын
Hasan Ocak but you can with sfml for exemple
@robertmielewczyk9804
@robertmielewczyk9804 7 жыл бұрын
it's not hard to add music,, you only need to add around 2 lines of code (if you are using windows console, and programing with c++) Check PlaySound function on msdn documentation
@Fanny-Fanny
@Fanny-Fanny 4 жыл бұрын
I took acid before watching this video. It has made my brain capsize. Thank you, oh C++ guru. May your bits flip and your parity remain cromant.
@Bitwise1024
@Bitwise1024 7 жыл бұрын
Nicely done! I'm glad you created this before moving on to graphics libraries. I will be playing this for sure. Just look at what you created with so little. Very creative. Bravo!
@bossysmaxx3327
@bossysmaxx3327 6 жыл бұрын
dude this game is really amazing.... appreciate your your coding
@ShimmySnail
@ShimmySnail 5 жыл бұрын
This game is pure liquid awesome. My favorite game of the last decade or more is/was A Dark Room, and that's pure ASCII as well. No joke. This game really reminds me of ZZT, also a legendary ASCII graphics game.
@apolloniuspergus9295
@apolloniuspergus9295 5 жыл бұрын
Looks like the game "Diamond Rush" that I used to have in my Nokia cellphone.
@pexoolak
@pexoolak 2 жыл бұрын
WOOOOOOOOOOOOO YEAAAA BABYYYYYYYYY THAT'S WHAT I'VE BEEN WAITING FOOOR
@chanyy6838
@chanyy6838 3 жыл бұрын
LEGEND: ↑: You (Player) #: Wall @: Boulder (Not Player) -: Horizontally-shooting cannon (Indestructible) |: Vertically-shooting cannon (indestructible) o: CannonBALLS S: Horizontally-moving enemy (Not Vertically or snake, Have 2HP) %: Randomly-moving enemy (Have 2HP, Moves in certain areas) &: Follows *YOU* (player) (longest axis dist (?)) ITEMS: A: Ammunition (5 bullets) +: Life (1) C: Checkpoint
@AntonioLatronicoDeveloper
@AntonioLatronicoDeveloper 6 жыл бұрын
Beautiful example of "tough" game programming! Great work!
@DarkDrai
@DarkDrai 4 жыл бұрын
Nice job. For my Intro to C++ final project, I made a text adventure game, and didn't learn about the getch() command that allows you to do stuff like this until after I'd made a giant text interpreter function... Good times.
@zytr0x108
@zytr0x108 2 жыл бұрын
“Congratulations! You finished the tutorial! Now get ready for level 1”
@tisscience5693
@tisscience5693 5 жыл бұрын
3:29 that's what you call a pro gamer move
@FadedInsight
@FadedInsight 7 жыл бұрын
Wow, amazing I am going to look into the code maybe ill understand your structure, nice job man.
@titarch
@titarch 6 жыл бұрын
I read your code, now I know how most people feel when watching a horror movie. More seriously, this is quite a good accomplishment regarding your low experience and the mess it became the more you progressed. It must have been a nightmare to debug and many would have perished trying so. I understand it now, the real game is the game you played while you were writing it, the real game is the secret challenge you've set for any adventurous programmer, the real game is to read this code, understand this code, be this code, add some features and make sure the code is even more complex for the next challenger! I may have digressed quite a bit.
@kotlin5608
@kotlin5608 6 жыл бұрын
oh man, don't be like this lol
@naoha
@naoha 8 жыл бұрын
Świetna gra! Zacząłem się uczyć c++ 2 miesiące temu i już miałem się poddać ale mnie zmotywowałeś, żeby dalej próbować :D
@danylahulchuk8612
@danylahulchuk8612 6 жыл бұрын
Please, use github for code sharing. Scary to download anything from such resources. XD
@kevin.afton_
@kevin.afton_ 5 жыл бұрын
You dont trust virustotal?
@bitterlemonboy
@bitterlemonboy 4 жыл бұрын
Github is even less secure because it is owned by microsoft. I bet you barely know anything about downloading source code.
@nixietubes
@nixietubes 4 жыл бұрын
@@bitterlemonboy the fuck are you talking about
@jameender
@jameender 4 жыл бұрын
@@bitterlemonboy please dont confuse people with this nonsense
@bitterlemonboy
@bitterlemonboy 4 жыл бұрын
@@jameender Do you really really trust Microsoft with your source code? I don't want Microsoft to steal my code, thanks.
@AwesomeotasticGaming
@AwesomeotasticGaming 3 жыл бұрын
you did this after only weeks of c++? wow honestly amazing
@ntdesmond
@ntdesmond 6 жыл бұрын
I see you will be successful in this sphere. Good job!
@suddhalaksana1411
@suddhalaksana1411 6 жыл бұрын
all of the time i've think c++ is an useless codes, but after seeing this, "omg what an incredible programming language !".
@MFBBSubEsp
@MFBBSubEsp 4 жыл бұрын
This is quite a nice work you have done, even if you say code was not the best way possible its an achievment to do this with only a brief knowledge in C++, I know its old video but still I like what you did and subscribe hoping to see more great projects you make =)
@camelChase20
@camelChase20 7 жыл бұрын
The comments in your code are informative and constructive. Definitely my style of writing.
@rugioe8434
@rugioe8434 6 жыл бұрын
Really cool! :) I love these kind of text games!
@romandrovikov8427
@romandrovikov8427 5 жыл бұрын
I always wanted to create some game like this in console, when I was just starting to learn programming :))
@k4_keychan_
@k4_keychan_ 4 жыл бұрын
Plot twist: none of those obstacles and enemies are harfmful
@thesun___
@thesun___ Жыл бұрын
I love the overall theme of console games. Graphical games just don't have the same vibe to them, in my opinion.
@willez99
@willez99 2 жыл бұрын
That is the coolest thing I have seen all week
@outerspaceisalie
@outerspaceisalie 2 жыл бұрын
This looks exactly like the game ZZT, which I loved back in the day
@ewliang
@ewliang 7 жыл бұрын
Nice!!! Great bgm choice btw, matched your game very nicely. :)
@Angel-VTek
@Angel-VTek 4 жыл бұрын
8 bits music. That's all what we need
@cupparuppa
@cupparuppa 5 жыл бұрын
Oh man this is so much cooler than my shitty Python text game. This got a like from me, keep up the good work. Edit: I do think that the player could be more noticeable, and the bullets should look different from the cannon bullets
@ryonagana
@ryonagana Жыл бұрын
this is great! you create a new ZZT-like one of first projects of Tim Sweeney, Epic Games Founder
@davidpike766
@davidpike766 6 жыл бұрын
Mayhem. I think it's brilliant, more power to you!
@Scottx125Productions
@Scottx125Productions 7 жыл бұрын
For only a few weeks programming that's pretty good. Trust me this kinda shit is the hardest. Once you get to pre-made graphics libraries and tools. It becomes far easier.
@dsadad21
@dsadad21 8 жыл бұрын
you'd only been coding for a few weeks when you wrote this? Can you show me what source you used to learn this?
@pandatv6051
@pandatv6051 7 жыл бұрын
that's not hard I can show u how
@dsadad21
@dsadad21 7 жыл бұрын
please do?
@pandatv6051
@pandatv6051 7 жыл бұрын
what do u mean?
@pandatv6051
@pandatv6051 7 жыл бұрын
I need ur skype/discord
@dsadad21
@dsadad21 7 жыл бұрын
how about you make a video or send me a the code to my email: dadadadad21@gmail.com
@aurele2989
@aurele2989 4 жыл бұрын
Man, the new Dark Souls is looking great. All jokes aside, good job!
@Lyrik-Klinge
@Lyrik-Klinge 6 жыл бұрын
Respect from an old Schneider CPC-Gamer!
@ABUELITOVIP
@ABUELITOVIP 6 жыл бұрын
Me encanta este concepto de diseño para juegos. En el colegio deberían enseñarnos menos teoría histórica y más práctica con pequeños juegos como este. Es puro amor. :)
@DKBros1277
@DKBros1277 2 жыл бұрын
for some reason this feels nostalgic
@eatdacarrot1311
@eatdacarrot1311 6 жыл бұрын
This is actually freaking awesome
@yrobtsvt
@yrobtsvt 4 жыл бұрын
it's kinda great how much this looks like ZZT
@followwind1471
@followwind1471 6 жыл бұрын
Thought this vid was just showing a demo, took me around 3 minutes to actually realize that the game was actually being played.
@yoidog
@yoidog 3 жыл бұрын
when i saw this, i started to be interested on learning c++
@soldiergaming2722
@soldiergaming2722 5 жыл бұрын
chiptune 8 bit music.... nice touch to the already awesome looking game! : )
@VoceBR97
@VoceBR97 6 жыл бұрын
*Best Soundtrack*
@BobrLovr
@BobrLovr 3 жыл бұрын
this is so fucking sweet, its like chips challenge
@kennyGG-v5s
@kennyGG-v5s 6 жыл бұрын
soundtracks are simply divine!
@dumitru12cosmin
@dumitru12cosmin 7 жыл бұрын
It looks great for a console style game. Old school style. I like it
@lifethrownoutofthewindow
@lifethrownoutofthewindow 4 жыл бұрын
1:58 he spent 4 ammo to get 5 ammo, what a human being.
@SonGoku-ep4wj
@SonGoku-ep4wj 3 жыл бұрын
we just need some wwe 90" music and diesel vs undertaker action in that console
@TheProgrammer10
@TheProgrammer10 5 жыл бұрын
this is way nostalgic. i wanna go write one of these bad boys now, cya. (;
@АндрейОнищенко-з8х
@АндрейОнищенко-з8х 5 жыл бұрын
The music is so good-styled, really reminds of these old dendy and sega games
@lukenukem8028
@lukenukem8028 4 жыл бұрын
I only just noticed that the S, which is a horizontal moving enemy, is said in the legend to be a vertical moving enemy. LoL
@julesssssssss
@julesssssssss 3 жыл бұрын
i love ascii games, nice work!
@LaGamerLia666
@LaGamerLia666 2 жыл бұрын
This is proof that console gaming is not dead
@fv4202x
@fv4202x 5 жыл бұрын
MUSIC: 🔊 Best Chiptune / 8 Bit Gaming Music Mix // No: 1
@semnet3217
@semnet3217 3 жыл бұрын
legend
@lukasschramm1999
@lukasschramm1999 9 жыл бұрын
good decision to quit mate, stick with programming, that is something that at least gets you somewhere in life. Best wishes for your future, Lukas
@FeelingShred
@FeelingShred 6 жыл бұрын
For people who don't understand what's happening, download a game called "Rogue" (it's free abandonware now) and watch a few videos to learn the controls, play for a few minutes yourself and you will understand. You'll probably regret becoming so addicted though
@thesanctuary225
@thesanctuary225 6 жыл бұрын
A tiny arrow is the player. the player eats "A".
@mahmoudchahine4457
@mahmoudchahine4457 6 жыл бұрын
Looks awsome I'm using some of your code to make it simpler to change the screen color
@Uni-Coder
@Uni-Coder 6 жыл бұрын
Now you can make your own NES cartridge
@ChopLabalagun
@ChopLabalagun 4 жыл бұрын
this is very creative. Good Job!
@hats_off9115
@hats_off9115 6 жыл бұрын
whatever this is... I FRICKIN LOVE IT MATE!
@Primpy
@Primpy 7 жыл бұрын
Pjotsze, the music link is dead. Any idea where else could I find that catchy jam?
@johnnya1717
@johnnya1717 6 жыл бұрын
Lol, just download the video as mp3
@sergeigrigorev2180
@sergeigrigorev2180 3 жыл бұрын
Everybody gangsta until you loose an eye on player
@4seiken-594
@4seiken-594 5 жыл бұрын
This soundtrack is fucking fire
@omcar13
@omcar13 2 жыл бұрын
can't get the codes. it says files appear to be missing
@corretorortografico5534
@corretorortografico5534 2 жыл бұрын
Man, how did you DO this?? It's awesome! How did you manage to create a program that updates without doing "cls" every frame? Can somebody help me?
@AriannaEuryaleMusic
@AriannaEuryaleMusic 3 жыл бұрын
I like the KEYGEN Music
@zytr0x108
@zytr0x108 2 жыл бұрын
That’s f*cking impressive.
@ReeceTheTroll
@ReeceTheTroll 6 жыл бұрын
looked away for one second and lost the player
@cathacker13
@cathacker13 5 жыл бұрын
Now I decided to learn c++ ...
@androth1502
@androth1502 5 жыл бұрын
this needs to be in dwarf fortress adventure mode.
@elekktrikk_home_video
@elekktrikk_home_video 4 жыл бұрын
Love that muzak.
Making My Own Programming Language and Coding a Game in It
10:19
AstroSam
Рет қаралды 1,3 МЛН
Making a Voxel Engine from SCRATCH (w/ Destruction)
14:31
MaxMakesGames
Рет қаралды 39 М.
World’s strongest WOMAN vs regular GIRLS
00:56
A4
Рет қаралды 52 МЛН
Long Nails 💅🏻 #shorts
00:50
Mr DegrEE
Рет қаралды 14 МЛН
15 Years Writing C++ - Advice for new programmers
4:04
SyncMain
Рет қаралды 1,3 МЛН
«Осень». Самая большая загадка Windows XP
14:36
Девять десятых
Рет қаралды 1,3 МЛН
Brutally Honest Advice for my younger C++ gamedev self
9:14
Low Level Game Dev
Рет қаралды 7 М.
Videogames That "Require" A Wiki
10:09
genbear
Рет қаралды 2,2 МЛН
Making a Game With C++ and SDL2
5:34
Goodgis
Рет қаралды 649 М.
How Two People Created Gaming’s Most Complex Simulation System
38:54
ThatGuyGlen
Рет қаралды 1,5 МЛН
Is 8-Bit Minecraft Possible?
12:58
Inkbox
Рет қаралды 1,3 МЛН
ASMR Programming - Spinning Cube - No Talking
20:45
Servet Gulnaroglu
Рет қаралды 4,2 МЛН
C++ vs Rust: which is faster?
21:15
fasterthanlime
Рет қаралды 403 М.