Best way to distribute graphics, audio and levels with an SDL game?
- by Kristopher
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 used throughout the game, as well as a couple dozen .wav files for audio effects.
What is the best way to distribute these? Should I just include the…