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

top down game

  1. S

    Alpha Zombie Apocalypse Game

    This is 90% complete. There are only a few incomplete things and bugs, but mostly playable if you use v1.83 not v1.85. There are earlier versions too, if you feel like it. The game was created in 2011 on GameMaker 8. Enjoy...
  2. joshua:)

    GameMaker help with animation

    hello! i need help animating a character i have in a new top down game im making. im very new to top down games and i dont know how to animate it without using hsp or vsp. here are the commands i usually use in platformer games: if (!place_meeting(x,y+1,oFloor)) { sprite_index = sPlayerA...
  3. joshua:)

    SOLVED help with collisions

    hi! im working on a new project. i am used to doing platform type games but i wanted to try a top down game. right now my character moves left, right, up, and down. i have like 4 lines of code for it. here they are if (keyboard_check(ord("A"))) x = x -1; if (keyboard_check(ord("D"))) x = x +1...
  4. H

    Collision issue when using cursor to change image angle

    I am trying to make a top down shooter where my character is facing in the direction of the cursor. I coded in movement and added a collision event for the character and the wall object. However, the player is able to collide with a wall then face the character in a way that its hitbox...
  5. Moon Goat

    Asset - Demo Don't Starve pseudo-3D engine

    Available on the YoYo Games Marketplace. Requires GameMaker Studio 2 v2.3 and up. Have you ever wanted to create a game that looked like Don't Starve, with all it's pseudo-3D goodness? Well now you can! The Don't Starve pseudo 3D engine will give you everything you need to get started on...
  6. E

    GameMaker Animation when not moving top down game

    Hi in my game I want an animtion when the characters is not moving but I don't find any tutorial for this.
Top