C
C
Cetrar2015-10-05 18:51:27
Java
Cetrar, 2015-10-05 18:51:27

Is it difficult to create a game in pure Java?

Good day. The question arose, is it difficult to write games in pure Java without using third-party libraries? And what are the challenges you might face?
Didn't find an answer on google. Thanks in advance!

Answer the question

In order to leave comments, you need to log in

6 answer(s)
G
GavriKos, 2015-10-05
@GavriKos

See what games.
Text quests - already running. The MMO server is real. But TOTALLY without libraries and with normal graphics - it's complicated.
And so, if at least with openGL - look at minecraft ;-)

B
Beholder, 2015-10-06
@Beholder

JavaFX 8 has support for simple 3D graphics. So if the requirements are not high, then you can do without links with OpenGL. Well, if you need only 2D - then you can not doubt it at all.

M
Mikhail Osher, 2015-10-05
@miraage

If you write yourself opengl/etc - yes.

O
OnYourLips, 2015-10-05
@OnYourLips

Face the lack of game engines.
And you have to write it yourself.
And this is at least tens of thousands of dollars of extra costs.

R
Riard Brugekaaim, 2015-10-06
@OLDRihard

Well, there is an article on Habré about writing a software renderer.
And so is libGDX. I would not say that a complex structure

V
Vladimir Kolosov, 2015-12-24
@magic2k

Of course it is possible.
import javax.imageio.ImageIO;
import javax.swing.*;
import java.awt.*;
import java.awt.image.BufferedImage;
and forward.
But why? If the goal is to gain experience - then ok.
If the goal is to get the game, it's better to take the engine.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question