Click to See Complete Forum and Search --> : PacMan game in C++


BoilerBall24
03-28-2006, 10:15 PM
Hello all...I have a quick question...I have created an identical PacMan game board in Adobe photoshop and saved it as a .bmp file. I am not sure how to implement this file into my C++ code and furthermore, how to get a PacMan to move around on the board by accepting a users controls. I don't need to worry about collision detection at this point, just getting a PacMan to move around on the board. Any ideas would be AWESOME!!! PLEASE help :)!

MstrBob
03-28-2006, 10:22 PM
My recommendation is to pick up a book on Game Programming in C++. There are many, many out there.