cnburkeaidan / AH-Greenville

Code ninjas black belt game
GNU General Public License v3.0
0 stars 0 forks source link

Playtest #5 Feedback (Wesley) #14

Closed almondjoycam closed 1 year ago

almondjoycam commented 1 year ago
  1. Is the game too easy or too hard?
    • [x] Too easy. He was able to pay off the loan by spending 1 of his 3 dollars at one point. Seems the validation for item prices isn't working right.
  2. What small addition could make the game better?
    • [x] In the pop-up when interacting with a plant, the background and text contrast should be more readable.
    • [x] The plant hitboxes should be more consistent. Maybe the box colliders should just be the same size across all the plants? Their sizes should be pretty normalized anyway.
    • [x] A loading symbol might help prevent unnecessary or excessive clicks?
  3. Did you encounter any issues?
    • [x] He was able to purchase one pack of oranges without any money deducted, as well as one coastal seed pack with a balance of only $3 and no money deducted.
    • [x] At one point the featured shop just displayed two boxes labeled simply $0. Guessing this is an internet issue, but maybe they could display something like "Poor connection, featured shop unavailable" instead?
    • [x] When trying to enter the house, the scene didn't load and he was just stuck with "Made with Unity" on the screen until he closed it.
  4. Are any of the game mechanics unclear?
    • [x] Does the growth stage number in the pop-up change?
    • [x] It would help if the controls for water, harvest, and fertilize also appeared in the plant interaction pop-up
    • [x] Maybe prompting for player name would be better placed in the starting screen as well.
cnburkeaidan commented 1 year ago

The loan is a funny story... When originally testing i couldn't give myself money :( So i made the loan cost 1 dollar to test it and never changed it back

cnburkeaidan commented 1 year ago

Please add what hitboxes are problematic in a new issue

cnburkeaidan commented 1 year ago

I am planning to add a hitbox size override

cnburkeaidan commented 1 year ago

You know the house? I read a forum post saying that unity can crash when calling load scene from on trigger enter

cnburkeaidan commented 1 year ago

When trying to enter the house, the scene didn't load and he was just stuck with "Made with Unity" on the screen until he closed it.

This issue cannot be reproduced on his computer, his current version, previous versions, and newer versions.