sloukit / pydew-valley-uzh

Mod of Pydew Valley for an experimental study in Psychology
Creative Commons Zero v1.0 Universal
32 stars 61 forks source link

Excel-to-JSON converter #241

Open pydew-j opened 5 days ago

pydew-j commented 5 days ago

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