how to create a pacman game using c++ ..

can any body help me ? how to make pacman game using c++ ..... simple way ...
On what platform?
Console or graphics?

C++ has no builtin graphics libraries. If you want graphics, you will have to use a third party graphics library such as SFML or QT.

Pacman is not something I would want to attempt on the console.

there is also a very difficult way of programming it using graphics.h, but it is extremely old.
Google around "CatChum" for the CP/M.

/me runs away
I think there is one pacman game on the internet, but its for windows
I recommend using SDL2 and Visual Studio 15. That's my personal preference.
I second Visual Studio 15, but I think SFML is a better start, it's a bit easier for beginners.
closed account (1vD3vCM9)
I use SDL + OpenGL.
Very hard but very strong.
And pacman really is advanced if you JUST started programming C++, you should learn the basics first.
But if you did learn the basics and want to move to graphics, here is a great playlist which I'm using: https://m.youtube.com/playlist?list=PLSPw4ASQYyymu3PfG9gxywSPghnSMiOAW

Good luck!
thank you all
i will try ..
Topic archived. No new replies allowed.