What languages or libraries will I need in order to write a cross-platform game?
Can I just build one game that will work on all platforms, or must I recompile for each platform?
What languages or libraries will I need in order to write a cross-platform game?
Share
C++ with a multi-platform library like SDL.