You Can't Stay Awake [Competition Game]

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

User avatar
Bakkon
Chaos Rift Junior
Chaos Rift Junior
Posts: 384
Joined: Wed May 20, 2009 2:38 pm
Programming Language of Choice: C++
Location: Indiana

You Can't Stay Awake [Competition Game]

Post by Bakkon »

So I'm working on a game dev competition for another forum with a team. The theme is "You Can't _____". Fill in the blank as you see fit to make an interesting game. It has to be something the player overcomes as a main mechanic.

We chose "You Can't Stay Awake." Essentially, your character is slowly falling asleep and you need to collect treats such as coffee, soda, and candy to keep yourself energized. But there's a catch. Progressing through the level may require you to be more awake or more asleep. Scenery will change as if you are entering a dream-like world.

Anyways, I have a couple videos up and I'll throw more stuff in here.

Week 1 Progress:


Week 2 Progress:
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: You Can't Stay Awake [Competition Game]

Post by davidthefat »

Since Im subbed to you, I already saw those vids, but like what others have pointed out, I think you need to resize the jumping sprite, its too big and makes it awkward
User avatar
Bakkon
Chaos Rift Junior
Chaos Rift Junior
Posts: 384
Joined: Wed May 20, 2009 2:38 pm
Programming Language of Choice: C++
Location: Indiana

Re: You Can't Stay Awake [Competition Game]

Post by Bakkon »

My artist commented on the video that he's already fixed that.
User avatar
Ginto8
ES Beta Backer
ES Beta Backer
Posts: 1064
Joined: Tue Jan 06, 2009 4:12 pm
Programming Language of Choice: C/C++, Java

Re: You Can't Stay Awake [Competition Game]

Post by Ginto8 »

looks awesome! I really like the curvature of the ground, and I'm curious how you managed that. Did you just have a set of vertices specifying the collidable surface, and use that as a substitute for a quad-based collision method?
Quit procrastinating and make something awesome.
Ducky wrote:Give a man some wood, he'll be warm for the night. Put him on fire and he'll be warm for the rest of his life.
User avatar
Bakkon
Chaos Rift Junior
Chaos Rift Junior
Posts: 384
Joined: Wed May 20, 2009 2:38 pm
Programming Language of Choice: C++
Location: Indiana

Re: You Can't Stay Awake [Competition Game]

Post by Bakkon »

Collision detection and response is powered by SAT. My editor has you draw out polygons for collision.
User avatar
Ginto8
ES Beta Backer
ES Beta Backer
Posts: 1064
Joined: Tue Jan 06, 2009 4:12 pm
Programming Language of Choice: C/C++, Java

Re: You Can't Stay Awake [Competition Game]

Post by Ginto8 »

Bakkon wrote:Collision detection and response is powered by SAT. My editor has you draw out polygons for collision.
ooh cool ok. not quite as excitingly creative as I thought, but that's fine =P
Quit procrastinating and make something awesome.
Ducky wrote:Give a man some wood, he'll be warm for the night. Put him on fire and he'll be warm for the rest of his life.
K-Bal
ES Beta Backer
ES Beta Backer
Posts: 701
Joined: Sun Mar 15, 2009 3:21 pm
Location: Germany, Aachen
Contact:

Re: You Can't Stay Awake [Competition Game]

Post by K-Bal »

I love it, great graphic style!
Ginto8 wrote:
Bakkon wrote:Collision detection and response is powered by SAT. My editor has you draw out polygons for collision.
ooh cool ok. not quite as excitingly creative as I thought, but that's fine =P
What did you expect? ;-)
pritam
Chaos Rift Demigod
Chaos Rift Demigod
Posts: 991
Joined: Thu Nov 13, 2008 3:16 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Amiga, PSOne, NDS
Programming Language of Choice: C++
Location: Sweden

Re: You Can't Stay Awake [Competition Game]

Post by pritam »

I love the graphical style, really cool.
User avatar
GroundUpEngine
Chaos Rift Devotee
Chaos Rift Devotee
Posts: 835
Joined: Sun Nov 08, 2009 2:01 pm
Current Project: mixture
Favorite Gaming Platforms: PC
Programming Language of Choice: C++
Location: UK

Re: You Can't Stay Awake [Competition Game]

Post by GroundUpEngine »

Awesome man 8-)
User avatar
hurstshifter
ES Beta Backer
ES Beta Backer
Posts: 713
Joined: Mon Jun 08, 2009 8:33 pm
Favorite Gaming Platforms: SNES
Programming Language of Choice: C/++
Location: Boston, MA
Contact:

Re: You Can't Stay Awake [Competition Game]

Post by hurstshifter »

Two thumbs up man! Great concept.
"Time is an illusion. Lunchtime, doubly so."
http://www.thenerdnight.com
User avatar
MrDeathNote
ES Beta Backer
ES Beta Backer
Posts: 594
Joined: Sun Oct 11, 2009 9:57 am
Current Project: cocos2d-x project
Favorite Gaming Platforms: SNES, Sega Megadrive, XBox 360
Programming Language of Choice: C/++
Location: Belfast, Ireland
Contact:

Re: You Can't Stay Awake [Competition Game]

Post by MrDeathNote »

Really nice work man, looks great :)
http://www.youtube.com/user/MrDeathNote1988

Image
Image

"C makes it easy to shoot yourself in the foot. C++ makes it
harder, but when you do, it blows away your whole leg." - Bjarne Stroustrup
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: You Can't Stay Awake [Competition Game]

Post by dandymcgee »

pritam wrote:I love the graphical style, really cool.
I totally agree.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
User avatar
Ginto8
ES Beta Backer
ES Beta Backer
Posts: 1064
Joined: Tue Jan 06, 2009 4:12 pm
Programming Language of Choice: C/C++, Java

Re: You Can't Stay Awake [Competition Game]

Post by Ginto8 »

K-Bal wrote:
Ginto8 wrote:
Bakkon wrote:Collision detection and response is powered by SAT. My editor has you draw out polygons for collision.
ooh cool ok. not quite as excitingly creative as I thought, but that's fine =P
What did you expect? ;-)
honestly no clue... but it still deserves a 2 thumbs up! ;)
Quit procrastinating and make something awesome.
Ducky wrote:Give a man some wood, he'll be warm for the night. Put him on fire and he'll be warm for the rest of his life.
User avatar
EdBoon
Chaos Rift Junior
Chaos Rift Junior
Posts: 258
Joined: Fri May 28, 2010 10:44 pm
Current Project: Top down multiplayer shooter using unity 3D
Favorite Gaming Platforms: 360, SNES, ps1
Programming Language of Choice: C++, C#
Location: Atlanta, GA
Contact:

Re: You Can't Stay Awake [Competition Game]

Post by EdBoon »

davidthefat wrote:Since Im subbed to you, I already saw those vids, but like what others have pointed out, I think you need to resize the jumping sprite, its too big and makes it awkward
I had seen these on youtube as well and was wondering the approach you were going to take as far as enemies, puzzles, or whatever. I really like the idea though sounds really interesting. Keep us updated! thanks for the explanation

just curious what is your time frame for the project? where is it from?
Undead Empire -> http://bit.ly/dYdu3z
Gamerscore Tracker -> http://bit.ly/vI4T4X
Undead Empire: Hellfire -> http://bit.ly/1AgC4ZY
facebook.com/BigRookGames twitter.com/BigRookGames
youtube.com/user/bigrookdigital
User avatar
eatcomics
ES Beta Backer
ES Beta Backer
Posts: 2528
Joined: Sat Mar 08, 2008 7:52 pm
Location: Illinois

Re: You Can't Stay Awake [Competition Game]

Post by eatcomics »

Ginto8 wrote:looks awesome! I really like the curvature of the ground, and I'm curious how you managed that. Did you just have a set of vertices specifying the collidable surface, and use that as a substitute for a quad-based collision method?
This was my question and response :D
Image
Post Reply