Project SKY - An early prototype

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
Spikey
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 98
Joined: Sat Dec 13, 2008 6:39 am
Programming Language of Choice: C++
Location: Ottawa, Canada
Contact:

Project SKY - An early prototype

Post by Spikey »

For the past 5 weeks while having other classes, I and two others developed this game. Before that we spent about a month planning. Been using the Scrum approach throughout project. Used http://www.assembla.com svn for source control.

Briefly, It's a futuristic 3D side scroller. One ability you have is rage mode, which slows down time and you do extra melee damage. There were plans for mobile suits of armor and more crazy stuff, but hasn't been implemented yet. There's supposed to be lots of blood and gore, slicing enemies in half and fountains of blood pouring, but that too is yet to be done. Epic bosses, etc.

To see a video of what we have so far:
http://www.youtube.com/watch?v=EvgAfZm9xas

Programmed with c++ and opengl.
I'm not sure what my group members plans are for the summer, so this might be as far as it goes...

It's got its flaws, but what do you think?
User avatar
OrinCreed
Chaos Rift Regular
Chaos Rift Regular
Posts: 105
Joined: Sat Apr 11, 2009 8:31 pm
Location: NJ
Contact:

Re: Project SKY - An early prototype

Post by OrinCreed »

I only got to glance at the video for a brief moment before I ran out the door to work but what I saw looked really good. Unfortunatley I only got to watch as far as the elevator. I'll take another look later in the day.

EDIT: Watched the whole thing now. I guess the only things that really bugged me were the painfully slow elevator and the "shadow" of the characters alpha. If thats what I'm seeing. Other than that it looks cool. Polish it up and you could have something with a shattered soldier feel to it.
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: Project SKY - An early prototype

Post by dandymcgee »

Yeah man, that's definitely an excellent start, but there's still some work to be done. I pretty much agree with OrinCreed, the elevator was really annoying, and I noticed the rectangular shadow as well. Also the bullets kill people who aren't even on your screen, I'm not sure if it's limited just past the screen or not at all, but that could ruin the challenge of the game.

I really hope you continue to work on this, the levels and textures look great, and I like the blood particles. ;)
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
User avatar
davidthefat
Chaos Rift Maniac
Chaos Rift Maniac
Posts: 529
Joined: Mon Nov 10, 2008 3:51 pm
Current Project: Fully Autonomous Robot
Favorite Gaming Platforms: PS3
Programming Language of Choice: C++
Location: California
Contact:

Re: Project SKY - An early prototype

Post by davidthefat »

IDK, just seems kinda not the way to start any programming.

You got to plan everything out before you do it, thats how many programmers give up half way...
You got to get a story, or there will be no point to it as a entertainment purpose... It will end up more like an engine without a story

not saying it doesnt look good, you need more organization
User avatar
trufun202
Game Developer
Game Developer
Posts: 1105
Joined: Sun Sep 21, 2008 12:27 am
Location: Dallas, TX
Contact:

Re: Project SKY - An early prototype

Post by trufun202 »

As I said on YouTube, this reminds me alot of Mortal Kombat Mythologies: Sub-Zero, with its "2.5-D" layout. I dig it - this is a cool concept.

The character animation looks a pretty stiff. I think the movements need to be more exaggerated.

I love the reflections in the floor, that's a nice touch. It doesn't look like the enemies are being reflected tho.

The bloodsplatters on the screen on cool - but I think it would be cool if they were more animated and randomized.

Great job, dude. I look forward to seeing your next video.
-Chris

YouTube | Twitter | Rad Raygun

“REAL ARTISTS SHIP” - Steve Jobs
User avatar
Spikey
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 98
Joined: Sat Dec 13, 2008 6:39 am
Programming Language of Choice: C++
Location: Ottawa, Canada
Contact:

Re: Project SKY - An early prototype

Post by Spikey »

Thanks for the crits everyone.
I'll have to try Mortal Kombat Mythologies: Sub-Zero, I missed that one.
IDK, just seems kinda not the way to start any programming.
You got to plan everything out before you do it, thats how many programmers give up half way...
You got to get a story, or there will be no point to it as a entertainment purpose... It will end up more like an engine without a story
not saying it doesnt look good, you need more organization
Just to clear things up, this was actually a school project we had to do. We do have a complete GDD with game story, concept art and all that, plus mock up production costs, spreadsheets full of tasks with estimate time of completion and priority, burn down charts. We have another binder devoted to just GUI's and all the changes they've gone through. Lots of notes and meetings during planning. We were graded more on the entire duration of planning and development rather than just the final product. And since this class is now done, the project probably wont go much further, I might clean it up a bit to make it more presentable. But this summer I'm thinking of playing around with XNA.
User avatar
davidthefat
Chaos Rift Maniac
Chaos Rift Maniac
Posts: 529
Joined: Mon Nov 10, 2008 3:51 pm
Current Project: Fully Autonomous Robot
Favorite Gaming Platforms: PS3
Programming Language of Choice: C++
Location: California
Contact:

Re: Project SKY - An early prototype

Post by davidthefat »

Spikey wrote:I'll have to try Mortal Kombat Mythologies: Sub-Zero, looks spiffy.
IDK, just seems kinda not the way to start any programming.
You got to plan everything out before you do it, thats how many programmers give up half way...
You got to get a story, or there will be no point to it as a entertainment purpose... It will end up more like an engine without a story
not saying it doesnt look good, you need more organization
Just to clear things up, this was actually a school project we had to do. We do have a complete GDD with game story, concept art and all that, plus mock up production costs, spreadsheets full of tasks with estimate time of completion and priority, burn down charts. We have another binder devoted to just GUI's and all the changes they've gone through. Lots of notes and meetings during planning. We were graded more on the entire duration of planning and development rather than just the final product. And since this class is now done, the project probably wont go much further, I might clean it up a bit to make it more presentable. But this summer I'm thinking of playing around with XNA.
Ah I see, I think you nee better sounds and Is there a limit on how many bullets can be on screen?
User avatar
Spikey
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 98
Joined: Sat Dec 13, 2008 6:39 am
Programming Language of Choice: C++
Location: Ottawa, Canada
Contact:

Re: Project SKY - An early prototype

Post by Spikey »

Ah I see, I think you nee better sounds and Is there a limit on how many bullets can be on screen?
I didnt code the bullets, but I think they are in a vector/stack, so the limit of bullets is, how many your comp can handle...
I don't like neglecting sounds, but I admit I quickly grabbed some random sounds I had lying around the night before we had to present.
On the plus side, the music and voice acting is original.
User avatar
eatcomics
ES Beta Backer
ES Beta Backer
Posts: 2528
Joined: Sat Mar 08, 2008 7:52 pm
Location: Illinois

Re: Project SKY - An early prototype

Post by eatcomics »

davidthefat wrote:IDK, just seems kinda not the way to start any programming.

You got to plan everything out before you do it, thats how many programmers give up half way...
You got to get a story, or there will be no point to it as a entertainment purpose... It will end up more like an engine without a story

not saying it doesnt look good, you need more organization
Not all games need story lines... My next game will either have more of a backstory or no story at all type of thing... but the game's primary goal will be multiplayer... hopefully i can get it to work out... but back to topic.

Your game looks nice the only problems I noticed were pointed out already so I won't waste your time, but I just wanted you to know that I support you ;)

and btw I'm free during the summer if you need some help ;)
Image
Post Reply