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

Seperation and serialization of hardcoded data in main.py #3

Open
morph8hprom opened this issue Oct 3, 2020 · 0 comments
Open

Seperation and serialization of hardcoded data in main.py #3

morph8hprom opened this issue Oct 3, 2020 · 0 comments

Comments

@morph8hprom
Copy link
Contributor

Having all of the attributes for enemies, spells, etc specified in main.py is causing a large amount of clutter and would be much cleaner with all data stored in separate .json files and used to generate a database using dictionaries. However, this is just a suggestion and I'm sure there are other methods out there. The main issue is the hardcoded data which will be a pain to edit should someone decide to do so.

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