Skip to content
JNightRide edited this page Dec 31, 2023 · 5 revisions

Your first 2D game

In this step-by-step tutorial series, you will create your first complete 2D game. By the end of the series, you will have a simple yet complete game of your own, like the image below.

If you know Godot, you probably know this game. Very good! If yes, you can compare these 2 engines (jMonkeyEngine3 and Godot).

JME3 is a 3D oriented engine, but with a little work we can use it in the 2D environment.

This project is an introduction to the JME3. It assumes that you have some programming experience already

Prerequisites

This step-by-step tutorial is intended for beginners who followed the complete Getting Started:

We prepared some game assets you'll need to download so we can jump straight to the code. You can download them by clicking the link below.

assets - dodge_the_creeps


Next