-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If ghost plans to move to your location in next move, you die #2
Comments
Do you know if this also happens when using the |
Yeah, if you both move to the same place, the app doesn’t really show a
clash and the player may feel confused. That’s a good feature improvement!
On Fri, 25 Sep 2020 at 09:27, Lucas dos Santos ***@***.***> wrote:
Just found a case with the AsciiArtUI where the ghost is not removed from
the board when you're killed.
I think that to the user it might be a bit confusing how the death
happened.
[image: image]
<https://user-images.githubusercontent.com/34292412/94238449-b33e8500-ff10-11ea-838c-d7c8fd608179.png>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAYTTC6INCPPEKCW4SSGS3SHRA4JANCNFSM4FZVHCEA>
.
--
--
Maurício Aniche
Delft University of Technology
http://www.mauricioaniche.com
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When the player moves away from a ghost that is beside him, he will die. Probably related to ae43d25 in which ghosts get to move first. Below are images attached of two situations in which this happened. (Note: these are for a randomly generated map which may appear in a later PR).
Behavior could be explained by ghost moving faster than pacman (which it is in the real game, I believe). However, then Pacman should disappear off the board (and perhaps reason for losing should be printed (you're not fast enough)).
The text was updated successfully, but these errors were encountered: