Skip to content

Releases: rohingosling/VectorBalls

Vector Balls v1.1

24 Jun 19:28

Choose a tag to compare

Vector Balls v1.1 — a 386/486 DOS graphics demo (VGA Mode 13h, 320×200, 256 colours) featuring 3D vector balls, smooth keyframe morphing, a 4000-star 3D starfield, and palette-controlled fade-in / fade-out. Written in C and TASM assembly with Borland Turbo C++ 3.1; originally released 1992-01-05.

Running

  1. Download BALLS.EXE and sprites.dat below and place them in the same folder.
  2. Run BALLS in DOSBox (or any DOS environment supporting Mode 13h VGA).
  3. Press ESC to exit (the screen fades out before returning to DOS).

sprites.dat must sit beside BALLS.EXE — the program loads it from the current directory at startup and will not run without it.

See the README for features, technical details, and build-from-source instructions.