Page 1 of 1
Factorio for smart phones/tablets? Mobile? Sync sav
Posted: Thu May 08, 2014 8:36 pm
by yong zhong
Okay, so I'm just wondering whether factorio could be developed for smart phones and stuff like that? I know the game is only in alpha but maybe there could be a mobile development team to make the game mobile. I think this game might be quite simple to make for mobile considering the fact of the controls being quite touch screen friendly (dragging, pinch to zoom, maybe a joystick to control where you shoot) and also it would be quite cool to have this as a mobile game since it's fantastic as a game!
Re: Factorio for smart phones/tablets?
Posted: Thu May 08, 2014 10:09 pm
by Trucario
yong zhong wrote:Okay, so I'm just wondering whether factorio could be developed for smart phones and stuff like that? I know the game is only in alpha but maybe there could be a mobile development team to make the game mobile. I think this game might be quite simple to make for mobile considering the fact of the controls being quite touch screen friendly (dragging, pinch to zoom, maybe a joystick to control where you shoot) and also it would be quite cool to have this as a mobile game since it's fantastic as a game!
The game is actually a CPU/GPU eater... I think that is a little bit complicated...
Re: Factorio for smart phones/tablets?
Posted: Fri May 09, 2014 1:37 am
by Linkjax
I would personally love for that to happen. Eventually of course. It is certainly a CPU/GPU eater at the moment, and a lot of optimization will no doubt be required, but as far as priorities go, making the full game first would take precedence. Minecraft is a good example of this.
Re: Factorio for smart phones/tablets?
Posted: Sun May 11, 2014 10:39 am
by slpwnd
This might happen but not before 1.0. We focus on PC for now.
Mobile, save sync
Posted: Tue May 20, 2014 7:36 pm
by 17waldth
I just wanted to shoot my quick idea I though of. I thought it would be cool if you could sync a world with your account. A mobile version of Facorio would be EPIC. Combined with the snyc, while away from home you could work on your factory and when you get back it will be the same as on the mobile version. Hope something like this could happen.
Re: Factorio for smart phones/tablets? Mobile? Sync sav
Posted: Mon Nov 03, 2014 3:10 am
by kurzonmorris
For those of us who use touch screen devices i have finaly worked out how to play factorio with no keyboard and mouse.
a steam program called gesture works. it took some fiddling with settings in game but now works like a treat. i'll do a how to post soon but first i want to perfect the interface and get the VC submitted.
in the mean time if you cant work it out for yourself give me a shout and i'll point u in right dirrection
Re: Factorio for smart phones/tablets? Mobile? Sync sav
Posted: Wed Nov 05, 2014 6:41 pm
by ManselD
As a programmer myself I'm very much doubting this happening (unless the game was made in Unity - It wasn't...)
Because of all the code that would need to be ported over...
Re: Factorio for smart phones/tablets? Mobile? Sync sav
Posted: Fri Nov 07, 2014 8:00 am
by sutech
I have only one thing to say in this topic
Re: Factorio for smart phones/tablets? Mobile? Sync sav
Posted: Fri Jun 07, 2019 3:42 pm
by maciekish
ManselD wrote: ↑Wed Nov 05, 2014 6:41 pm
As a programmer myself I'm very much doubting this happening (unless the game was made in Unity - It wasn't...)
Because of all the code that would need to be ported over...
The engine (Allegro[liballeg.org]) is already cross-platform with iOS/Android support and the rest of the game is made in c++ which is also supported on iOS. Surely it would still require lots of work but the groundwork is kind of already there.
Re: Factorio for smart phones/tablets? Mobile? Sync sav
Posted: Fri Jun 07, 2019 9:38 pm
by Rseding91
maciekish wrote: ↑Fri Jun 07, 2019 3:42 pm
ManselD wrote: ↑Wed Nov 05, 2014 6:41 pm
As a programmer myself I'm very much doubting this happening (unless the game was made in Unity - It wasn't...)
Because of all the code that would need to be ported over...
The engine (Allegro[liballeg.org]) is already cross-platform with iOS/Android support and the rest of the game is made in c++ which is also supported on iOS. Surely it would still require lots of work but the groundwork is kind of already there.
The engine is all our code. All allegro does is play sound at this point.