
Easy Game Maker
Create games effortlessly with Easy Game Maker's intuitive level editor, animations, sounds, and visual programming for various game genres.
Easy Game Maker - Create Game
Play game New game Import Export Engine version: v0.6.7 Change version
Easy Game Maker - Behaviours
Using an object type behaviour is a quick and easy way to add behaviour to an object type, without the need of visual scripts. For example, you can make an object move with keyboard keys, or make a …
Visual scripts - Documentation - Easy Game Maker
Visual scripts What are visual scripts? Visual scripts allow you to create your game logic visually. It's a type of visual programming that allows you to create games easily and quickly. Below you can see …
Easy Game Maker - Introduction
We try to make new engine versions compatible with older versions whenever possible. When you import a game, the engine will automatically detect if the engine version in which the game was …
Animations - Easy Game Maker
This example uses different animations for the player: moving left, moving right and idle. The animation is set using visual scripts, based on the player horizontal speed. You can control the player with …
Examples - Easy Game Maker
Examples Below you can find some examples created with EasyGameMaker. You can click on button "Edit this example" to see how it was made, and also make some changes to experiment.
Marble Race - Easy Game Maker
Create and customize your own Marble Race game using Easy Game Maker's tools and features.
Easy Game Maker - Visual script conditions
What are condition blocks? The condition block checks a logical test, and if the test succeeds (the condition evaluates to true), then it will execute the blocks inside. Otherwise the blocks inside will not …
Levels - Documentation - Easy Game Maker
Each game contain one or more levels. Each level is a "scene" and contain a set of initial objects, a background and some other attributes like gravity and electric constant.