Author Topic: Check out my game design final. (Super Monkey Ball-esque game)  (Read 2155 times)

Offline Jules

  • *
  • Posts: 171
  • Rep: 2
    • View Profile
    • Awards
http://mywebspace.quinnipiac.edu/jlpapasian/gdd200/Final.html

It's in a Unity web player, so FireFox works best.

My main goal was to create a level generator, which I succeeded at.
It's decently difficult but a few of the obstacles are more focused on fun. Let yourself get squished! it's a neat effect.

It's not complete, especially the audio, but I don't foresee myself putting too much more time into it.

WSAD or Arrow keys - movement
Space - Jump
Q/E - Camera rotation (90 degree increments)

The menus need to be clicked. In retrospect, I would have made them keyboard accessible.

Let me know what you guys think.
Comments? Criticism? Whatever.


Here are a few gifs and pics (old builds) I had lying around that might entice you to give it a try.




(The slide sticking has been mostly fixed)




Offline Naryar

  • Posts: 23283
  • Rep: 21
  • hybrids oui oui
    • http://www.youtube.com/us
  • Awards BOTM Winner
    • View Profile
    • Awards
  • Skype: TheMightyNaryar
Re: Check out my game design final. (Super Monkey Ball-esque game)
« Reply #1 on: May 12, 2016, 02:57:43 PM »
That's some insane friction there...

Impressive, still. So it generates levels entirely ?

Offline Jules

  • *
  • Posts: 171
  • Rep: 2
    • View Profile
    • Awards
Re: Check out my game design final. (Super Monkey Ball-esque game)
« Reply #2 on: May 12, 2016, 03:11:22 PM »
Friction?
What do you mean?

It randomly grabs from a pool of obstacles and places them together properly. So far only linearly (Meaning there aren't any forks, dead ends, or anything like that)

Offline Naryar

  • Posts: 23283
  • Rep: 21
  • hybrids oui oui
    • http://www.youtube.com/us
  • Awards BOTM Winner
    • View Profile
    • Awards
  • Skype: TheMightyNaryar
Re: Check out my game design final. (Super Monkey Ball-esque game)
« Reply #3 on: May 13, 2016, 03:05:24 AM »
Friction?
What do you mean?

It randomly grabs from a pool of obstacles and places them together properly. So far only linearly (Meaning there aren't any forks, dead ends, or anything like that)

The ball stops really quickly when it touches the ground, compared to it's visible kinetic energy.

Offline Jules

  • *
  • Posts: 171
  • Rep: 2
    • View Profile
    • Awards
Re: Check out my game design final. (Super Monkey Ball-esque game)
« Reply #4 on: May 13, 2016, 09:02:41 AM »
Ahhh, yeah. Hard to get the 'feel' of the ball and the controls just right.