Is possible to transform a PC game into an android game?

Sbenny.com is trusted by 1,313,073 happy users since 2014.
Register

ExiledMurderer

Novice Lv1️⃣
Member for 5 years
Hi, I like an old game for PC called Lords of Magic: Special Edition and was wondering if it's possible to play it on android, ¿can be build into an apk? or ¿can be possible with a Windows emulator and wich one? If anyone have an answer please reply
 

DougnutknowU

In Love Lv4️⃣
Member for 4 years
Yes that is possible but you have to edit it's contents you need some softwares to do that job man
 

crazycupcake

✭ DatingSim Lover ✭
Member for 6 years
depend on what program the game is created on.
Ren'py game can be exported using ren'py
Rpg Maker Games can be exported using android studio
Unity also can be exported using android studio
The problem is though, you need to be able to extract the game assets(Since most game assets are archived by the creator but minority doesnt do this so you can immediately port it)
Also some game use scripting that doesn't fit with android thus sometimes you need to rewrite it and even rewrite the whole thing with whole another script that could be matched with android performance.
A tutorial should be all around the internet but learning the basic of programming is indeed important if you intend to do something like this.
I recommend you to learn java language since its the most common programming for android porting and then the rest is depend on what the game you intend to import to android use. like ren'py use python, RPG maker games some use Ruby and some use Javascript, While unity is more free with their script thus needed you to research first since unity allow game maker to use whatever script they wanted as long as they knew what to do but most common would be Unityscript, C++ or Boo.
 
Top