• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

flappy bird

  1. JJampion

    GML smooth jump physics like flappy bird

    i have a create event dead = 0; faceing = 0; flap_speed = 2; a step event if (image_angle > faceing) { image_angle -= flap_speed; } else if (image_angle < faceing) { image_angle += flap_speed; } a alarm event faceing = -90; and a globle left pressed event if (gravity == 0) {...
  2. yvodlyn

    Android Icy Bird

    FIRST TEXT BEFORE CHRISTMAS: Hi everyone! Tomorrow, it's Chrismas! However, we have a huge problem! CHRISMAS NEEDS YOU!!!! On Christmas Eve Father Grinch stole all the Christmas presents. Your mission is to collect all the Christmas presents. Play as Icy Bird And save Christmas! Thanks to your...
  3. Berker UCAR

    Android Flappy Nerd

    Another "Flappy Bird" clone made in half an hour. I made it for my personal challange so please don't judge me for cloning :) Game Description: Try to pass as many obstacles as possible to make the highest score. Tap to screen to fly your bird. If you interested you can try it from: Google...
  4. D

    HOW TO MAKE AN OBJECT SPAWN IN BETWEEN 2 OTHER OBJECTS IF THEIR COORDINATES ARE CHANGING

    Hello people. I'm facing a huge problem due to a lack of GML knowledge. So, I want to ask for your help. I am currently developing a Flappy Bird clone, and I want coins to spawn exactly between the two pipes. The coordinates of the pipes are changing. HOW TO MAKE THE COIN ALWAYS SPAWN HALFWAY IN...
  5. B

    Windows SpaceBirb

    Hi! Noobie here! This is the first game I have ever *actually* completed. Gameplay: It's very simple, just a clone of Flappy Bird but *drum roll* ... it's in space! Incredible! Here's a video of the game in action: You can download the executable here...
  6. Still57

    Released Diver Bird - My first game with GameMaker

    This was my first game in GameMaker that I made to 2 years ago Title: Diver Bird - Flap Those Wings Platforms: iOS, Android, Windows Phone Description Dive through all the big scary red birds to get to candies and gems. Remember: You move faster while diving than flying upwards. Compete...
  7. silengames

    Free Dashy Dashers (New Flappy Bird Killer)

    Game Name: Dashy Dashers Developer: SilenGames Publisher: Appsolute Games Release Date: October 5 2017 Engine: GameMaker Studio 1.4 Ads: HeyZap Mediation Ads Website: http://silen.games AppStore link: https://itunes.apple.com/us/app/dashy-dashers/id1256998242?mt=8 Google Play link: coming...
  8. zbox

    Android Crappy Bird

    https://play.google.com/store/apps/details?id=com.eladstudios.CrappyBird Recently did some bug fixing and SDK Updating, never too old to make a nice new topic is it ;)? In an attempt to cash in on the success of a certain hit game based around a bird that flaps, the developers at elad studios...
  9. sercan

    Physics double jump issue.

    Hi, I have an object that jumps with mouse click. I want to use physics world to do this. when the object is on the ground with applying impulse it is ok, it works. But I want to jump again when the object is still on the air. The problem is the second jumping level is not same as the first...
Top