Convert Android (Mobile) game to play on PC?

I’m looking to convert an android game to play on PC. While this game is fun on android, I have the source, and I believe it would play a lot better with a keyboard and mouse.

I’ve seen topic after topic on how to convert a pc game into an android game, but I haven’t seen anything on how to convert an android game to work on PC.

Yes, that’s possible and I’ll even say it’s simple, unless the game relies on controls that are best on touch (such as gestures or swiping) or need an accelerometer (Input.Acceleration).

If you have the source for the project, you can just open it, then go to Build Settings and change the build platform to PC.