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

Nov 20, 2015 at 6:12pm
can any body help me ? how to make pacman game using c++ ..... simple way ...
Nov 20, 2015 at 6:24pm
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.

Nov 21, 2015 at 1:21am
there is also a very difficult way of programming it using graphics.h, but it is extremely old.
Nov 21, 2015 at 2:50am
Google around "CatChum" for the CP/M.

/me runs away
Nov 21, 2015 at 11:50am
I think there is one pacman game on the internet, but its for windows
Nov 21, 2015 at 2:25pm
I recommend using SDL2 and Visual Studio 15. That's my personal preference.
Nov 21, 2015 at 2:37pm
I second Visual Studio 15, but I think SFML is a better start, it's a bit easier for beginners.
Nov 21, 2015 at 8:57pm
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!
Nov 24, 2015 at 7:23pm
thank you all
i will try ..
Topic archived. No new replies allowed.