Wade Game Engine
Features
- Sprites
- Properties
- Iso Properties
- Behaviors
- Functions
Scene Properties
- Assets
- Layers
- Timeline
- Main Loops
- Settings
Main Features
Create a Blank WADE Project
Start a new WADE project from scratch. Just an empty scene and the essential project files, nothing else.
Open an Existing Local Project
Currently, there are no local projects saved on this hard drive.
Open an Example Project
Physics Platformer
Difficulty: ⭐⭐- Run, jump and climb - all powered by WADE's physics engine
Isometric Adventure
Difficulty: ⭐⭐⭐- A basic isometric game where you click to move your character and interact with objects
Breakout
Difficulty: ⭐⭐⭐⭐- A simple clone of the classic Breakout / Arkanoid games
Import a Project from a Remote URL
Remember that WADE projects contain code that ultimately runs on your machine. Only open projects from sources that you trust.
Import a Project from a ZIP File
Any file exported from WADE by selecting Download / Source Code is a valid project ZIP file.
Getting Started
What is WADE?
A Quick Introduction Video
Using The Editor
Get started with WADE and the visual editor. Create a simple Hello World application.
Adding Images
Add images and files from your hard drive or the internet into the project.
Animations
Make your object come to life by adding some animations.
Events
Learn about WADE's event system, and how to tell WADE what to do when something happens.
Timeline
A timeline is a series of events that happen at predefined moments in time.
Layers
WADE has a layering system, similar to what you'd find in image processing applications.
Tutorials
Physics Platformer
Run, jump and climb - all powered by WADE's physics engine.
Isometric Adventure
A basic isometric game where you click to move your character and interact with objects.
Breakout
A simple clone of the classic Breakout / Arkanoid games.
Simple Memory Game
Learn how to make a memory game with WADE.
Flappy Bird
Create your own HTML5 flappy bird game in just over 10 minutes from start to finish.
Hidden Object Game
Learn how to create hidden object games using WADE's integrated tools.
Space Shooter
Quick tutorial on creating old-school top-down shooters.
Match-3
Making match-3 games is simpler than you might think with WADE's built-in editor.
Scripting Tutorials
Get Started With The WADE Framework
Create a first version of a whack-a-mole through scripts.
Let's Add Behaviors
Let's create a Mole behavior using WADE's entity-component-system.