Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bearlike/the-truck-rally-game
A 2D game made using the discontinued Borland Turbo C++ compiler during my class 12th
https://github.com/bearlike/the-truck-rally-game
cpp98 game turbocpp
Last synced: 27 days ago
JSON representation
A 2D game made using the discontinued Borland Turbo C++ compiler during my class 12th
- Host: GitHub
- URL: https://github.com/bearlike/the-truck-rally-game
- Owner: bearlike
- Created: 2019-03-05T18:14:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-17T11:51:16.000Z (about 3 years ago)
- Last Synced: 2024-10-12T16:01:40.327Z (27 days ago)
- Topics: cpp98, game, turbocpp
- Language: C++
- Homepage:
- Size: 1.49 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The-Truck-Rally-Game
A 2D game made using the discontinued Borland Turbo C++ compiler
## Getting Started
These C++98 programs will help you understand various aspects of programming and nuances of programming.### Prerequisites
You may have MS-DOS installed on bare metal or in VirtualBox. It may not work under Windows systems.### Setup Environment
* Install MS-DOS under VirtualBox.
See: [How to Install DOS 6.22 Under VirtualBox](http://www.instructables.com/id/How-To-Install-DOS-622-Under-VirtualBox/?ALLSTEPS)
* 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](http://www.magiciso.com/tutorials/miso-createfloppyimage.htm)
* Install Borland C++ 3.1 in MS-DOS.
See: [Downloading Borland C++ 3.1](https://winworldpc.com/download/49068656-18DA-11E4-99E5-7054D21A8599)## Descriptions
### `Game` The Truck Rally
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](https://github.com/KrishnaAlagiri/The-Truck-Rally-Game/blob/master/docs/Report.pdf
)## Screenshots
## Authors
* **Krishna Alagiri** - [KrishnaAlagiri](https://github.com/KrishnaAlagiri)## License
**Public** so feel free to use it.