Tagged Questions
3
votes
2answers
128 views
Best way to distribute graphics, audio and levels with an SDL game?
I'm working on finishing up a game written in C++ with SDL I've been working on for awhile, and I'm starting to ponder how I'm going to distribute it. It has hundreds of images that are loaded and ...