Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - vamsi360

Pages: [1]
1
Graphics / Move Pacman/Snake automatically
« on: February 11, 2012, 09:26:04 pm »
Hi,

I have developed a pacman game in SFML.

The pacman is moving through the grid now only when the keys are pressed.

How can I change that to move Pacman move automatically one block of a rid at a time? That is, the pacman will be moving and arrow keys are only used for direction change. This is the behavior in a normal pacman or a snake game.
I have used delay and sleep only to end up unsuccessful.

Please help me.

2
Graphics / Board for PacMan
« on: December 24, 2011, 12:26:52 pm »
How to create the grid? Can you explain?

3
Graphics / Board for PacMan
« on: December 24, 2011, 08:23:23 am »
Hi,

Sorry if this is redundant.

I am creating a pacman game as a basis for AI algorithms implementation as part of our course work in the college.

I want to know how to create a maze in SFML. Currently I have the pacman character moving in the window.

Reference to the tutorials would also be helpful. Thank You.

Pages: [1]