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!

6th Jun 2018, 5:18 PM
Connor Brush
Connor Brush - avatar
4 Respuestas
+ 4
I think it's only possible for web here (HTML5,CSS,JS)
6th Jun 2018, 5:30 PM
Owenizedd
Owenizedd - avatar
+ 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!
6th Jun 2018, 6:29 PM
Fata1 Err0r
Fata1 Err0r - avatar
+ 1
In sololearn you can only create console applications and websites.
6th Jun 2018, 5:44 PM
ReimarPB
ReimarPB - avatar
+ 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.
6th Jun 2018, 6:33 PM
BlazingMagpie
BlazingMagpie - avatar