![]() |
|
Please a Pac-man game tutorial in C - Printable Version +- iDevGames Forums (http://www.idevgames.com/forums) +-- Forum: Development Zone (/forum-3.html) +--- Forum: Game Programming Fundamentals (/forum-7.html) +--- Thread: Please a Pac-man game tutorial in C (/thread-2952.html) |
Please a Pac-man game tutorial in C - Goomba - Nov 9, 2007 06:59 PM I have been searching on the internet for one, but only find dos games? Is there a simple tutorial using C as the programming language to make a game like Pac-man?? After I master C I am going back to learning Objective-C. My maine goal is to make Cocoa games.
Please a Pac-man game tutorial in C - Carlos Camacho - May 24, 2009 09:42 AM Anyone want to help? Please a Pac-man game tutorial in C - Oddity007 - May 24, 2009 11:08 AM Is that posted as satire? ![]() That request is so old that I'm sure he found his answer online. (I hope )But that is shameful how easy things will slip by... Please a Pac-man game tutorial in C - McSebi - May 24, 2009 11:43 AM A Google search for "pacman mac" gives you my Pacman clone for download. So there is no need to program one. Check it out here: http://www.mcsebi.com Please a Pac-man game tutorial in C - stevejohnson - May 24, 2009 02:55 PM For some reason, this page has over 2,000 views. Two things: * Carlos, why are you posting on a dead thread that's over a year old? Since you wanted us to "clean out cruft," this would be a thread I would be inclined to delete, and will probably do so. * McSebi, he was asking for help, not for an advertisement. Please a Pac-man game tutorial in C - johncmurphy - May 24, 2009 02:57 PM I'd be glad to do the video part of any tutorial. In fact, I've been working on some iPhone games for teaching purposes (I run an Objective-C related teaching site) and since I am not a developer, it has been slow going. The basic structure and graphical parts of a Pac Man game should be easy to do, it's the AI of the ghosts that bothers me. I could probably do it in C++, but translating that to Objective-C would be a new experience for me. But I'd be glad to help. Pac-man wall collisions - ipeku - Feb 20, 2012 06:07 AM One question: How would one go about designing the wall collisions of Pac-man? |