Skip to content
Night Rider edited this page Nov 27, 2024 · 8 revisions

Your first 2D game (JME3 v3.7.0 | jMe3GL2 v3.0.0)

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