Search found 4 matches
- Wed Nov 09, 2011 7:47 am
- Forum: Games and Creations
- Topic: Game Like Pacman
- Replies: 8
- Views: 5041
Re: Game Like Pacman
Alright, reviewing your code: - First off, note that Pacman didn't use free movement, rather, it had a tile-based movement system. A free movement system like yours is fine, though. My primary warning would be to make sure it's easy to move the jebleh through "doorway" formations (and not...
- Wed Nov 09, 2011 3:00 am
- Forum: Games and Creations
- Topic: Game Like Pacman
- Replies: 8
- Views: 5041
Re: Game Like Pacman
this is my .love
thanks for all.- Tue Nov 08, 2011 9:05 am
- Forum: Games and Creations
- Topic: Game Like Pacman
- Replies: 8
- Views: 5041
Re: Game Like Pacman
can you give me an example?
can i do it if i don't use "Physics" function?
I just use "graphics" function for make this game.
thanks.
can i do it if i don't use "Physics" function?
I just use "graphics" function for make this game.
thanks.
- Tue Nov 08, 2011 4:28 am
- Forum: Games and Creations
- Topic: Game Like Pacman
- Replies: 8
- Views: 5041
Game Like Pacman
Hy all.
I want to make a game like a pacman. I can't make collision with wall, my hero always stop if collision with wall and can't moving again. But my hero work finely if collision with coin. Any idea?
I want to make a game like a pacman. I can't make collision with wall, my hero always stop if collision with wall and can't moving again. But my hero work finely if collision with coin. Any idea?