Saturday, December 10, 2011

Drawing 2 Turbo C, the software used to design the graphics of my archery game.




        Drawing 2 Turbo C is a windows application that I created in Visual Basic 2010. I used this software to create the graphics (i.e. the archer, tree branch) in the "Archery Game". Basically, in this software you can draw lines, boxes, filled boxes, circle etc. and the corresponding Turbo C equivalent code is displayed in the textbox placed to the right. Also you can specify the opacity of the software (in Windows 7) so as to help you Trace an image placed in the background.

Requirements to run this s/w:
  • .NET Framework 4.0
  • Windows 7 (didn't test it on xp)
Download link (Please download the complete zip file):

Thursday, June 2, 2011

My 2nd year Mini-project, an Archery game designed in Turbo C compiler






        This is my II year Engineering mini-project, Archery game made in Turbo C++ compiler. I made it in C language and since we were restricted to use only C compiler (cannot use Visual Studios in II year Engg. :P), I had to write the program in C language using the old Dos-based Borland C compiler. Moreover that particular compiler did not work on my PC so I always had to open it using Dosbox. I designed the Archer and the Tree branch using an external software call Paint2TurboC that I myself programmed in Visual Basic, I'll also post the software and it's source later on. Hope you get the maximum benefits from this Project.