this looks hard as shit but it really isnt. when you are building a game in your own idea your gonna keep on typing and typing untill you get what you want. thats why this looks so difficult.
were can i download c++ and if i make a game in blender and i can't make the character to do what i want can i program him to do what i want him to do in c++?
@Sparta8oy I also use CodeBlocks, it randomly gets compiles errors, just delete all of your previous projects, (save the code in a word processor if you wish and make a new one, after you make it, compile it and run the hello World already there and the delete everything and start coding!
@4Got10Shadow Take a look at his other videos they pretty much all have 10K + views... Don't think people just chose this 1 because it said role playing game. I am sure he has some followers.
I didnt tell he has no followers obviously he had many, but check the other videos compare to this one. My point here is I believe that almost all people want's to learn how to program just to make a game.
@TheJezzez it is an ampersand, it means that mqHero is a reference to the thing that is passed in as a paramater, basically what that means is if the original value changes mqHero will change with it
what is: Error error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup and Error fatal error LNK1120: 1 unresolved externals ??
great video. I added experience and when you level up your attk, defence and accuracy increase too lol. might try to make the monsters move by themselves some other time too.
Are you asking if you can import DirectX or openGL? If so yes you can, and can apply it to whatever you want to make graphically. ( Though learning directX pays off in the end with all the extras it contains, openGL is certainly easier to learn and master to me ).
@eviltaiyouai Writing batch files is not programming, DOS is not a programming language, it's a scripting language. Scripting doesn't even come close to programming (I'm not trying to be condescending, we all had to start somewhere).
this is a tutorial not a debate it is pointless to cuss at each other to try and prove a point. if you think that you can do better, do it, dont just say it, make a video on it
Yes. But you've got a lot to learn. Once you're reasonably good at C++ you've got to learn about data structures and algorithms. If you're new to programming altogether for now your goal should be a 'guess the number' game.
These games are most likely programmed in C++, probably using directX or openGL. Infact, certainly uing those libs. What im saying is that in C++, you can create as ood graphics as the library your using can render them.
@baggens55 That's what our Win32, MFC and OpenGL lessons are for. This series on the console just focuses on the C++ language and uses the console window. The others are for GUI libraries.
@xoaxdotnet I would love a SDL tutorial series. However i think that skipping over pre-written code would be a bit too quick :P. I have a feeling more people would be able to follow it then opengl
@xoaxdotnet Hey don't you work like at microsoft coz the amount of tutorials you do for c++ is astonishing, I hate you so much XD i do c++ too so easy huh?
What do you mean "just writing"? If you are interested in not having graphics, you could check out a MUD codebase. They can be very complex and exciting without needing any art assets
wow.. its not called writing .. its called code.. noob.... and no stupid!.... because the user wouldent know wtf 2 do.. and besides if u coded graphics it would take over 4000 pages of code to write that... so .. tell me noob.. wtf do u think
oh dear.... u guys are stupid.. it was AN OVER EXADGERATION! sorry if i ddnt make that clear... wow... hahah! wow this is funny.. and yea i was talking about API... programming a game with graphics completely made from API.... would be pretty long... thats all i said.. u guys are so retarted..... ... sorry for picking on u ray ray... its... well... i just clicked reply on a comment involving u.. this isnt realllllly twords u
This comment has received too many negative votesshow
u think i wana waste my time with grammer while im talkin to losers who like u who masterbate to animie character!z! HA A Z... A Z instead of an s.... HA..no but really im sick of you guys trying to keep this comment alive....its pretty funny.... fuck off CHOOBs IM NOT COMMENTing AGAIN!
this looks hard as shit but it really isnt. when you are building a game in your own idea your gonna keep on typing and typing untill you get what you want. thats why this looks so difficult.
kidharris55 1 week ago
@kidharris55
Well it depends on a game of course.
Quiz is super easy
Text game is easy
Rpg text game is easy medium
etc...
In console you cant really do aynthing else besides text games even if you make a snake game it is still text game with the illusion its not.
Besides I prefer console over GUI.
GUI is only good for visual fags (troll much?) much like current kids who dont like 8bit games because they dont have crysis 2 graphics :D
1DarkMasK1 6 days ago
were can i download c++ and if i make a game in blender and i can't make the character to do what i want can i program him to do what i want him to do in c++?
MrBlu3HoMi3 1 month ago
my dream is to make a game like gta4
hslman14 4 months ago
is this sdl or what
0ChrisMackle0 4 months ago
It's console. SDL is a graphics lib.
kong288 4 months ago
I've been trying and trying...but everytime i try to change the size of the map , vista closes it to protect my computer.
stumblinbear 7 months ago
i got the code in codeblocks but when i press run. it says this has not been built yet. HELP!!
Sparta8oy 8 months ago
@Sparta8oy I also use CodeBlocks, it randomly gets compiles errors, just delete all of your previous projects, (save the code in a word processor if you wish and make a new one, after you make it, compile it and run the hello World already there and the delete everything and start coding!
KillerAragon 7 months ago
This isnt a really hard program but it takes a while to make it (it has many lines)
taigi100 9 months ago
omg i fckn want to learn this!!! learning php right now when i finished that i will directly start learnin this wtf
FFvsMidi 10 months ago
what program do you use to write c++?
Sparta8oy 10 months ago
@Sparta8oy You can use CodeBlocks
Masteryxx 9 months ago
@Sparta8oy I am just a beginer but I know that many prof. use it also:
Microsoft Visual C++ 2010
It has a compiler, debugger, and everything you need.
topgunfan1 8 months ago
change --muiHitPoints to ++muiHitPoints youlll become invinsible.
4Got10Shadow 11 months ago
jjust because the title says role playing game that it got 60k views LOLLL
4Got10Shadow 11 months ago 5
@4Got10Shadow Take a look at his other videos they pretty much all have 10K + views... Don't think people just chose this 1 because it said role playing game. I am sure he has some followers.
TurnipsMAPPING 10 months ago
@TurnipsMAPPING
I didnt tell he has no followers obviously he had many, but check the other videos compare to this one. My point here is I believe that almost all people want's to learn how to program just to make a game.
4Got10Shadow 10 months ago
My brain. It just exploded.
presbarkeep 11 months ago
@TheJezzez it is an ampersand, it means that mqHero is a reference to the thing that is passed in as a paramater, basically what that means is if the original value changes mqHero will change with it
PurexOvvnage 1 year ago
This looks very hard,,interesting,,,but that is quite the list for such a simple program, I must feed off of your knowledge. Nice video.
TommyUB 1 year ago
this game is pretty crappy, because the monsters have equal attributes to the hero making it impossible to kill a monster
PurexOvvnage 1 year ago
I don't get how you determine if the monster is hit what do the 2 rolls stand for?
PurexOvvnage 1 year ago
i want to play this game
VolcardoReviewer 1 year ago
i have a basic knowledge in visual basic and a little C# but this is just plain hard.
MrVirtualCoder 1 year ago
I want to make a MOD from ´´teeworlds´´ and I must lurn C++ befor I can make it! but I don´t I realy don´t understand C++ -.-´
harmenqwe 1 year ago
what is: Error error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup and Error fatal error LNK1120: 1 unresolved externals ??
MovieMaxie 1 year ago
@MovieMaxie
It means you forgot to link to a library or you have a wrong definition of main.
narutofan9999 1 year ago
I hope that some of the C++ haters out there will see this and know that it is a very capable language.
MegaLazygamer 1 year ago
@MegaLazygamer
I don't know anyone stupid enough to think it's not.
narutofan9999 1 year ago
Are you ever getting into games that don't use command prompt?
zwerty007 1 year ago
great video. I added experience and when you level up your attk, defence and accuracy increase too lol. might try to make the monsters move by themselves some other time too.
Krahltan 1 year ago
i want this in german -.-
KillingBanana 1 year ago
These tuts look nice! *Subbed for future studies
Hackerx72 1 year ago 2
WTF why WASZ why not WASD this is clasic foo all the games with movement :P
juncraul 1 year ago
can anyone KINDLY answer me what is C++ ? or explain
DsketchAudio 1 year ago
@DsketchAudio C++ is a programming language used mostly for the pc but may be mac idk. Its used to make some apps and some current games.
nevain247 1 year ago
@nevain247 c++ is on every OS xD lots of OSes are written in C...
eatcomics 1 year ago
@eatcomics o i honestly didnt know that thnx for the info
nevain247 1 year ago
@nevain247 no problem :D
eatcomics 1 year ago
if someone made such long scipts he should upload it
Antharios1 1 year ago
lol the happy music in the intro
LastRellik 1 year ago
and this,was the brith of rpg maker. LOL
chrisall76 1 year ago
Comment removed
vaticanantichrist 1 year ago
Comment removed
nickrohn93 1 year ago
Comment removed
vaticanantichrist 1 year ago
Comment removed
nickrohn93 1 year ago
Comment removed
vaticanantichrist 1 year ago
Comment removed
nickrohn93 1 year ago
hey can u reply me...whats the code for lik
case 'w':
{cout<<"hello";
break;
}
if u know what i mean?
Bl4ckH4ck32 1 year ago
@Bl4ckH4ck32 First of all its
case 'w': cout << "Hello"; break;
No need for the { }
Hope that helps, I can't give the full answer here as the Youtube comment box is too small, but PM me if you have any problems.
Greenadee 1 year ago
@Greenadee youtube fucks up whitespace...
Greenadee 1 year ago
Are we allowed to be naked while watching this?
DepetrifyFilms 2 years ago
@DepetrifyFilms lol
yo3443 2 years ago
@DepetrifyFilms lol
Exbigg 1 year ago
i cant find other lessons
pashtonkhan 2 years ago
is there any way to display the special ANSI characters in a console? i type them in the compiler but they always come up as question marks
108SAURFANG801 2 years ago
@108SAURFANG801 u can
only u'll have to make special declarations for them
surely this topic is covered extensively in many forums just search for it
iep4b 2 years ago
UGH this was the first video i found of this series. LOL im lost
Razputin53 2 years ago
good program for short amount of lines, A+ video
rodrigorules 2 years ago
can you attach this to/ attach a program onto this program so that you can make it 3d, colour ect.
ukhewitt 2 years ago
Are you asking if you can import DirectX or openGL? If so yes you can, and can apply it to whatever you want to make graphically. ( Though learning directX pays off in the end with all the extras it contains, openGL is certainly easier to learn and master to me ).
DANNYSPIKEYBOI911 2 years ago
thanx, i was just wondering because i know how to use both of them
ukhewitt 2 years ago
does c++ work kind of like Bat files ? I've done almost the same thing useing batch
eviltaiyouai 2 years ago
@eviltaiyouai Writing batch files is not programming, DOS is not a programming language, it's a scripting language. Scripting doesn't even come close to programming (I'm not trying to be condescending, we all had to start somewhere).
GoodCoffeeInc 2 years ago
Does "console lesson" mean that u can play it on Xbox or something?
dkstick 2 years ago
@dkstick No, it means it runs in the Console, which is where you run text commands in Windows.
It is what many people wrongly call DOS, even though it has nothing to do with DOS in NT based Windows versions.
alizta 2 years ago
yep
crass1789 2 years ago
@dkstick No.
GoodCoffeeInc 2 years ago
Lol either that or maybe the pc's console command prompt eh?
DANNYSPIKEYBOI911 2 years ago
this is a tutorial not a debate it is pointless to cuss at each other to try and prove a point. if you think that you can do better, do it, dont just say it, make a video on it
TheMTNDewAddict 2 years ago
Most games with movement use the arrow keys OR W A S D NOT W A S Z
PCGamingHQ 2 years ago 34
@PCGamingHQ You're right and I will use that in the future. In the meantime, I'll trust that you can make the conversion. ;-)
xoaxdotnet 2 years ago 31
ummm.... how far can you actually take C++? (NOOB ALERT) Can you make graphics up to par with Halo3?
Razputin53 2 years ago
Yes. But you've got a lot to learn. Once you're reasonably good at C++ you've got to learn about data structures and algorithms. If you're new to programming altogether for now your goal should be a 'guess the number' game.
flargo 2 years ago
So... how much of a barrier can an engine be? I hear that engines are only limited by the skill of the person using them.
Razputin53 2 years ago
@flargo How do you recommend we learn these algorithms and data stuctures?
spookymcfuzzy 2 years ago
@spookymcfuzzy By taking a computer science course or googling c++ data structures.
0121ryanh117 2 years ago
@Razputin53 Ever heard of PC games? GTAIV, etc?
These games are most likely programmed in C++, probably using directX or openGL. Infact, certainly uing those libs. What im saying is that in C++, you can create as ood graphics as the library your using can render them.
0121ryanh117 2 years ago
You can make ANYTHING in C++
1337NoobLord 2 years ago 103
a teleporter to the future world?
thoosejakob149 2 years ago 4
@1337NoobLord yeah
yo3443 2 years ago
@1337NoobLord
wow, even lunch?
eHaxor 2 years ago
@1337NoobLord
Amen. I wrote a roguelike RPG.
axeshredstorm69 1 year ago
How can i play the game..
chrisrox62 1 year ago
@1337NoobLord Except for chuck norris.
Nickolsshady12345 1 year ago
@1337NoobLord Liar, i haven't made a cent. LOL
stepsinit 5 months ago
@1337NoobLord you cant pruduce sexy women in c++ :)
michysatchi 4 months ago
@michysatchi Yes, you can.
SuperEpicSounds 3 months ago
@1337NoobLord
You cant make java game in c++ :O
0ChrisMackle0 4 months ago
@1337NoobLord EVERYTHING, JUST EVERYTHING!!!
MrMaddict 3 months ago
@1337NoobLord No shit ^_^
ModernXpert 2 months ago
@1337NoobLord make my dad stop drinking
zdrgdr 1 month ago
@Razputin53 yes, games up to even god of war was made using c/c++
chadchad125 1 year ago
@xoaxdotnet i havent watched all of the videos yet but how do you transfer it to a ui instead of a command window?
baggens55 1 year ago 8
@baggens55 That's what our Win32, MFC and OpenGL lessons are for. This series on the console just focuses on the C++ language and uses the console window. The others are for GUI libraries.
xoaxdotnet 1 year ago 14
@xoaxdotnet I would love a SDL tutorial series. However i think that skipping over pre-written code would be a bit too quick :P. I have a feeling more people would be able to follow it then opengl
nickrohn93 1 year ago
@xoaxdotnet Hey don't you work like at microsoft coz the amount of tutorials you do for c++ is astonishing, I hate you so much XD i do c++ too so easy huh?
LamsasukeMedia 1 year ago
@xoaxdotnet no way am i playing this with WASZ
andy74123 1 year ago
@PCGamingHQ Well, figure out how to add options to configure the keys as you see fit. You shouldn't be so critical - got a problem, find a solution.
StephenWebb1980 1 year ago
@PCGamingHQ Have you played CoD on the CPU? I know that at least #4 uses WASD.
ImTheBatchMan 1 year ago
This has been flagged as spam show
This is Visual basic retard
Valence500 2 years ago
Apparently you're the retard since this is really c++
PaMu1337 2 years ago 10
Are you so retarded that you cannot differentiate C++ and Visual Basic? A young child could do that.
rhillner 2 years ago
@rhillner It's true.
GoodCoffeeInc 2 years ago
this is c++ visual basic doesnt have curly braces
DUUHHHHHH!!!!!
SilverFirsMichael 2 years ago
can I make a game with just writing???
not any graphics program just writing in example visual c++ ? plz answer
MrJezez 2 years ago
Well, take a look at OpenGL. If you really want rich 3d graphics, i think you need a graphics program like blender or lightwave or something.
iMurph01 2 years ago
What do you mean "just writing"? If you are interested in not having graphics, you could check out a MUD codebase. They can be very complex and exciting without needing any art assets
dacypher22 2 years ago
This has been flagged as spam show
wow.. its not called writing .. its called code.. noob.... and no stupid!.... because the user wouldent know wtf 2 do.. and besides if u coded graphics it would take over 4000 pages of code to write that... so .. tell me noob.. wtf do u think
Tutorials32 2 years ago
... 4000 pages of code? i can write over 30 hour-long seminars with cout statements with that amount of code to spare.
Thomastancheekun 2 years ago
Tutorials32, Don't be mean. And also, people also call it "writing code" Noob..
And also.. 4000? If you were to make a HUGE game, sure maybe, but not likely. Get your facts strait, okay?
RayRay5491 2 years ago
oh dear.... u guys are stupid.. it was AN OVER EXADGERATION! sorry if i ddnt make that clear... wow... hahah! wow this is funny.. and yea i was talking about API... programming a game with graphics completely made from API.... would be pretty long... thats all i said.. u guys are so retarted..... ... sorry for picking on u ray ray... its... well... i just clicked reply on a comment involving u.. this isnt realllllly twords u
Tutorials32 2 years ago
Why make a name of Tutorials if that's supposedly what you do? Because you can't spell for shit.
StonedReality 2 years ago
retarded*
didn't*
exaggeration*
Oh, and, your use of grammar (let alone English) is REPULSIVE!
IDOG321 2 years ago
This comment has received too many negative votes show
u think i wana waste my time with grammer while im talkin to losers who like u who masterbate to animie character!z! HA A Z... A Z instead of an s.... HA..no but really im sick of you guys trying to keep this comment alive....its pretty funny.... fuck off CHOOBs IM NOT COMMENTing AGAIN!
Tutorials32 2 years ago
he is talking about text based Input/Output game in a console window not writing in natrual language to do some coding...
PiratesVersusNinjas 2 years ago
Tutorials32, I lol'd at your stupidity.
mayhempk1 2 years ago 2
This comment has received too many negative votes show
lol... wel i thought me ment to programmaticlly create the graphics for a c++ game.. that would take foR EVER!
Tutorials32 2 years ago
You're a fucking idiot, you don't even know what making a game is about. Just leave this video and never comment on it again.
mayhempk1 2 years ago
yes but it will consist of characters
nifected 2 years ago
no u need an API
acerookie1 2 years ago
of course why not?
deadlymassacre1 2 years ago
Why there is no use of any graphics. It might give this game a better and more fun look.
BTW, great tutorial. I´ve learnt a lot.
TinklerStar 2 years ago
The Game is a simple version of a classic.
Search for Rogue game
or Rogue-like game
There great games using only Letters for graphics.
neverfearchrisishere 2 years ago
You need a graphics library and that is ALOT more work.
JakJak478 2 years ago
Because the tutorial isn't about graphics APIs.
rhillner 2 years ago
Awesome! I love these tutorials!
hexkwondo 3 years ago
This has been flagged as spam show
6th!!! Suck it number 1 and 2
Vorbis5 3 years ago
they cant because magicmace3 pushed them off a cliff!
CPlusPlusTut 2 years ago
whoa thats quite a lot lines of code lol i know like only 50 lines of it lol you must have loads of video memory cos mine is full how do i clean it?
wasitrealy 3 years ago
4) i eat 3 and push 2 and 1 off a cliff
ty for clip
magicmace3 3 years ago 3
3rd:) thx for this clip
jj12345678999 3 years ago
2nd pwns 1st and awesome video, thanks!
invincibob8 3 years ago 2
This has been flagged as spam show
1st :P and thanks for the tip
reallybadproduction 3 years ago