How To Make PacMan

India
April 13, 2009 10:23pm CST
If you are interested in making pacman program, then I am going to teach you how you can do this. You can do this just by 5 lines of coding in c graphichs program. First you need to invoke bgi editor in you c compiler and then search for existing graphics program in c graphics. Here you can find pacman program code as well. In this code pacman is created by use of circle and arc as well. Just you need to read this code and copy paste in your program, then it is OK. Your Pac Man is created. If you know anu other way then sahre here, you also can share your way of making pacman or how and why you like this Pac Man.
1 response
• Philippines
14 Apr 09
Can you help me about an algorithmn on how to create random yet valid mazes ( I'm saying valid because there is a starting point and there is 1 shortest path from start to end ).