SimonN / LixD

Lix: Lemmings-like game with puzzles, editor, multiplayer
https://www.lixgame.com
133 stars 17 forks source link

request: android version #485

Open ghost opened 8 months ago

ghost commented 8 months ago

Hi

I would love to have android version. (For tablet) Is that possible maybe?

SimonN commented 7 months ago

No plans for tablet Lix or phone Lix. It's possible, but it would be a lot of work in several different areas of the program.

The biggest issue is the infinite mouse control, you'll have to replace that with finite dragging. You'll have to add zoom UI by two-finger pinching. And some parts of the hand-rolled UI should spawn the tablet's builtin screen keyboard. See issue #225: Add Support for Touch Devices.