0
Java Game Development on SoloLearn
Is there a way to create a legitimate game with Java on here? The only projects I see using Java are those that take in values and print values. Is it possible to create a frame and/or canvas on SoloLearn’s playground? Help is appreciated. Thanks!
4 Respuestas
+ 4
I think it's only possible for web here (HTML5,CSS,JS)
+ 2
The others already answered you accurately. Here is some additional resources that you may find of use in your Java game development learning.
http://jmonkeyengine.org/
https://www.lwjgl.org/
https://libgdx.badlogicgames.com/
^Three really good Java game engines. Lot of support and documentation for each. If you're interested in game development with Java, I'd start with those and go from there.
Best of luck!
+ 1
In sololearn you can only create console applications and websites.
+ 1
Nope, SL is pretty basic, it doesn't even autocomple method names frim more advanced Java packages. Web codes only work because you only need to simulate a browser window.