rupalisingh2709/Drag-N-Drive_game
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# car_racing_game A simple but interesting car racing game coded in c language. Disclaimer: The code of this game has been successfully compiled and tested using DOS based compilers: Turbo C7 and Turbo C++. It will not compile successfully in modern compilers like gcc, unless you manually install these non-standard header files: graphics.h,process.h,conio.h and dos.h. The exe file in this repository is a 16-bit program compiled and built in turboc3 compiler. /* Copyright 2020 Rupali Singh and Aniket Kumar Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */