If a game is to be published onto a few platforms like Kongregate, Android, HTML. Then should a copy of the project be made for each platform's specific features? When exporting will the compiler remove this code?
Develop games in your browser. Powerful, performant & highly capable.
it really depends on how much you need to change. What i do is put platform specific code in groups and say i need a windows build i delete the android group and vice versa. Anything you can access by the Project window is included on export even if not used