Pacman

Feb 27, 2009 at 3:34am
Having recently a calculator I feel awesome (ish) but the next round of course being pacman I need help I can't find how to start I know I need a graphic engine but I still don't know how to start can someone link me to a tutorial site or tell me how?
Feb 27, 2009 at 12:52pm
You can use some kind of ascii art and do that on the console
Feb 27, 2009 at 2:27pm
What platform and what compiler are you using? Once you start getting into graphics and/or console manipulation, you start getting into platform dependant stuff.
Feb 27, 2009 at 7:47pm
I use dev c++ I am going to make a arcade game (I think thats what you meant by platform)
Feb 27, 2009 at 7:51pm
Pacman ascii sound interesting but I want more of a graphic pacman
Feb 27, 2009 at 9:58pm
There are some cross-platform libraries you can use for graphics and input and stuff.

SDL is one that's very simple and easy to get the hang of:

http://www.libsdl.org/
Feb 28, 2009 at 9:51pm
Thanks Disch I'll defintely look into it
Feb 28, 2009 at 11:14pm
I feel noobish but how do I get it to work? I did a tutorial but it failed lazy foo I use Dev c++ but it won't work I did it three times oh well I've decided to add things to my calculator
Feb 28, 2009 at 11:22pm
what did you try?

how did it fail?

----------

I checked the tutorials section on SDL's site, searched for Dev-C++, and found this link:

http://cone3d.gamedev.net/cgi-bin/index.pl?page=tutorials/gfxsdl/index

first tutorial listed "will get you started in using SDL for graphics in your programs/games. It also talks about how to use SDL with Dev-C++"
Last edited on Feb 28, 2009 at 11:24pm
Mar 2, 2009 at 1:07am
Topic archived. No new replies allowed.