Tuesday, July 28, 2009

I want to know the procedure of making a ludu game by C programming.?

#include %26lt;stdio.h%26gt;





int main()


{


printf("Welcome to ludu game.\n");


printf("Congratulations, you win!\n\n");





return 0;


}

I want to know the procedure of making a ludu game by C programming.?
Look mate, you can't just go in and say I want to make a game in C.





You have to spend years learning the language and stuff. I recomend starting off my googling "C tutorials for beginners" - choose a simple one which begins with the "Hello World" example or buy a book.





Good luck!


No comments:

Post a Comment