+ 10

Can we create games through java (in solo learn ) ????

9th Nov 2017, 6:31 PM
Neelarghya Kundu
Neelarghya Kundu - avatar
3 Réponses
+ 6
thanks for your replies
10th Nov 2017, 5:46 PM
Neelarghya Kundu
Neelarghya Kundu - avatar
+ 4
SoloLearn's API doesn't support graphics in all languages except (WEB) so in order to make games with Java then you should use an IDE (integrated development environment) which is basically a text editor with plenty of functionality and it some times comes with a compiler as well. 1) Eclipse for Java 2) Intellij IDEA 3) Netbeans. There are plenty but I recommend Eclipse or Intellij IDEA. With them you can create GUI, Graphics and a lot more through writing Java codes. Another option is a game engine. like libgdx which you can use with eclipse or alone but either way, These are just my thoughts on them. To get the best results and knowledge, do your RESEARCH.
9th Nov 2017, 7:06 PM
Anas Abdelkarim
Anas Abdelkarim - avatar
+ 2
For students and teachers you can get Jetbrains Products for free, including Intellij IDEA Ultimate. Intellij Idea Standard Version is for free. https://www.sololearn.com/discuss/646000/?ref=app
9th Nov 2017, 8:51 PM
Jonas Schröter
Jonas Schröter - avatar