2D Platformer - SDL/C++

Anything related in any way to game development as a whole is welcome here. Tell us about your game, grace us with your project, show us your new YouTube video, etc.

Moderator: PC Supremacists

Post Reply
User avatar
lalacomun
VS Setup Wizard
VS Setup Wizard
Posts: 114
Joined: Wed Dec 28, 2011 10:18 pm
Favorite Gaming Platforms: psx, nintendo ds, gameboy advance, xbox 360, ps2
Programming Language of Choice: C++
Location: Argentina
Contact:

2D Platformer - SDL/C++

Post 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!
Image
User avatar
dandymcgee
ES Beta Backer
ES Beta Backer
Posts: 4709
Joined: Tue Apr 29, 2008 3:24 pm
Current Project: https://github.com/dbechrd/RicoTech
Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
Programming Language of Choice: C
Location: San Francisco
Contact:

Re: 2D Platformer - SDL/C++

Post 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).
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
User avatar
layhooo
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 10
Joined: Sun Mar 01, 2009 4:13 am
Location: Atlanta, Georgia

Re: 2D Platformer - SDL/C++

Post 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
User avatar
Falco Girgis
Elysian Shadows Team
Elysian Shadows Team
Posts: 10294
Joined: Thu May 20, 2004 2:04 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Dreamcast, SNES, NES
Programming Language of Choice: C/++
Location: Studio Vorbis, AL
Contact:

Re: 2D Platformer - SDL/C++

Post 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. ;)
User avatar
lalacomun
VS Setup Wizard
VS Setup Wizard
Posts: 114
Joined: Wed Dec 28, 2011 10:18 pm
Favorite Gaming Platforms: psx, nintendo ds, gameboy advance, xbox 360, ps2
Programming Language of Choice: C++
Location: Argentina
Contact:

Re: 2D Platformer - SDL/C++

Post 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 :)
Image
User avatar
bbguimaraes
Chaos Rift Junior
Chaos Rift Junior
Posts: 294
Joined: Wed Apr 11, 2012 4:34 pm
Programming Language of Choice: c++
Location: Brazil
Contact:

Re: 2D Platformer - SDL/C++

Post 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".
User avatar
lalacomun
VS Setup Wizard
VS Setup Wizard
Posts: 114
Joined: Wed Dec 28, 2011 10:18 pm
Favorite Gaming Platforms: psx, nintendo ds, gameboy advance, xbox 360, ps2
Programming Language of Choice: C++
Location: Argentina
Contact:

Re: 2D Platformer - SDL/C++

Post 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
Image
User avatar
Falco Girgis
Elysian Shadows Team
Elysian Shadows Team
Posts: 10294
Joined: Thu May 20, 2004 2:04 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Dreamcast, SNES, NES
Programming Language of Choice: C/++
Location: Studio Vorbis, AL
Contact:

Re: 2D Platformer - SDL/C++

Post 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...
User avatar
dandymcgee
ES Beta Backer
ES Beta Backer
Posts: 4709
Joined: Tue Apr 29, 2008 3:24 pm
Current Project: https://github.com/dbechrd/RicoTech
Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
Programming Language of Choice: C
Location: San Francisco
Contact:

Re: 2D Platformer - SDL/C++

Post by dandymcgee »

Falco Girgis wrote:This guy gets a goddamn medal. He just did it on his own...
He definitely deserves a medal... Done. ;)
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
User avatar
lalacomun
VS Setup Wizard
VS Setup Wizard
Posts: 114
Joined: Wed Dec 28, 2011 10:18 pm
Favorite Gaming Platforms: psx, nintendo ds, gameboy advance, xbox 360, ps2
Programming Language of Choice: C++
Location: Argentina
Contact:

Re: 2D Platformer - SDL/C++

Post by lalacomun »

Well, it's an honor for me to carry this badge - "VS setup wizard" - :) thanks!
Image
Post Reply