Pacman c++

Hi global,
iam trying to devolop pacman without using namespace std.
As iam a noob in programming and my assignment is to complete the pacman program with a primitive Turbo c++,i need your guidance.
help me.
Last edited on
closed account (48bpfSEw)
you run into frustration if you try your skills in programing with a such complicated project. game programming is not as easy as game playing...

try first this:

find out how you can set the cursor on the screen and print "P" at position 10,10.

next: find out how you can catch the keyboard input. catch "a" and set "p" to the position 11,10
Topic archived. No new replies allowed.