Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.01 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.01 KB

cube13h

Description

cube13h is a simple 3D graphics demonstration program written in Turbo C++ and x86 assembly for PC DOS. It demonstrates basic graphics programming techniques to render and animate a 3D cube on the screen, in mode 13h (320x200) colors.

cube13h

Prerequisites

  • Turbo C++ (>= 3.0)
  • Turbo Assembler (>= 3.2)
  • DOSBox or a real DOS computer

Usage

  1. Download or clone the cube13h repository to your local machine.
  2. Open a DOS terminal or DOS emulator such as DOSBox.
  3. Navigate to the directory containing the cube13h executable.
  4. Run the cube13h executable by typing cube13h and pressing Enter.

Controls

  • Press the ESC key to exit the application.

Building from Source

If you want to build cube13h from source, you'll need Turbo C++ and the related build tools.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Credits

Developed by M. Sami Gürpınar