Skip to content
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

Incorrect key press will lead to random increment of days #253

Open
ambs02 opened this issue Sep 11, 2024 · 0 comments
Open

Incorrect key press will lead to random increment of days #253

ambs02 opened this issue Sep 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ambs02
Copy link
Contributor

ambs02 commented Sep 11, 2024

Description

After the end of a level, the day count will not increment by 1 if the order of key presses is incorrect.

How To Reproduce

Steps to reproduce the behaviour:

  1. Once game is started press 'p' (this brings up the End of Day display)
  2. Click 'm' (this brings up the Moral Decision display)
  3. Click 'm' (this gets rid of the Moral Decision display)
  4. See error at number of days at top left corner

Expected Behaviour

Once the moral decision is cleared from the players screen, the day should only increment by 1.
(could also prompt player to click the correct order)

Screenshots

Screenshot 2024-09-12 at 4 03 29 am

Additional Context

Add any other context about the problem here.

Temporary Fix

To temporarily fix it, the key order 'p', 'p', 'm', must be followed:

  1. Once game is started press 'p' (this brings up the End of Day display)
  2. Click 'p' (this brings up the Moral Decision display)
  3. Click 'm' (this gets rid of the Moral Decision display)
@ambs02 ambs02 added the bug Something isn't working label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant