Creating Assets

PCX Images

Use GrafX2 the DOS pixel art editor (Windows/Linux/Mac):

  1. Draw with 256 colors (any resolution supported)

  2. Save as PCX format (RLE-compressed)

    • Common sizes: 320×200 (full screen), 32×32 (sprites), 16×16 (tiles)

VOC Sound Effects

Use Audacity (Windows/Linux/Mac):

  1. Import audio (WAV, MP3, etc.)

  2. Tracks → Mix → Mix Stereo Down to Mono

  3. Tracks → Resample → 11025 Hz (or 22050 Hz)

  4. File → Export → Export Audio

    • Format: “Other uncompressed files”

    • Header: “VOC (Creative Labs)”

    • Encoding: “Unsigned 8-bit PCM”

HSC Music

Use one of the following:

  1. Adlib Tracker II - More modern approach (Windows/Linux)

  2. HSC-tracker - The original HSC tracker (only DOS)

TMX tilemaps

Use Tiled a full-featured level editor (Windows/Linux/Mac). See the restrictions at the tilemap documentation.