Angry Birds Space thread

LumpAppsLumpApps Member Posts: 2,881
edited March 2012 in Miscellaneous
Hi there,

Angry Birds Space.
Just downloaded it and starting it now.

I can only say YIPPIE! so far.
The way the gravity works is awesome.

Lets share thoughts about gameplay and techniques used!

Comments

  • Braydon_SFXBraydon_SFX Member, Sous Chef, Bowlboy Sidekick Posts: 9,273
    I despise Angry Birds. :P
  • LumpAppsLumpApps Member Posts: 2,881
    Me too.
    Have you seen the downloads after 1 day? Incredible. With only 10 percent of that I could build games for a couple of years.
    I have been playing with it for a while and must say it has some flaws but it is worked out very good.
    The gravity system is something I would like to try in GS.
  • lebiscuitlebiscuit Member, PRO Posts: 220
    yep its pretty cool
  • scitunesscitunes Member, Sous Chef Posts: 4,047
    I think if you know the x and y of the planet you could just use accelerate toward. I would create a boolean attribute (self in the bird) called self.InTheAtmosphere. When true I would use the acclerate towards and put the planets x and Y. Then I would have a separate actor for the atmosphere. In the bird I would have a rule that says when overlaps with atmosphere change self.InTheAtmosphere to 1. I think if you play with the amount of acceleration it should work.
  • LumpAppsLumpApps Member Posts: 2,881
    I think there is more needed when there are 2 or more planets and the atmospheres overlap.
    Perhaps the magnitude (the one in GS ;) ) to the planet can be used to determain the amount of acceleration toward a planet, but when there are more planets there is a problem. Perhaps subtracting the vector to angle can be used to determain the direction of the acceleration??
  • scitunesscitunes Member, Sous Chef Posts: 4,047
    Oh yeah, multiple planets. Well you could use my method but you would need to double it in a since (self.InAtmosphere1 and self.InAtmosphere2). This same thing should work though because you can have two accelerations at the same time. You could use magnitude in the spot where you set the amount of acceleration. So if you overlap with both atmospheres, both booleans get triggered and both accelerations happen. The stronger one (based on magnitude if you do it that way) will win.
  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922
    Can anyone believe I've never played Angry Birds...LOL
  • LumpAppsLumpApps Member Posts: 2,881
    @FryingBaconStudios
    My Son player it a lot when we where on holiday. That got me playing it ;)

    @scitunes ah, I am learning something here. Never new you can have 2 accelerations at the same time. I will have to try that. Thanks.
Sign In or Register to comment.