Short answer; no.
Long answer; theoretically it could if it weren't so poorly optimized and the UI wasn't a hot mess.
Just asking but is it possible to play it on android don't own a pc as of yet
as a hacker/developer.
Short answer to a normal user with a normal iphone/android phone: FUCK NO
Long answer for power users with possibly rooted android phone (and possibly jailbroken iphones).
Theoretically, yes, but you will need a powerful phone with a lot of ram and possibly something like ubuntu running in a chroot on your phone.
First you need to get termux and install it and then install the jre and all its needed dependencies. Then install the x11 extension for termux.
Then pound your head agenst the wall as you run something like the below, and slowly fix the errors by installing the correct stuff.
Code:
java --module-path $MAVEN_REPOSITORY$/org/openjfx/javafx-base/11/javafx-base-11-linux.jar:$MAVEN_REPOSITORY$/org/openjfx/javafx-base/11/javafx-base-11.jar:$MAVEN_REPOSITORY$/org/openjfx/javafx-controls/11/javafx-controls-11-linux.jar:$MAVEN_REPOSITORY$/org/openjfx/javafx-controls/11/javafx-controls-11.jar:$MAVEN_REPOSITORY$/org/openjfx/javafx-fxml/11/javafx-fxml-11-linux.jar:$MAVEN_REPOSITORY$/org/openjfx/javafx-fxml/11/javafx-fxml-11.jar:$MAVEN_REPOSITORY$/org/openjfx/javafx-graphics/11/javafx-graphics-11-linux.jar:$MAVEN_REPOSITORY$/org/openjfx/javafx-graphics/11/javafx-graphics-11.jar:$MAVEN_REPOSITORY$/org/openjfx/javafx-media/11/javafx-media-11-linux.jar:$MAVEN_REPOSITORY$/org/openjfx/javafx-media/11/javafx-media-11.jar:$MAVEN_REPOSITORY$/org/openjfx/javafx-web/11/javafx-web-11-linux.jar:$MAVEN_REPOSITORY$/org/openjfx/javafx-web/11/javafx-web-11.jar --add-modules javafx.base,javafx.controls,javafx.fxml,javafx.graphics,javafx.media,javafx.web -jar LT.jar
Eventually you may succeed, and the game will reach the intro scene, only to eat enough ram to cause your phone to crash. Or you will run into a possibly unfixable nashorn error. (its unfixable because I do not know if they produced the nashorn dependencies for arm).
Alternative method:
Install a virtual machine that will allow you to run Windows 10 on your phone (and i do mean ON YOUR PHONE).
Then go through the whole vm setup process.
Then install the required jre inside the vm.
Finally, insert the Windows version of the game and double tap the LT.exe and pray to a god of your choice that your phone doesnt burn down in flames.
Finalization of both methods:
Stream or setup a landscape screenshare of your phone to something like a monitor or tv.
Find/buy a mouse and keyboard pair that can connect to your phone via bluetooth or some insane wired setup.
Now you can play the game almost as well as if you were playing it on pc.
Fun sidenote: you are more likely to get the game running on your steamdeck than on your phone.