Using HUD techniques to create a 2D game

I’m trying to figure out how to create a 2D game using jMonkey engine.



So, I’ve got the HUD stuff, which I think I can use for this purpose… Then I’ve found this tutorial:



https://wiki.jmonkeyengine.org/legacy/doku.php/jme2:our_first_hud_example



The problem is that JME 3 Alpha 4 does not have these classes:



com.jme.app.SimpleGame

com.jme3.renderer.ColorRGBA

com.jme3.scene.state.LightState;

com.jme3.scene.state.MaterialState;




And I can’t run the tutorial to understand how it works…



How can I run this test? Only using JME’s older versions?



And… Am I on the right way trying to start developing a 2D game with HUD related code?



Wonder how Mad Skills Motocross was developed… :slight_smile:



Thanks!