🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

How to export game

Started by
0 comments, last by Div's 6 years, 12 months ago

I'm making a game engine (drag and drop style). Now i want that when the user of my engine completes his level/game design, he should be able to export it as a seperate executable file with separate assets. Means he no longer has to run the whole engine to play the game he created.

The main question is how can my engine export separate executable file with separate assets.

I'm programming on windows with codeblocks in c++ and allegro 5.2.0 library. Any suggestion accepted. Thank you all. 

This topic is closed to new replies.

Advertisement