Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.05 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.05 KB

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