sashkah / 345space

0 stars 0 forks source link

Learn jackson JSON library #13

Open damionlance opened 4 years ago

damionlance commented 4 years ago

Implement the JSON reading of premade space stations to be able to load them into the SpaceStation class to eventually be able to run them

How To Demo: store resource and user lists in arraylists and be able to view their contents that way

taikurii commented 4 years ago

3/28 - Aidan, Damion & Jolie - started setup - approx. 1.5 hours our thoughts - read in text file as a hashmap, then make ArrayLists out of user and resources and make a SpaceStation object out of that - how to use json to make hashmap?

taikurii commented 4 years ago

3/31 - Aidan & Jolie - finished implementation - 1.5 hours just need to finish up tests

taikurii commented 4 years ago

4/1 - Aidan & Jolie - finished tests - 1 hour