This PR implements a tool that allows converting Excel level files to JSON, so that they are easily readable by the game.
See ReadMe for further information.
I added the openpyxl library to the one venv for now. We might consider not including this in the actual game later; not sure what the best approach is here.
Checklist
[x] I have tested this change locally and it works as expected.
[x] I have made sure that the code follows the formatting and style guidelines of the project.
[x] Since this PR modifies related documentation, I have proofread files for spelling and grammar errors.
Summary
This PR implements a tool that allows converting Excel level files to JSON, so that they are easily readable by the game. See ReadMe for further information.
I added the
openpyxl
library to the one venv for now. We might consider not including this in the actual game later; not sure what the best approach is here.Checklist