Car Racing Game in cpp : This is the new car racing game in turboc compiler with new and best graphics. you can take a new experience with this project you can copy paste the code in your project and run in turboc compiler.
Balloon Shooting Game is a simple game using c and cpp features. You can easily learn and is easy to run because this game works in TURBOC compiler. The main features are included is GRAPHICS and DOS commands. Basic commands used in this game : initgraph : initgraph is used to initialising of graphics mode in the program. ex. initgraph(&gm,&gd,"akshay"); here gm uses Graphics detect mode and gd points to graphics features to be used in program ans last is a string it may be any string like c://tc/bin etc.. setbkcolor : sets the current background color. for ex. if you want to set background color to blue, you can call setbkcolor(BLUE); or setbkcolor(1); getimage : saves a bit image of the specified region into memory. putimage : outputs a bit image onto the screen. settextstyle : sets the current text characteristics. Declaration : settextstyle(int font,...
Comments
Post a Comment