2D Platformer - SDL/C++
Moderator: PC Supremacists
- lalacomun
- 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++
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.
Here, some images:
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!
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.
Here, some images:
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!
- dandymcgee
- 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++
Looks great man! Only suggestion I have is.. have you ever looked at Visual Studio Express Edition?lalacomun wrote:Hope you guys enjoyed, feel free to give any suggestions!
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!
Re: 2D Platformer - SDL/C++
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
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
- Falco Girgis
- 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++
Looks awesome, dude. One of my first games (NULL), just used untextured graphics and colored rectangles, because I couldn't draw for shit.
Seconded. Your current IDE of choice is quite substandard.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).
- lalacomun
- 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++
Well, just installed Visual Studio 2010 express, now im linking SDL to it 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 itFalco 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.
Seconded. Your current IDE of choice is quite substandard.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).
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 havelayhooo 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
- bbguimaraes
- 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++
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".lalacomun wrote:Well, just installed Visual Studio 2010 express, now im linking SDL to it
- lalacomun
- 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++
LOL! i think that was the main reason why i never used Visual Studiobbguimaraes wrote: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".lalacomun wrote:Well, just installed Visual Studio 2010 express, now im linking SDL to it
EDIT:
Finished! SDL and its lib's are correctly linked to Visual C++ 2010
- Falco Girgis
- 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++
lalacomun wrote:LOL! i think that was the main reason why i never used Visual Studiobbguimaraes wrote: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".lalacomun wrote:Well, just installed Visual Studio 2010 express, now im linking SDL to it
EDIT:
Finished! SDL and its lib's are correctly linked to Visual C++ 2010
This guy gets a goddamn medal. He just did it on his own...
- dandymcgee
- 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++
He definitely deserves a medal... Done.Falco Girgis wrote:This guy gets a goddamn medal. He just did it on his own...
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
- lalacomun
- 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++
Well, it's an honor for me to carry this badge - "VS setup wizard" - thanks!