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

platfomer

  1. S

    Legacy GM 3D-ish platformer | Particle Effects hardly show when sliding down an object?

    Been developing a "2D platformer with a 3D look" using GML script (I'm starting to get the hang of it now :D) and I've followed some YouTube tutorials to get wall-jumps working in my game. But I wanted to try and add some sort of spark when the player is sliding down a wall, ready to jump...
  2. A

    Android Tuko's Escape [Android, Free]

    Hi, I've just released my First Game. It's a platformer-runner for Android. Description Guide our friend Tuko, a cute and glutton toucan, through the mine where he accidentally fell after being shot by a poacher. He can't fly because he has a wounded wing, but inside the mine he has found a...
  3. M

    Legacy GM Platformer Help!

    Hello Game Makers, I'm planning on making a Game Boy Mega Man Game, but I'm having trouble on where to start with the coding. I've started with a solid block, a mega man idle sprite, and a room. Any Ideas how I can get the collision of solid, stepping, walking and jumping? Help will be...
  4. S

    Shooting Correctly

    I cannot for the life of me make my bullets shoot in the direction I am facing. direction = image_angle does not work and I have tried tons of different things. This is my players step event. //Get the player's input KeyRight = keyboard_check(ord("D")) KeyLeft = -keyboard_check(ord("A")) KeyJump...
  5. L

    Legacy GM Help with Platformer Inertia

    I have a piece of script/code that should add force to the player even after he has stopped pressing the button a bit like super meat boy with the amount of inertia increasing if in air.The problem is if in the air and you double tap to go right or left, it flings itself in that direction at 5x...
  6. C

    Legacy GM [Solved]Confused on how to get a jump through platform

    So I am using Shaun Spalding's platforming engine and after many tries I can't figure out how to get a jump through platform to work. I know Shaun has a tutorial on it but I don't like how it gets rid of the collision box, because I want to have enemies on top of them. If any one haves any ideas...
  7. JacPete

    Android Mage World (jump and run for free)

    greetings, today i want to introduce you to my first game made with game maker. Super Mage World is an jump and run platformer game. The game starts with episode 1 including 50 different levels and 5 different boss levels.the 50 levels are splitted in 5 worlds. also included are : double...
  8. R

    Player Knockback vs. Enemies

    I'm working on a platformer game where I'm trying to achieve a collision between the enemy and the player where the player takes damage and then is knocked backwards (in the opposite direction of his/her approach). This is my movement code; http://pastebin.com/2Eyp07XN Here is my collision...
  9. B

    Legacy GM Platformer engine using collision_ functions

    I'm having a lot of troubles with making a simple platformer engine which is flexible and has no bugs. All the tutorials I found use place_meeting or instance_place, but these function are not good for me, because I want the player to be able to detect collision with the floor while standing in...
  10. T

    Legacy GM 2D Platformer zombie that can jump and chase you

    Hello there. I have not been coding for so long, so be with me here. I wanted to make a zombie that follows the player on a 2D level. and whenever it gets close to a wall, it jumps. However the problem is that the zombie's code for gravity makes it jump rapidly because the code doesn't stop it...
  11. JacPete

    Android Super Mage World (pre-release-trailer and screenshots)

    greetings, today i want to introduce you to my first game made with game maker. it is an jump and run game. super mage world starts with episode 1 including 50 different levels and 5 different boss levels.the 50 levels are splitted in 5 worlds. also included are : double jump, walljump...
  12. H

     Magittack (name in progress)

    Magittack Idea: Magitack is an Android RPG Dungeoneering Platformer with a large point for combining magical spells AFTER you've cast them. What happens next will be revealed as I continue the game, but that is a major plot twist. Not quite the climax, though that is close at hand, as...
  13. M

    Alpha System Remnant | Sci-Fi Platformer Shooter [Devlog] [4.7.17]

    System Remnant A sci-fi action, shooter platformer with rouge-like elements and randomization. Follow an exploration droid that is trying to get home, exploring hazardous environments and defeating powerful enemies along the way. Discover altered locations, upgrade your weapon with an extensive...
  14. A

    Windows The Superfluous

    DOWNLOAD DEMO AVAILABLE ON STEAM SOON About The Game: Sci-Fi - I love reading all types of science fiction {Asimov, Niven, Heinlein, Card, Howey, Clarke, Wells, etc.} and have always tried to find away to include that genre in my games. Rogue-like - This game is more like a rogue-lite. There...
  15. M

    Android The SquaresBugs:Kyle's Berries

    Hello GMC As I long time user of GameMaker as well as a member since 2007, I am proud to release my first game in years. I worked on this game for over a year and wanted to make a fun platformer for android smartphones that play much like the classic adventure platformers of years past. With...
  16. Z

    Legacy GM Platformer engine(slopes) and how to use Applies to: Other

    I always make towers of Drag'nDrop actions to develop a good slope code.But his to hard and take to much time.How can I make an action who finds a collision free place between an specific amount of pixels? And whats mean "Applies to: other" can I use it to manipulate certain objects when...
  17. O

    Beta SnakePit

    SnakePit Made By: Matthew Kordon (Otyugra Games) Current Version: [v_1.1.0] Download Link {4.9 MB} Link to the GameJolt page: Link Genre: Platformer, with a hint of JRPG Abstract: __"Embark through an atmospheric underrealm as a mysterious monster who collects lost souls, and talks...
  18. Kromsalovo

    Android Quick Chick

    Colorful platformer for those who want to test their skills! In this game you play as a chicken who wants to save their little chicks. 20+ levels of varying difficulty. Google Play link: https://play.google.com/store/apps/details?id=com.KromsalovoGames.QuickChick Screenshots:
  19. E

    Legacy GM Stay on a platform that moves with a path

    I have a platform that moves through a path, when the player is over and the platform moves, it doesn't follow it. I have tried adding the speed vertical and horizontal of the path to the player, but there is no variable that contains that data. if (physics_test_overlap(x, y+1, phy_rotation...
  20. C

    Legacy GM Why does object shake while jumping/falling?

    [I apologize in advance because I've already posted in this forum asking for help with every single problem I encountered. Believe me when I say I have searched through other posts/the GM Help stuff for a solution, but I'm just too dumb to figure it out] When my player object falls, the object...
Top