A 2D game made using the discontinued Borland Turbo C++ compiler
These C++98 programs will help you understand various aspects of programming and nuances of programming.
You may have MS-DOS installed on bare metal or in VirtualBox. It may not work under Windows systems.
- Install MS-DOS under VirtualBox. See: How to Install DOS 6.22 Under VirtualBox
- Copy source files to MS-DOS guest. You should first create a virtual floppy disk and insert it into VirtualBox. See: Using MagicISO to create floppy disk image
- Install Borland C++ 3.1 in MS-DOS. See: Downloading Borland C++ 3.1
The Truck Rally is an endless running game developed in C++98 using the Graphic Library.
- Features
- Simulates 2D effects from scratch.
- The difficulty of the game would increase for completion of every 1000 points.
- Has an intro sound :)
- Saves the Player name and High Score in a file.
The Complete Report for this project can be found here
- Krishna Alagiri - KrishnaAlagiri
Public so feel free to use it.