• 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!

curiosity

  1. flyinian

    How to program for a reaction per specific value?

    Example: if (value1 = 0.001) { value2 += 1; }; How would I make value2 increase by 1 for every 0.001 of value1? value1 = 0.001 value2 = 1 value1 = 0.002 value2 = 2 value1 = 0.003 value2 = 3
  2. N

    Favorite Arcade Games?

    Hello. My name is Nuss and I love old arcade games and I want to be able to create games that call back to the days where Coin-Op arcades were big. I was curious to know what your favorite arcade game might be! It can be new or it can be as old as pong! My favorite arcade games are Sunset...
  3. J

    Hours of Hardwork Marketing

    Not sure if this is the right place... But how do you guys market your game? After spending hours working on a game you'd hope of people to be playing it and giving you constructive criticism, maybe a couple of compliments like "This is a FUN game!" to keep you going. What if no one cares? Maybe...
  4. A

    GML Multiplayer Game with database

    Hello. I was wondering how can i do a multiplayer game with GameMaker, if i can't connect an sql database. I did already programmed in GML, but my principal languages are PHP,JAVA,C,MySQL,Pascal,JS... i can't imagine a game without database, how it is possible to make the querys to search if...
  5. C

    GameMaker Why start at 0?

    Not sure if this is the right forum for this, but... I haven't had an issue with the whole starting at integer '0' until creating sprite resources within GMS2. I'll show my hiccup here: I can totally work around this, but I'm wondering why is this a thing? what purpose does it serve? And on...
Top