M
M
MDtox2018-03-26 14:18:39
Android
MDtox, 2018-03-26 14:18:39

Is it possible to port the game to android without using any libraries and engines?

If you write, for example, an ASCII game without game libraries and engines, is it possible to port them to Android in the Play Store?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
sidny_vicious, 2018-03-27
@sidny_vicious

There are two types of applications:
1. They do not use additional devices (camera, gyroscope, etc.)
2. They use smartphone resources
The first option can be ported without much difficulty, but you will need to add all the necessary information: permissions, application data. Make sure that it meets the standards and requirements of the PlayStore. You will also need to rebuild it for the device, or convert the jar file to apk.
The second option is more difficult, since in most cases it will be necessary to rewrite the interaction with the device hardware using drivers, etc.
The main question is whether it is worth porting the game in this way. Sometimes it's enough just to transfer the logic of the game and develop from scratch.

R
RabraBabr, 2018-03-27
@RabraBabr

Weird question. Are there sources? If there are sources, then obviously it is possible if the resources allow.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question