hola a todos me estoy iniciando en la progracion les agradecería mucho si me pudieran decir o aconcejar donde encontrar buenos tutoriales y buena informacion para mi formacion se los agradecere mucho
Me parece bien para un inicio, podrias pasar el codigo? Veras yo ya he hecho juegos en GameMaker pero ahora quiero ir por C++ para la uni y meterme a una compañia de videojuegos. Espero tu respuesta. Gracias por el Video
Creo que debes adoptar mejores prácticas de programación, en el 00:00 creas una variable sin sentido, returner? ¿Para qué? si ambos casos de la condición IF con ejecutar diréctamente return 0; o return 1; ya ahorras espacio en memoria evitando la variable "returner" :)
@pomposanta vaya, tantos años y nadia habia examinado eso, de hecho es un juego de returns, no recuerdo bien porque diablos no compilaba sin utilizar esa variable, creo que al poner el puro return, se seguia ejecutando el ciclo, o algun bug habia alli, hahaha gracias por fijarte, de todas maneras ese codigo lo he perdido y solo me queda un port a java MIDP para celular, el cual es mas limpio que este, pero vamos son solo 4 bytes! xD
Nice! :D I have been programming in C++ for a while now but just some easy things, how do u place images and stuff into your code, i can just make games with the symbols that is placed at the keyboard! :P plzz tell me, if it hard to discribe then u can make a video about it! :D Thanks!....
Mmm, esta bien, es una practica, todavia falta mucho porque la gravedad esta medio mal, es como que falla en el momento de colisionar en el suelo, pero lo demas bien, suponiendo que los cuadrados son sprites. Te recomiendo echarle un vistazo a otros IDEs y librerias graficas que andan por ahi. Si sabes castellano usalo, no te abortes. Voto a favor.
@LoboOscuro3 emm, que no te gusta SDL?! porfavor que otra libreria grafica es mejor y mas opensource que SDL, no necesito librerias pesadas como directx o openGL para rutinas tan simples como dibujar cuadrados, además SDL es independiente de plataformas, para que hacer aplicaciones nativas de windows o X11 para que el codigo no sea portable, en cuanto al IDE, ya uso codeblocks pues ahora trabajo en linux, pero DevC++ era lo mejor en windows antes de que codeblocks se hiciera tan confiable
@cluelessbtd yes, its indeed built to do that, the collition check is one Y coordinate above the hit, so that it doesnt get stuck, its hard to explain all these years passed by, but, its just one coordinate, a simple draw rutine can hide that.
i started using c++ 1 week ago and before i started using it i would say that's rubbish and i could make that in 5 mins but now when i use it i say that it's very good and gravity and everything nice job. keep on. sry for my english
@3DCubez Game Maker is for lazy a**es... It's the same as saying you can drive 'cause you can drive well in a car sim, but never actually driven a real car. "my games are made with Game Maker"... LOL!
@3DCubez Well, it's "nerds like this" that find a job in the Gaming Industry, while lazy a*ses who use Game Maker can only dream about it. Unless you go for the Game Designer position, in which case you really need to know what you're doing. Judging by the looks of it, that's not your case.
@PESFan79 you expect people to make games with c++? in the gaming industry they dont program using that format. like c++, but completely different, so using this is just too hard to make games with and is pointless.
Games like WoW and COD are used with C++ you know. C++ is the game industry standard, meaning it's the primary language for the entire game industry. On your channel I just see gamemaker videos. Gamemaker is a tool for wannabe kids to make 'their first game.'
sadly game maker is limited. I used it for awhile too, but now I want to make, eventually, a mmo style game. The thing with game maker is sure, you can make that above game in 20 seconds, because most of the actual code is supplied to you through the game maker itself, but at some point game maker is gonna become limited on what it can do, and that's where C++ will move forward
can someone help me please, I'm starting programming and I can find all the tutorials etc about using c++, but i want to know what other programs I need for doing 3-D so I can have a little play about with the software. Please reply!
can someone help me please, I'm starting programming and I can find all the tutorials etc about using c++, but i want to know what other programs I need for doing 3-D so I can have a little play about with the software. Please reply!
@Sonicrega cheers but just wondering, i had a download the blender and it seem to be running with python as it said in the command line thingy, how do i change it
Actually, Python will help you in Blender, you don't need it to run it, but it helps, like if you have Python, you can import and export models from different programs and such, and you can texture your models much easier. You can't change it.
hey how did u get your character to land perfectly on another block when it fell or landed ? just in general what did your code do . .like what did it check for .. , and the Map Array thing was a good idea . i was pasting my blocks in with "for" loops that drew a new sprite every 32 pixels in a direction.
@bigfanowarriors Lol I won a 2 mile race at a track meet a week ago. I weigh 130 pounds and I'm skinny. You said that anybody who goes to college doesn't have a life, that's just stupid.
@TyKtv lets seeee.... your fat... lying... insecure.... have no friends.. and if u were 130 pounds yu would probably be dead if u were in college... thats about starving weight for 20+ people.. bye fag :D
@bigfanowarriors Lol dude I'm 17 I didn't say I was in college, it was also a typo I'm 140 but that's not even a big difference lol. Why am I insecure what did I say to prove that lol. You asked the question "how do I make a game like this" and to make a game like this you have to go to college. I gave you the answer and you start insulting me.
looks interesting. I just started my C++ programming journey, 9 days in. Got a fully fledged pokemon styled combat system in and levels with vary mobs. Hope soon to make th jump to 2d graphics, fun so far though!
idea... load maps from a text file place X where the walls will be or an initial for the color, make a text file that says what maps to load when (read the text file to see next map... load the map, (make a end point and start on the map use S or E as a flag) this way you can easily add maps and change them. and i don't think the code will be that bad to do it, also this way people can make maps for it.
Actually programming a design is easy once you grasp the concepts, plan out your designs and learn the language. The design is the most difficult part; there's always at least one thing that you miss that screws you up half the time. That's my experience with it, at least.
I'm still learning the language (I'm on day nine of Sam's C++ book) and afterwards I hope to learn DirectX.
Yeah that's how I learned. Personally though, I think once you "get" programming, it becomes quicker to learn from the internet. DirectX is complicated, actually it's a bit of a mess. I'd recommend openGL instead =)
It's free, and yes, Id Software use it (the company that makes Doom, Quake, etc). Also, it's cross-platform and it does everything Direct3d does and is significantly easier to use :)
@IAmMoreGoodThanYou Yes, it was too complicated for me when I tried to use it, although I was not a good programmer then. That doesn't mean it's not as good as openGL though, it's just more difficult to use in my (very limited) experience. I would have benefited from someone telling me this, so why shouldn't I tell others?
What i mean, most guys prefer the empirical way of writting code instead of taking a little time to think how the things must be done. Good designs reduce mistakes and debbuging time!
Programming really becomes hard just when someone is trying to create something big while he's missing programming concepts or just while he is learning a new framework, api or programing language.
programming is really easy? HAHA! Sure... sure... I've been programming for three years, and I am still considered a natural. Designing and maintaining your projects are probably the most simple things you could possibly do. Let's see what the hell you've programmed, what games have you developed?
i agree with loading maps from a file, text file would be good in this case.
as far as if programing is easy or not, i would side with no; however it comes very natural to some (i consider my self lucky enough to be in this group) however finding that one line that is screwing with your program is a pain... but i must admit even though i conciser my self lucky that programing comes naturally, even i struggle a lot at times
Umm, this is has all of the things needed for a better game. It's a few lines of code to add more creative stuff like your talking about. Do you even program?
I wanna see you do something like this, ignorant fuck. And it isn't even a completed game! What, you can't read the title? Tsk. I hate people like you that open their mouth and let out a chuck load of bullshit.
Go sit on a Judas cradle, and you'll do a favour for us all.
what bothers me is not knowing how to implement a proper 'jump' using maths instead of the boring set gravity to -9 then back to 9 after you hit a wall or reach max jump height =(
I agree. Engines CAN be slow and it takes out a lot of the fun coding process of making a game. Although it can really help when cutting down time for making a game.
I can make a decent game using C++ and a game engine in a matter of a day while If I was just using C++ it would take at least a week to get it working.
good job man. this is good inspiration for me im learning C++ as a foundation for objective C to make iphone games with some of my buddies. but yea this is cool do you do the gravity using just some kind of algorythm applied to a positioning variable or what?? idk lol im not there yet
thejahooli: you could try to use some physics egine, like box 2d for 2d games and tokamak for 3d ones. (don't even think of using havoc or something like it, It's sucks. Hard. )
NO no need of physics engine, that will slow down ur game, better write ur own pices of code, just ser gravity and whenever the players on air, decrease its y valu by 1 and when he detects floor, set it to gravity = 0 yspeed = 0 and thats all!!!
Visual Basic compared to C++? C++ is 100 times harder then Visual Basic. If you want to get into game development to get money, quit Visual Basic now!
ah i see. oh im actually not doin it 4 money, im just preparing 4 college. ima b a comp programmer major and i wanted 2 learn a few languages b4 i got there. i started w/ vb cuz i heard it was the easiest between vb,c++ and c#. now, how wud u say c# compares 2 c++?
yeah thats a really good website to learn it from. I was thinking about making some tutorials like exactly the way they teach it there cause its a really good site. and ps. ive been wondering how you make those windows apps in C++ because im still stuck with console application crap :(
can I have teh source?
TheMachinimanator 4 months ago
can i do it only with c++ ?
afker553 5 months ago
@afker553 sdl is just a library for c++. I belive, it is still just c++
ziodice 4 months ago
Very exciting. I cried.
zippoxer 7 months ago 2
Comment removed
mario56785 7 months ago
Same music from orbiter! =D
mario56785 7 months ago
I'd like to see the source code. Is there a possibility I can have it? In a PM? I really like it! :D
Thanks in advance!!!
TheAdsClan 8 months ago
Very nicely made. Although i could make something similar in ASCII :)
MrVirtualCoder 8 months ago
I'm new to C++ but how do you add graphics to your game?
MrPokefart 10 months ago
hola a todos me estoy iniciando en la progracion les agradecería mucho si me pudieran decir o aconcejar donde encontrar buenos tutoriales y buena informacion para mi formacion se los agradecere mucho
flexmunrra 10 months ago
Nice base for a platforming game. Subbed to your channel ;D
666Makkura666 10 months ago
Me parece bien para un inicio, podrias pasar el codigo? Veras yo ya he hecho juegos en GameMaker pero ahora quiero ir por C++ para la uni y meterme a una compañia de videojuegos. Espero tu respuesta. Gracias por el Video
InoriShougo 10 months ago
If possible, could you release the project?
Because I have some issues with the collision.
DeadSteal 11 months ago
mUSIC NAME?
mybomb100 1 year ago
Creo que debes adoptar mejores prácticas de programación, en el 00:00 creas una variable sin sentido, returner? ¿Para qué? si ambos casos de la condición IF con ejecutar diréctamente return 0; o return 1; ya ahorras espacio en memoria evitando la variable "returner" :)
pomposanta 1 year ago
@pomposanta vaya, tantos años y nadia habia examinado eso, de hecho es un juego de returns, no recuerdo bien porque diablos no compilaba sin utilizar esa variable, creo que al poner el puro return, se seguia ejecutando el ciclo, o algun bug habia alli, hahaha gracias por fijarte, de todas maneras ese codigo lo he perdido y solo me queda un port a java MIDP para celular, el cual es mas limpio que este, pero vamos son solo 4 bytes! xD
EdurarTe 1 year ago
@EdurarTe jajaja, que sigas bien programando juegos!
pomposanta 1 year ago
Good use of the sdl!!
SamusAdvanced 1 year ago
Nice! :D I have been programming in C++ for a while now but just some easy things, how do u place images and stuff into your code, i can just make games with the symbols that is placed at the keyboard! :P plzz tell me, if it hard to discribe then u can make a video about it! :D Thanks!....
Playsim1234 1 year ago
Mmm, esta bien, es una practica, todavia falta mucho porque la gravedad esta medio mal, es como que falla en el momento de colisionar en el suelo, pero lo demas bien, suponiendo que los cuadrados son sprites. Te recomiendo echarle un vistazo a otros IDEs y librerias graficas que andan por ahi. Si sabes castellano usalo, no te abortes. Voto a favor.
LoboOscuro3 1 year ago
@LoboOscuro3 emm, que no te gusta SDL?! porfavor que otra libreria grafica es mejor y mas opensource que SDL, no necesito librerias pesadas como directx o openGL para rutinas tan simples como dibujar cuadrados, además SDL es independiente de plataformas, para que hacer aplicaciones nativas de windows o X11 para que el codigo no sea portable, en cuanto al IDE, ya uso codeblocks pues ahora trabajo en linux, pero DevC++ era lo mejor en windows antes de que codeblocks se hiciera tan confiable
EdurarTe 1 year ago
@RageQuitNoobProduct hahaha, me too :)
C4theWin 1 year ago
Great game, great music
JustinPiano09 1 year ago
Nice
shanedaman112 1 year ago
You're "landing" code needs to be fine tuned. It seems that the block just floats onto the ground at the last moment.
for (int a = fallspeed; a > 0; a--){ if a collision exists at [x,y+a] continue else y += a and falling = false.
Something like that should help. Oh wait, this vid is 2 years old. Oh well :/
cluelessbtd 1 year ago
@cluelessbtd yes, its indeed built to do that, the collition check is one Y coordinate above the hit, so that it doesnt get stuck, its hard to explain all these years passed by, but, its just one coordinate, a simple draw rutine can hide that.
EdurarTe 1 year ago
@EdurarTe I actually think the floating gives it a nice touch, very well rounded game! nice job.
freeflightsimulator 1 year ago
I had to double check at the beginning to see if it said,"ejaculate"
RageQuitNoobProducts 1 year ago
Looks cool, how many lines?
GGames2009 1 year ago
i started using c++ 1 week ago and before i started using it i would say that's rubbish and i could make that in 5 mins but now when i use it i say that it's very good and gravity and everything nice job. keep on. sry for my english
MULTIBASSABLE 1 year ago
just download Game Maker, this is simple for that, you can make it in like 20 seconds lol, my games are made with Game Maker
3DCubez 1 year ago
Comment removed
MadMonkeyCo 1 year ago
@3DCubez
nooblike
OneJelle 1 year ago
@OneJelle nooblike to u too :)
3DCubez 1 year ago
@3DCubez Game Maker is for lazy a**es... It's the same as saying you can drive 'cause you can drive well in a car sim, but never actually driven a real car. "my games are made with Game Maker"... LOL!
PESFan79 1 year ago
@PESFan79 no its not, its just not for nerds like this ^^
3DCubez 1 year ago
@3DCubez Well, it's "nerds like this" that find a job in the Gaming Industry, while lazy a*ses who use Game Maker can only dream about it. Unless you go for the Game Designer position, in which case you really need to know what you're doing. Judging by the looks of it, that's not your case.
PESFan79 1 year ago
@PESFan79 you expect people to make games with c++? in the gaming industry they dont program using that format. like c++, but completely different, so using this is just too hard to make games with and is pointless.
3DCubez 1 year ago
@3DCubez They do use c++ to make games.
shanee753 1 year ago
@shanee753 some games...
3DCubez 1 year ago
@3DCubez
Games like WoW and COD are used with C++ you know. C++ is the game industry standard, meaning it's the primary language for the entire game industry. On your channel I just see gamemaker videos. Gamemaker is a tool for wannabe kids to make 'their first game.'
waypastthat 1 year ago
@3DCubez 98% of video games released today are made in C/C++
LeetGamer4L 1 year ago
@3DCubez
replying to your first comment:
sadly game maker is limited. I used it for awhile too, but now I want to make, eventually, a mmo style game. The thing with game maker is sure, you can make that above game in 20 seconds, because most of the actual code is supplied to you through the game maker itself, but at some point game maker is gonna become limited on what it can do, and that's where C++ will move forward
iceshadow625 1 year ago
@ Iceshadow625 hey i guess ur right. i still use game maker but your right when its limited, thanks for telling and i will move on to c++ soon :)
3DCubez 1 year ago
how long did you work for this?
was it difficult to do this?
great job
Nik214Ne 1 year ago
muy buen trabajo, te agradeceria si me pudieras ayudar con el codigo de un programa similar a este.
inibedoya23 1 year ago
Quantas linhas pra fazer esse jogo ai??
Obrigado.
Zefirion 1 year ago
Scource code please? Preetty please? :P It looks nice. Gratz.
volcomusa 1 year ago
Hey, what tutorials or bocks do you recommend for game programming. Thanks!
thebiman 1 year ago
This has been flagged as spam show
can someone help me please, I'm starting programming and I can find all the tutorials etc about using c++, but i want to know what other programs I need for doing 3-D so I can have a little play about with the software. Please reply!
headhunterhudson 1 year ago
can someone help me please, I'm starting programming and I can find all the tutorials etc about using c++, but i want to know what other programs I need for doing 3-D so I can have a little play about with the software. Please reply!
headhunterhudson 1 year ago
@headhunterhudson
Get the programs;
Blender for 3D modelling and animation.
and
GIMP for textures/graphics for tne models.
People who can help
super3boy for Blender
Gimpknowhow for GIMP
and
Google. :)
Sonicrega 1 year ago
@Sonicrega cheers but just wondering, i had a download the blender and it seem to be running with python as it said in the command line thingy, how do i change it
headhunterhudson 1 year ago
@headhunterhudson
Actually, Python will help you in Blender, you don't need it to run it, but it helps, like if you have Python, you can import and export models from different programs and such, and you can texture your models much easier. You can't change it.
Sonicrega 1 year ago
EdurarTe what's the name of this song I've been looking for this song for years
theobserver5000 1 year ago
may I have the code plz?...I started using C++ 2 days ago and the code may help me understand some things...
romanul70 1 year ago
cool and whats the music called?? sorry..
Koyukonn 1 year ago
This has been flagged as spam show
@Koyukonn JS Bach- Air on the G String
found it heheeh cheeeers
Koyukonn 1 year ago
@Koyukonn Air - Johann Sebastian Bach
TheScheier 1 year ago
@Koyukonn air on a g-string
osiris1503 1 year ago
Very nice game. You could make better graphics though ^^.
Fl4shG4mer 1 year ago
I was wondering if you share the source code?
I am having problems with my platform game for the jumping and collision and gravity.
markvdw87 1 year ago
hey how did u get your character to land perfectly on another block when it fell or landed ? just in general what did your code do . .like what did it check for .. , and the Map Array thing was a good idea . i was pasting my blocks in with "for" loops that drew a new sprite every 32 pixels in a direction.
breakdanc3 1 year ago
love the gravity :)
adrianisen 1 year ago
whoa this is awesome!
Bullsh0t1 1 year ago
hah! i'm programming a quadtree with heightmap for my isometric shooter game! bidimentional array? LOL noob.
jk i suck at programming
vwr0527 1 year ago
Great job that looks good
I'm planning to start using c++ like you do, but i always get this error when testing my project
something that projectname.exe cannot be found
coolguyflex 1 year ago
@coolguyflex u need to build it first
adrianisen 1 year ago
not bad.
But why does the player always slow down before landing on a block?!
DasAntiNaziBroetchen 1 year ago
Whats this song called pls tell me.
windson7 1 year ago
@windson7 Well it's 3 weeks since you posted, but whatever :P It's "Bach - Air on the G String"
SvendCSvendsen 1 year ago
whats song called. its so sad :( makes me cry all the time
windson7 1 year ago
can somebody tell ,me how to make a game like this >?
bigfanowarriors 1 year ago
@bigfanowarriors Well an answer isn't going to fall out of the sky and hit you on the head. Go to college for 4 years and learn how to program C++
TyKtv 1 year ago
@TyKtv no thanks i hve a life :D
bigfanowarriors 1 year ago
@bigfanowarriors Okay so anybody who goes to college doesn't have a life? You sir, are the meaning of ignorance.
TyKtv 1 year ago
@TyKtv ad you sir, are the meaning of a fat american loser
bigfanowarriors 1 year ago
@bigfanowarriors Lol I won a 2 mile race at a track meet a week ago. I weigh 130 pounds and I'm skinny. You said that anybody who goes to college doesn't have a life, that's just stupid.
TyKtv 1 year ago
@TyKtv lets seeee.... your fat... lying... insecure.... have no friends.. and if u were 130 pounds yu would probably be dead if u were in college... thats about starving weight for 20+ people.. bye fag :D
bigfanowarriors 1 year ago
@bigfanowarriors Lol dude I'm 17 I didn't say I was in college, it was also a typo I'm 140 but that's not even a big difference lol. Why am I insecure what did I say to prove that lol. You asked the question "how do I make a game like this" and to make a game like this you have to go to college. I gave you the answer and you start insulting me.
TyKtv 1 year ago
mmmta madre y me quejo de como hacer un maldito cuadro en C jajajaja
kyussR 1 year ago
can you give me a link to a good sdl-tutorial ?
kuno86 1 year ago
looks interesting. I just started my C++ programming journey, 9 days in. Got a fully fledged pokemon styled combat system in and levels with vary mobs. Hope soon to make th jump to 2d graphics, fun so far though!
Eneriaz 1 year ago
Who can tell me how to make games in C + + lasatimi a message please
vasilesax15 2 years ago
Good Job
abujp1993 2 years ago 17
Making a game in C++ is just masochistic. Good luck, man.
Lazy0Waffle 2 years ago
Some game wow!! What was the point of it ?
pnoakesy 2 years ago
music?
Razputin53 2 years ago
@Razputin53
JS Bach- Air on the G String
unapparatus 2 years ago
nice job
dillon4321 2 years ago
This has been flagged as spam show
useless junk!!!
MrPottyguy 2 years ago
sorry you have no right to say that unless you make a game that actually is usefull all by yourself so go ahead
Withless92 2 years ago 10
pretty nice script. too dull of the game perpuse
JulianThePanda 2 years ago
How long did it take you to make this? Also 5*'s.
Conker303 2 years ago
AWESOME
MrEverythingForYou 2 years ago
you suck at this game
MeneerJK 2 years ago 2
looks good so far.
Also I love the music from megaman legends
someonefromsomewere1 2 years ago
idea... load maps from a text file place X where the walls will be or an initial for the color, make a text file that says what maps to load when (read the text file to see next map... load the map, (make a end point and start on the map use S or E as a flag) this way you can easily add maps and change them. and i don't think the code will be that bad to do it, also this way people can make maps for it.
tonyrueb 2 years ago
Actually programming a design is easy once you grasp the concepts, plan out your designs and learn the language. The design is the most difficult part; there's always at least one thing that you miss that screws you up half the time. That's my experience with it, at least.
I'm still learning the language (I'm on day nine of Sam's C++ book) and afterwards I hope to learn DirectX.
Kelarre653 2 years ago
Yeah that's how I learned. Personally though, I think once you "get" programming, it becomes quicker to learn from the internet. DirectX is complicated, actually it's a bit of a mess. I'd recommend openGL instead =)
Jinmane 2 years ago 2
@Jinmane
Is OpenGL free? Also, can I use it for commercial projects?
Kelarre653 2 years ago
@Kelarre653
It's free, and yes, Id Software use it (the company that makes Doom, Quake, etc). Also, it's cross-platform and it does everything Direct3d does and is significantly easier to use :)
Jinmane 2 years ago
@Jinmane
Sweet! Where can I learn to use it?
Kelarre653 2 years ago
@Jinmane
too complicatet for you, maybe.
Reach deeper into your reservoir of arguments.
Dont forget all the other (more or less) useful components of DirectX. Such as DirectSound.
In my humble opinion you just defend the api, because you've chosen it then.
(what experiences have you made with DX yet?)
And in my opinion you can not recommend one of those two apis.
IAmMoreGoodThanYou 1 year ago
@IAmMoreGoodThanYou Yes, it was too complicated for me when I tried to use it, although I was not a good programmer then. That doesn't mean it's not as good as openGL though, it's just more difficult to use in my (very limited) experience. I would have benefited from someone telling me this, so why shouldn't I tell others?
Jinmane 1 year ago
@Jinmane Yea. Then either inform them about your limited experience or leave giving advice to less limited guys.
And of course some would benefit from your comment. But others wouldnt.
You see, i just wondered why DirectX should be a mess. Its not fair to claim that without solid ground, is it?
IAmMoreGoodThanYou 1 year ago
Where u learn this?!
blackdeckbox 2 years ago
well, you can study c++
Ileko1 2 years ago
lol, sorry, i wrote the wrong idea!!!
What i mean, most guys prefer the empirical way of writting code instead of taking a little time to think how the things must be done. Good designs reduce mistakes and debbuging time!
Programming really becomes hard just when someone is trying to create something big while he's missing programming concepts or just while he is learning a new framework, api or programing language.
pincherman 2 years ago
Hey, im trying to learn c++ and i have 2 questions:
1) Were do you learn everything about c++, books?
2) What do you need to know before you start use sdl, dark gdk or other game engines.
Plz i need answers!
TheCrysisfan 2 years ago
very well done
1337NoobLord 2 years ago
wth, at least load your maps from a file (don't compile a game per map).
Programming is really easy, the hard thing is designing and mantaining your projects!
pincherman 2 years ago
phaha sorry mate programming is very hard and designing and maintaning* is very easy
implementing your designs is a whole lot harder
1. you dont program or
2. you copy and paste code
1337NoobLord 2 years ago
programming is really easy? HAHA! Sure... sure... I've been programming for three years, and I am still considered a natural. Designing and maintaining your projects are probably the most simple things you could possibly do. Let's see what the hell you've programmed, what games have you developed?
Manifest222 2 years ago
i agree with loading maps from a file, text file would be good in this case.
as far as if programing is easy or not, i would side with no; however it comes very natural to some (i consider my self lucky enough to be in this group) however finding that one line that is screwing with your program is a pain... but i must admit even though i conciser my self lucky that programing comes naturally, even i struggle a lot at times
tonyrueb 2 years ago 2
Are There going to be enemys?
+
Nice Work
Mast3rModdingClan 2 years ago
very good work!
dewi20 2 years ago
This comment has received too many negative votes show
nice!
But I think my java 2d game looks better, since i got pictures/animations !)
MrGameProject 2 years ago
it's like super mario :D
r3sp3c791 2 years ago
Really cool, though the music is just a little over the top don't you think?
TNXcrew 2 years ago
hey guys i ported this to your cellphones lol, maybe ill upload game footage tomorrow java MIDP hell yeah!"
EdurarTe 2 years ago
@EdurarTe man i really like the way you make your hero jump can you plz give me your code for that i really need the jumping code
heheback 1 year ago
Awesome!
brutaka359 2 years ago
this is fucking awesome
aydoooo 2 years ago
Good job. Check out my platform engine too, posted it as a video response.
geomancer120 2 years ago
nice game
superbursihido 2 years ago
woww nice man (y)
kilroy117 2 years ago
Not bad, not bad. Keep it up.
POOPTURTLE 2 years ago
This has been flagged as spam show
this game blows, the graphics are so 80s the soundtrack is boring, the protagonist isnt very interesting, and the plot sucks! your game fails.
odisus69 2 years ago
Umm, this is has all of the things needed for a better game. It's a few lines of code to add more creative stuff like your talking about. Do you even program?
vivevice 2 years ago
Comment removed
geomancer120 2 years ago
I wanna see you do something like this, ignorant fuck. And it isn't even a completed game! What, you can't read the title? Tsk. I hate people like you that open their mouth and let out a chuck load of bullshit.
Go sit on a Judas cradle, and you'll do a favour for us all.
SlimJimVG 2 years ago 2
tyrt
cuteboymimmi 2 years ago
nice use of collision detection with the tiling.
what bothers me is not knowing how to implement a proper 'jump' using maths instead of the boring set gravity to -9 then back to 9 after you hit a wall or reach max jump height =(
twov1 2 years ago
What kind of proper math? using sin and cos and stuff? I wish I could, but it seems that its very hard.
0121ryanh117 2 years ago
dude you really should make a tutorial, it would help a lot of beginners like myself.
PowerPlanetTheGame 2 years ago
yea can u post the source code? i rly wanna try that sooo bad. Oh yeah excellent job it must have taken u some time to program that.
MrBrightSide622 2 years ago
download please =)
point6000x 2 years ago
can u post the source code
101RandomVids 2 years ago
haha, a junpn run. watched about 5 c++ vids here on youtube now. they were all nice, but this i like most till now.
where can i get examples for a simple game like this?
21jumppp 2 years ago
@21jumpp
Please, don't get examples for something of this (relative) simplicity. Figure it out yourself. Examples mess up the learning process.
bl0ckeduser 2 years ago
c++/java? explain.
dosattack777 2 years ago
wut?, this one is C++
EdurarTe 2 years ago
hey man....where can i get a c++ code game? or where can i found a tutorial?
Nitros8891 2 years ago
@EdurarTe He's on about the title of the game, it says"C++ game - by EnduraRte C++/Java game programmer
Greenadee 1 year ago
@dosattack777 : the c++/java part is only part of his title, no the game-title
bl0ckeduser 2 years ago
how you made jumping?
Neomex000 2 years ago
You did this in C++? Wow, that must've taken forever. Impressive!
VillainousOperative 2 years ago
why is there mac cursor on windows?
PowerPlanetTheGame 2 years ago
@PowerPlanetTheGame : that is probably an SDL cursor
bl0ckeduser 2 years ago
looks good, ill sub!
snasebrase 2 years ago
Omg I know how you got the blocks to where they need to be!
did you assign the color of each box manually or did you just make the program randomly choose the 4 colors that you picked out?
lee155912000 2 years ago
looks like there is a specific color for each line of blocks.
atiflz 2 years ago
thats pretts good actully mind if I asked how you made it? was it dark GDK XNA or just plain simple c++?
alginonico 2 years ago
of course is plain C++ binded with SDL, im not keen to engines or XNA, i just prefer hardcoding.
EdurarTe 2 years ago
I agree, when you get stuff like dark GDK and XNA you don't use any programming you use a game maker. lol
alginonico 2 years ago
I agree. Engines CAN be slow and it takes out a lot of the fun coding process of making a game. Although it can really help when cutting down time for making a game.
I can make a decent game using C++ and a game engine in a matter of a day while If I was just using C++ it would take at least a week to get it working.
autonomous2010 2 years ago
cool game:D
nietopereek 2 years ago
good job man. this is good inspiration for me im learning C++ as a foundation for objective C to make iphone games with some of my buddies. but yea this is cool do you do the gravity using just some kind of algorythm applied to a positioning variable or what?? idk lol im not there yet
mattlambrecht 2 years ago
how do you the jump and gravity physics? My ways are always crappy.
thejahooli 2 years ago
thejahooli: you could try to use some physics egine, like box 2d for 2d games and tokamak for 3d ones. (don't even think of using havoc or something like it, It's sucks. Hard. )
salmiak911 2 years ago
NO no need of physics engine, that will slow down ur game, better write ur own pices of code, just ser gravity and whenever the players on air, decrease its y valu by 1 and when he detects floor, set it to gravity = 0 yspeed = 0 and thats all!!!
EdurarTe 2 years ago
Comment removed
thejahooli 2 years ago
wow nice i gave up programming but now i have new reason to try again thank you i will try to burn my eyes trying to do it again
lmozabeth 2 years ago
I've been bustin out some QBasic lately, and tearin' it up with some nested FOR loops in screen 7 to make a maze game with ascii CHR$(219).
dorkforceti83 2 years ago
i use visual basic, wat wud u rate c++ difficulty compared to that?
ZenBuddhaoflove 2 years ago
Visual Basic compared to C++? C++ is 100 times harder then Visual Basic. If you want to get into game development to get money, quit Visual Basic now!
lotios611 2 years ago
ah i see. oh im actually not doin it 4 money, im just preparing 4 college. ima b a comp programmer major and i wanted 2 learn a few languages b4 i got there. i started w/ vb cuz i heard it was the easiest between vb,c++ and c#. now, how wud u say c# compares 2 c++?
ZenBuddhaoflove 2 years ago
I don't know. My guess is that c# is easier than C++.
lotios611 2 years ago
i c, well thx. just outa curiosity do u know c++? if so wud u happen 2 know a gud source 2 learn it?
ZenBuddhaoflove 2 years ago
I learned C++ from cplusplus (DOT) com
lotios611 2 years ago
yeah thats a really good website to learn it from. I was thinking about making some tutorials like exactly the way they teach it there cause its a really good site. and ps. ive been wondering how you make those windows apps in C++ because im still stuck with console application crap :(
NickelxK5 2 years ago
Windows apps? If you want to make them the "Official" way, then learn Win32. I would say get good at console apps, then google "Win32 Tutourials".
lotios611 2 years ago