EasyGameMaker documentation
  • Getting Started
  • Tutorials
    • Creating your first platformer game
    • Creating a top down shooter game
  • Video Tutorials
    • YouTube channel
  • Introduction
    • Levels
      • Initial objects
      • Buttons
      • Level variables
    • Object types
    • Texts
    • Global variables
    • Events
    • Export
    • Save online
  • Event actions
    • Go to level
    • Go to previous level
    • Go to next level
    • Add to score
    • Set score
    • Shoot object
    • Remove object
    • Create custom object
  • Event Conditions
  • Event Loops
Powered by GitBook
On this page
  • Create an object type for the player
  • Create an object type for the platforms

Was this helpful?

  1. Tutorials

Creating your first platformer game

In this tutorial you will learn to create a simple platform game.

Create an object type for the player

Create an object type for the player.

Create an object type for the platforms

Now, let's create an object type for the platforms.

PreviousTutorialsNextCreating a top down shooter game

Last updated 4 years ago

Was this helpful?