Okay guys, finally got a video up for the game we're working on. Just a little background, we are a team of two guys, I do all the programming, and the other does all of the art.
Youtube ruined the quality of the text... But I highly recommend full screen HD, because the game window is kinda small. The only other complaint I have is that camstudio made it seem laggy, but it really is very smooth. The only user I can have vouch for me is Trufun, as he has tested a demo. But anyway! Here it is, feedback please!
http://www.youtube.com/watch?v=8HTYWtX-QrI
Our platform game!
Moderator: PC Supremacists
-
- Chaos Rift Regular
- Posts: 101
- Joined: Thu Dec 09, 2010 2:13 am
Our platform game!
Last edited by like80ninjas on Sun Feb 20, 2011 2:56 pm, edited 1 time in total.
-
- Chaos Rift Regular
- Posts: 101
- Joined: Thu Dec 09, 2010 2:13 am
Re: Our platform game!
Just to add an update, I'm not going to make a video of this until more features are in, but the map editor can now load multiple maps, and it can output and make maps of variable sizes. It uses console input, which isn't pretty. But it works for us.
- trufun202
- Game Developer
- Posts: 1105
- Joined: Sun Sep 21, 2008 12:27 am
- Location: Dallas, TX
- Contact:
Re: Our platform game!
Yep, plays silky smooth.like80ninjas wrote:only other complaint I have is that camstudio made it seem laggy, but it really is very smooth. The only user I can have vouch for me is Trufun, as he has tested a demo.
Great job, man - keep us posted!
- civicdude95
- Chaos Rift Newbie
- Posts: 26
- Joined: Mon Feb 21, 2011 9:55 am
- Current Project: Prospectus
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C++, C#, Java
- Contact:
Re: Our platform game!
Very nice demo. It's looking pretty good. Quick question, what language are you writing the editor in?
- adikid89
- Chaos Rift Cool Newbie
- Posts: 94
- Joined: Tue Apr 27, 2010 6:59 am
- Current Project: small tiny-mini projects
- Favorite Gaming Platforms: PC I guess...
- Programming Language of Choice: c++
Re: Our platform game!
He said c++/sdl. You can also tell from the video :Pcivicdude95 wrote:Very nice demo. It's looking pretty good. Quick question, what language are you writing the editor in?
My first game C++/SDL Yoshi Combat! = http://www.youtube.com/watch?v=HQ9mMBEWSZg
==============================================================
==============================================================
-
- Chaos Rift Regular
- Posts: 101
- Joined: Thu Dec 09, 2010 2:13 am
Re: Our platform game!
Yes, it's c++ and SDL for both the engine and the editor. I was going to throw in OpenGL but the features aren't really needed ( We are going for a retro-ish look), so basic 2d is all we really need. Thanks for the comments guys! Anymore questions feel free to ask, and I'll post here when I update the youtube.
...or you could always subscribe ;]
...or you could always subscribe ;]
- civicdude95
- Chaos Rift Newbie
- Posts: 26
- Joined: Mon Feb 21, 2011 9:55 am
- Current Project: Prospectus
- Favorite Gaming Platforms: PC
- Programming Language of Choice: C++, C#, Java
- Contact:
Re: Our platform game!
adikid89 wrote:He said c++/sdl. You can also tell from the video :Pcivicdude95 wrote:Very nice demo. It's looking pretty good. Quick question, what language are you writing the editor in?
Hey thanks guys! I'm trying to tear myself away from C# and XNA and get into "real" game development with c++/sdl. I've nearly got a full complete "hello world" type game (based on LusikaMage's Pickin' Sticks), and I'm ready to make my first platformer. I'm glad this forum is here because I will definitely have questions that need answering.like80ninjas wrote:Yes, it's c++ and SDL for both the engine and the editor. I was going to throw in OpenGL but the features aren't really needed ( We are going for a retro-ish look), so basic 2d is all we really need. Thanks for the comments guys! Anymore questions feel free to ask, and I'll post here when I update the youtube.
...or you could always subscribe ;]
Thanks again guys and keep the updates coming.