What is the best java RPG (Role Playing Game) engine for an experienced programmer? [closed]

I am looking into building a smallish Java rpg. I haven't found any good examples of a RPG engine that would be the most powerful yet most stable for an experienced Java programmer.

Any and all types. I just want to learn as much as possible about what is out there.

2d, 3d, or Isometric

Thanks in advance everyone.


Asked by: Audrey897 | Posted: 23-01-2022






Answer 1

I don't know if you're thinking 2d or 3d, but I played around with jMonkeyEngine a little a while back and found it pretty solid.

Answered by: Oliver898 | Posted: 24-02-2022



Similar questions

eclipse - What are the main things that an experienced Java SWT programmer should be aware of when moving to Swing?

What are the major differences which may be encountered? Any major differences in application design? Threading models? The way you go about constructing GUIs? Any features of SWT which aren't available in Swing?


Java OOP pattern question, how would an experienced programmer approach this type of complexity?

I have a set of auto-generated java classes. The generated classes are each are named like: MappingOneToTwo MappingOnetoThree MappingThreeToOne ... etc I have a considerable amount of them, and they are subject to changing in the following ways. New Mappings will be created Old Mappings might be eliminated Mapping Implementation mig...


can i swich from experienced C++ developer to a java application developer?


Java book for experienced programmers (PHP)

I searched on few questions earlier asked here but my context is not matching exactly to them. I am working on LAMP from past few years. I recently learnt Java SL-314 Syllabus thinking my knowledge in PHP and other PLUS some knowledge in core Java from Oracle website can be helpful. I saw Java document is very poor compared to PHP. In PHP, one can get everything basic from the php.net site itself. For a simple thing like ...


Does any one have experienced with Java SWT browser component what do you think?

Hi i need to use embed browse , found this swt wrapper , what do you think? can i use it as my browser control does any one have experienced with it ? it need to support MAC and Linux laso...


Anyone experienced in real-time Java on embedded systems?


eclipse - What are the main things that an experienced Java SWT programmer should be aware of when moving to Swing?

What are the major differences which may be encountered? Any major differences in application design? Threading models? The way you go about constructing GUIs? Any features of SWT which aren't available in Swing?


java - I'm not that experienced with ArrayLists, I need some basic functions for it

I have a 2D ArrayList List<List<String>> transitionTable = new ArrayList<List<String>>() If I'm correct, adding "rows" to this would be (correct me if I'm wrong) transitionTable.add(new ArrayList<String>()) How would I go about adding the equivalent of a column? Use a for loop something like this?: for (int i =...


java - I am not very experienced and am trying to handle collisions in my hash table. However

I am not very experienced and am trying to handle collisions in my hash table. However, it just skips over it and doesn't write it at all. I figured the while loop with the conditional if would take care of it... I have been playing around with it for a while now and feel like I am mixing everything up or losing my mind. File file = new File("info.txt"); try (BufferedReader br = new BufferedReader(...


out of memory - Is it possible to monitor a Java process that experienced an OOM error?

I have a java process running as a windows service using a jsl. For some reason it experienced an outofmemory error. The process is still running and I wonder, before I stopping the service, if there is a way to analyze why the OOM occurred? Thanks in advance. Guy


java - Unknown mapping is experienced when running webapp

I am trying to map my first login page using controller in spring maven on eclipse. I mapped '/login' to login.jsp file in my WEB-INF/jsp folder. But on calling the url localhost:8080/Project/login it is giving 404 error with this message: /Project/WEB-INF/jsp/hello.jsp Rendering view [org.springframework.web.servlet.view.InternalResourceView: name 'hello'; URL [/WEB-INF/jsp/hello.jsp]] in Dispat...


garbage collection - How can a java program find itself has experienced a long GC pause?

I am writing a program that can have long GC pauses, however the SLA said I shouldn't have too many of them. And it needs to report if it finds any. How can I make it monitor itself? I don't want to parse GC logs. JMX exposes LastGcInfo, but I don't know when to query it.






Still can't find your answer? Check out these amazing Java communities for help...



Java Reddit Community | Java Help Reddit Community | Dev.to Java Community | Java Discord | Java Programmers (Facebook) | Java developers (Facebook)



top