Skip to content

A simple car racing game built using the Turbo C++ graphics.h for GUI

Notifications You must be signed in to change notification settings

sdht0/nfs-reloaded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

NFS Reloaded

About

This is a simple car racing game in which you have to guide your car through the oncoming traffic. I wrote this for a high school class project and is one of my first substantial coding project. I used the historical TurboC++ compiler which had headers such as graphics.h, conio.h, and dos.h to provide I/O and drawing functionalities.

How to run

I got this running on Linux using dosbox.

  • Download TurboC++ and unzip it into the ~/TURBOC3 directory. The directory path is important as search paths are harcoded into TurboC++.
  • Copy nfsreloaded.cpp inside ~/TURBOC3.
  • Install Dosbox.
  • Execute the following commands inside dosbox:
mount c ~
C:
cd TURBOC3/BIN
tc
  • TurboC++ is now running. Open nfsreloaded.cpp using File -> Open... and run the program using Run -> Run.... This compiles the program and executes it.
  • The game should now be running. Enjoy!

License

GNU GPLv3

About

A simple car racing game built using the Turbo C++ graphics.h for GUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages