Page 1 of 1

2D Platformer - SDL/C++

Posted: Wed Nov 28, 2012 7:44 pm
by lalacomun
Well, this is the current game im working on, its a 2d platformer made using C++, SDL and all its lib's such as SDL_gfx, SDL_mixer etc...

I started working on it a few weeks ago, and as you may have noticed the sprites/tiles, look like S*%/% since im not a pixel artist. :lol:

Here, some images:

Image

Image

and a video :) :



sorry for the audio quality, im using my laptop's mic so.. :|

Hope you guys enjoyed, feel free to give any suggestions!

Re: 2D Platformer - SDL/C++

Posted: Wed Nov 28, 2012 8:35 pm
by dandymcgee
lalacomun wrote:Hope you guys enjoyed, feel free to give any suggestions!
Looks great man! Only suggestion I have is.. have you ever looked at Visual Studio Express Edition?

I used Code::Blocks for a few years, and it's a great IDE, but VS is light years ahead and a much better tool (once you make past the setup hump of getting something to compile).

Re: 2D Platformer - SDL/C++

Posted: Thu Nov 29, 2012 2:11 am
by layhooo
It's looking awesome man. Maybe you could find some free tilesheets online to use as placeholder graphics though (maybe one of these? http://randomhoohaas.flyingomelette.com ... -mslug.php)

The bullets made me think of metal slug. It might just be a waste of time but I always think it's more fun to look at nice graphics

Re: 2D Platformer - SDL/C++

Posted: Thu Nov 29, 2012 8:37 am
by Falco Girgis
Looks awesome, dude. One of my first games (NULL), just used untextured graphics and colored rectangles, because I couldn't draw for shit. :mrgreen:
dandymcgee wrote:Looks great man! Only suggestion I have is.. have you ever looked at Visual Studio Express Edition?

I used Code::Blocks for a few years, and it's a great IDE, but VS is light years ahead and a much better tool (once you make past the setup hump of getting something to compile).
Seconded. Your current IDE of choice is quite substandard. ;)

Re: 2D Platformer - SDL/C++

Posted: Thu Nov 29, 2012 2:22 pm
by lalacomun
Falco Girgis wrote:Looks awesome, dude. One of my first games (NULL), just used untextured graphics and colored rectangles, because I couldn't draw for shit. :mrgreen:
dandymcgee wrote:Looks great man! Only suggestion I have is.. have you ever looked at Visual Studio Express Edition?

I used Code::Blocks for a few years, and it's a great IDE, but VS is light years ahead and a much better tool (once you make past the setup hump of getting something to compile).
Seconded. Your current IDE of choice is quite substandard. ;)
Well, just installed Visual Studio 2010 express, now im linking SDL to it :mrgreen: :mrgreen: and, actually the NULL game inspired me to start this project, i first saw it on "Elysian shadows team previous proyects" but im pissed i never saw a gameplay of it :|
layhooo wrote:It's looking awesome man. Maybe you could find some free tilesheets online to use as placeholder graphics though (maybe one of these? http://randomhoohaas.flyingomelette.com ... -mslug.php)

The bullets made me think of metal slug. It might just be a waste of time but I always think it's more fun to look at nice graphics
Well, i think the original but still crapy art is part of the game, i think that with other games art it wouldn't be the same thing, i dunno its just a feeling i have :)

Re: 2D Platformer - SDL/C++

Posted: Thu Nov 29, 2012 2:37 pm
by bbguimaraes
lalacomun wrote:Well, just installed Visual Studio 2010 express, now im linking SDL to it :mrgreen: :mrgreen:
This has to be the first post in history that has no questions between "install Visual Studio" and "I just installed Visual Studio and linked to SDL".

Re: 2D Platformer - SDL/C++

Posted: Thu Nov 29, 2012 3:33 pm
by lalacomun
bbguimaraes wrote:
lalacomun wrote:Well, just installed Visual Studio 2010 express, now im linking SDL to it :mrgreen: :mrgreen:
This has to be the first post in history that has no questions between "install Visual Studio" and "I just installed Visual Studio and linked to SDL".
LOL! i think that was the main reason why i never used Visual Studio :lol:

EDIT:

Finished! SDL and its lib's are correctly linked to Visual C++ 2010 :mrgreen:

Image

Re: 2D Platformer - SDL/C++

Posted: Thu Nov 29, 2012 4:36 pm
by Falco Girgis
lalacomun wrote:
bbguimaraes wrote:
lalacomun wrote:Well, just installed Visual Studio 2010 express, now im linking SDL to it :mrgreen: :mrgreen:
This has to be the first post in history that has no questions between "install Visual Studio" and "I just installed Visual Studio and linked to SDL".
LOL! i think that was the main reason why i never used Visual Studio :lol:

EDIT:

Finished! SDL and its lib's are correctly linked to Visual C++ 2010 :mrgreen:

Image
:shock:

This guy gets a goddamn medal. He just did it on his own...

Re: 2D Platformer - SDL/C++

Posted: Thu Nov 29, 2012 5:32 pm
by dandymcgee
Falco Girgis wrote:This guy gets a goddamn medal. He just did it on his own...
He definitely deserves a medal... Done. ;)

Re: 2D Platformer - SDL/C++

Posted: Thu Nov 29, 2012 6:24 pm
by lalacomun
Well, it's an honor for me to carry this badge - "VS setup wizard" - :) thanks!