Click here to Skip to main content
15,923,197 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
sir,

i am a beginner of turbo c programming, i want to design a snooker game using turbo C so kindly hekp me.....thank u
Posted

1 solution

While do you want to use such an obsolete development environment? Let me suggest you a more modern alternative to turbo C, like Visual C++ 2010 Express[^].
Anyway, for building a (very) simple game (let's say a 2D one) you need to learn how to draw graphics primitives on the screen (BGI with turbo C, GDI or GDI+ with Visual C++) and a bit of physics.
 
Share this answer
 
Comments
Member 10028141 10-May-13 6:00am    
Atually a project has been given to me to design a snooker game using only turbo C...SO, kindly help me.....thanks....goodbye
CPallini 10-May-13 6:34am    
Turbo C provides the BGI library for drawing graphic primitives. Have a look at it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900