0
How to make games with java?
4 Antworten
+ 6
https://www.sololearn.com/discuss/761432/?ref=app
https://www.sololearn.com/discuss/620013/?ref=app
https://www.sololearn.com/discuss/448721/?ref=app
https://www.sololearn.com/discuss/1342963/?ref=app
https://www.sololearn.com/discuss/708962/?ref=app
https://www.sololearn.com/discuss/625747/?ref=app
https://www.sololearn.com/discuss/622803/?ref=app
https://www.sololearn.com/discuss/99903/?ref=app
+ 2
@PacoB
I agree with C++/C#, and I'd go with something like Unreal Engine or Unity 3D personally. However, I'm interested in why you recommend C for such a task. If you see this, educate me on why you recommend C. Thanks!
+ 1
http://jmonkeyengine.org/
https://www.lwjgl.org/
https://libgdx.badlogicgames.com/
https://litiengine.com/
^Good places to get started. Hope that helps.
+ 1
Java is not the best language to make videogames. Yes, it's possible to make videogames using third-party libraries like libgdx3d (and Minecraft is an example of how Java can be used for videogames). However, I would suggest learning other languages, like C, C++ or C# for videogame development. They are more suitable for that purpose and work great with video game engines.