ShalomPrinz / Pacman

0 stars 0 forks source link

Level #1 - Constant Board #1

Closed ShalomPrinz closed 5 years ago

ShalomPrinz commented 5 years ago

The game will show the initial game board, which contains: Pacman , four ghosts , walls and points to eat.

danprinz commented 5 years ago

What are the dimensions of the board? How many point to eat should be placed?

danprinz commented 5 years ago

Also, I think that a ghost might be placed where a point is, because they move around. Otherwise what should be happen when a ghost moves to a point place?

ShalomPrinz commented 5 years ago

Board dimensions: 30x30 On ghosts base and on the near square to it, there won't be points. Except from this, wherever there is no wall - there will be a point. When a ghost moves to a point place, noting happens. The ghost just move over the point.