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

Change the storage model for game data (Pokemon, Items, Moves, etc.) #52

Open
AJ2O opened this issue Jul 13, 2021 · 0 comments
Open

Change the storage model for game data (Pokemon, Items, Moves, etc.) #52

AJ2O opened this issue Jul 13, 2021 · 0 comments
Assignees

Comments

@AJ2O
Copy link
Owner

AJ2O commented Jul 13, 2021

Is your feature request related to a problem? Please describe.
The data for Pokemon, Items, Moves, etc. are all hard-coded into the C# source code, limiting flexibility of source data. Also this will not scale well memory-wise to handle all Pokemon, Items, Moves, etc.

Describe the solution you'd like
I would like the data to be loaded and/or queried from an external source instead. Ex. Local and/or external JSON files, database instances, etc.

Describe alternatives you've considered
N/A

Additional context
N/A

@AJ2O AJ2O self-assigned this Jul 13, 2021
AJ2O added a commit that referenced this issue Jul 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant