2d games created with jme

Hi,
Did anybody create 2d games with jme? Have any results?
I used libgdx but it’s not an engine. Something in me don’t like its approach :slight_smile:
Now, I have to choose between pure lwjgl or jme…
Any finished 2d projects with jme? Any advices for 2d tile (maybe isometric) games?

Hey @kles4enko,

you can look at the tonegodGUI.

Here are some examples:

http://hub.jmonkeyengine.org/forum/topic/2d-framework-tutorials/

@Snowsun92 said: Hey @kles4enko,

you can look at the tonegodGUI.

Here are some examples:

http://hub.jmonkeyengine.org/forum/topic/2d-framework-tutorials/


Thank you! But it seems not useful for game.

Hi,

Yes you can.

A tuto (arcade game): cross-platform-vector-shooter-jmonkeyengine

A board game (for android) : Seizon

For the UI the choice depends of your target platform, and taste.

@david.bernard.31 said: Hi,

Yes you can.

A tuto (arcade game): cross-platform-vector-shooter-jmonkeyengine

A board game (for android) : Seizon

For the UI the choice depends of your target platform, and taste.

Great! Thanks!

Yep, I did a 2D arcade game. Using quads in the 3d world with a parallel projection.

@RatKod said: Yep, I did a 2D arcade game. Using quads in the 3d world with a parallel projection.
Nice game! Thank you!