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

Implement selling fish #53

Open
adamgulde opened this issue Oct 29, 2024 · 0 comments
Open

Implement selling fish #53

adamgulde opened this issue Oct 29, 2024 · 0 comments
Labels
easy Good for newcomers modules Related to creation of a specific module (not core game flow)

Comments

@adamgulde
Copy link
Collaborator

As part of the "shop" module, you should be able to sell any fish you gained from the fishing module. Thus, you need to implement some sort of inventory for player for fish (at least), and the shop module needs to access it. In addition, the fish you catch from the fishing module need to actually be appended to this inventory.

== Note:
As of writing this, the shop module is not yet implemented! If you want to take a stab at making a framework for it, go for it! Please comment on this issue though.

@adamgulde adamgulde added easy Good for newcomers modules Related to creation of a specific module (not core game flow) labels Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy Good for newcomers modules Related to creation of a specific module (not core game flow)
Projects
None yet
Development

No branches or pull requests

1 participant