-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.TXT
23 lines (16 loc) · 1.01 KB
/
README.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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. */