I wonder if there will be a version for android soon, cause i think it would be a great game on my phone. Is it only me that think so?



Which language is used to make clonk? c? If I know I'll search for a compatible compiler. Any important things I should keep in mind?

> why developer, searching a compiler should be enough, right?
If you encounter just the slightest problem, no one will be able to help you :) Porting software to another system is more than just finding a compiler.
In addition, I doubt anyone from the team has a PS Vita to test your compiled version.
But of course, feel free to go. The Language is C++
> Porting software to another system is more than just finding a compiler.
It's in fact much more than that. You need to not only have a (cross-)compiler available but also all the dependencies to build Clonk, an emulator (and/or device) to test. And then, after you spent a few days (being optimistic here) to get it running (and assuming the device is capable of running it at an acceptable speed), you need to make the whole thing enjoyable. This includes redesigning menus and the GUI for smaller screens and adjusting controls, for example.
Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill