cpp-gamedev/pkmn

Parse Game Data

hentai-chan opened this issue · 1 comments

Update the Pokemon and Move struct to use the JSON files in assets/ to load all game data. Note that the JSON file is of the form {id}.json, so the Pokemon constructor should take an id as parameter.

moved from issue #8:

  • embedded djson to the project and test that it works